44.0k views
2 votes
How long is the datagram length of a UDP packet?

a. Variable length.
b. Fixed at 1500 bytes.
c. Fixed at 64 bytes.
d. Adjusted based on network speed.

1 Answer

2 votes

Final answer:

The datagram length of a UDP packet is variable. UDP packets can vary in size depending on the amount of data being sent.

Step-by-step explanation:

The datagram length of a UDP packet is variable length. Unlike TCP packets, which have a fixed maximum segment size (MSS) of 1500 bytes, UDP packets can vary in size depending on the amount of data being sent. The maximum datagram size for UDP is determined by the maximum transmission unit (MTU) of the underlying network.

User CustomCalc
by
8.6k points