0
The different Maximum Transmission Units - MTU - (on Layer 3) are caused by the different maximum frame sizes (on Layer 2) of the differnt network technologies.
Some MTUs:
- Ethernet: 1500 Bytes
- PPPoE: 1492 Bytes
- WLAN (802.11): 2304 Bytes
- ISDN: 576 Bytes
- ...
It is clear that each network technology needs a minimum frame size to enable the collision detection working within the specified maximum network segment distances.
But what is the reason for the given MTUs and the maximum frame sizes?
Update 1
This topic was also discussed here.
tl;dr: Design Decissions. PPPoE is the odd one out, because its MTU is a direct result of Ethernet’s MTU. – Daniel B – 2017-01-12T06:30:05.947
But who specified (and why) what e.g. the MTU of Ethernet is 1500 Bytes and not 2000 Bytes or 5000 Bytes or whatever? – Neverland – 2017-01-12T07:21:40.700
The guys who designed it. Wikipedia has a section on the history of Ethernet. I’m not sure you’ll find some justification. Justification is not required in specs.
– Daniel B – 2017-01-12T07:38:17.177