UDP Protocol
https://www.geeksforgeeks.org/user-datagram-protocol-udp/
https://en.wikipedia.org/wiki/User_Datagram_Protocol
Protocol using UDP | |
---|---|
Following implementations uses UDP as a transport layer protocol:
| |
Header | |
length | Length is the length of UDP including header and the data. It is 16-bits field. |
Checksum | Checksum is 2 Bytes long field. It is the 16-bit one’s complement of the one’s complement sum of the UDP header, pseudo header |
UDP port | |
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers | |