First page Back Continue Last page Summary Graphics

Packet Fragmentation


Notes:

Different underlying networks (e.g. Ethernet, ATM, Token Ring) define different limits on the size of a frame. As a packet is passed on from one router to the next along the path from the source machine to the destination machine, network gateway routers may need to cut the packet up into smaller pieces, called fragments, before passing them on to a new network. The first fragment normally contains the TCP or UDP header with the usual source and destination port numbers. The following fragments do not. (The IP and transport headers are rarely more than 40 bytes long.)
Once a packet is fragmented, intermediate routers don't reassemble the packet. The fragments are reassembled at either the final router or at the destination host.

Header length: number of 32-bit words in the header.

Datagram length: length in bytes of the total datagram, including the header, when the packet is fully assembled, i.e. Not fragmented. Maximum packet length is 65,535 bytes.

Fragment offset: number of 8-byte blocks this fragment is from the start of the original datagram.