Next: IP Addresses Up: Network Layer Previous: What's in an

IP Fragmentations

In data link layer or MAC layer, there is a quantity called maximum transmission unit (MTU), which is the maximum length of a data link frame. For example, for Ethernet, it's 1500 bytes. MTU can be shorter for other link layer interfaces. Because an IP datagram can be as long as 65535 bytes, some IP datagram may be too large to fit into an MTU.

In this situation, IP datagram has to be fragmented. Here are some of the important issues in fragmentations:

Figure shows this process.



Next: IP Addresses Up: Network Layer Previous: What's in an


zhangj@
Mon May 23 15:29:10 EDT 1994