MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Udp
Q
“Total length” field in UDP packet header is the length of _________
AA. .
BB. Only data
CC. Only checksum
DD. Udp header plus data
Correct Answer:
D. D. Udp header plus data
Explanation:
Total length is the 16 bit field which contains the length of UDP header and the data. The maximum value of the Total length field and the maximum size of a UDP datagram is 65,535 bytes (8 byte header + 65,527 bytes of data).