πŸ“Š Computer Architecture and Organization
Q. “Total length” field in UDP packet header is the length of
  • (A) only udp header
  • (B) only data
  • (C) only checksum
  • (D) udp header plus data
πŸ’¬ Discuss
βœ… Correct Answer: (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).


Explanation by: Mr. Dubey
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).

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
1031
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate