TRANSPORT LAYER
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
UDP packets have a fixed-size header of ____ bytes.
|
16
|
|
8
|
|
40
|
|
none of the above
|
Explanation:
Detailed explanation-1: -Explanation: The fixed size of the UDP packet header is 8 bytes. It contains four two-byte fields: Source port address, Destination port address, Length of packet, and checksum.
Detailed explanation-2: -The size of a usual UDP header is 8 bytes; the data that is added with the header can be theoretically 65, 535 (practically 65, 507) bytes long. A UDP header is quite small when compared to a TCP header; it has just four common fields: Source Port, Destination Port, Packet Length, and Checksum.
Detailed explanation-3: -Each UDP segment contains an 8-byte header and variable length data.
There is 1 question to complete.