
User Datagram Protocol - UDP Header (RFC 768)
Source Port Number (16-bit)
Destination Port Number (16-bit)
data (variable length…)
Number of bytes in the entire datagram including header
(Which is the length of just the header with no data)
maximum value 65515 bytes (or 65507 bytes of UDP data)
(Max IP is 65535 bytes - 20 byte header = 65515 bytes for UDP packet - 8 bytes of UDP header = 65507)
Covers psedo header (IP Header source and destinstation addresses, the protocol and UDP length) and entire UDP
datagram
(Note: By RFC, the crc is not required)