Computer Science, asked by Supradhar9186, 1 year ago

if maximum network layer payload size is 1480 bytes, what is the maximum tcp payload size?]

Answers

Answered by garywalter1221
2

The absolute limitation on TCP packet size is 64K (65535 bytes), but in practicality this is far larger than the size of any packet you will see, because the lower layers (e.g. ethernet) have lower packet sizes. The MTU (Maximum Transmission Unit) for Ethernet, for instance, is 1500 bytes.

Similar questions