MTU and data splitting
MTU and data splitting
When a packet is sent from a source to a destination, it is delivered to the destination via various communication lines.
MTU is specified for communication lines. MTU (Maximum Transmission Unit) is the maximum transfer unit and the maximum data length that can be transferred.
The MTU for each communication line is defined as follows.
data link | Maximum MTU |
Ethernet | 1,500 |
IEEE 802.3 Ethernet | 1,492 |
IP over ATM | 9,180 |
FDDI | 4,352 |
TokenRing 4Mbps IEEE802.5 | 4,464 |
TokenRing 16Mbps IBM | 17,914 |
Fragmentation (division process)
Since the MTU is determined for each communication line, when passing through a communication route with a smaller MTU than the packet length, the packet is fragmented and divided according to the smaller MTU size. If you don't do it, you won't be able to pass through the communication line.
