IP Fragmentation Visualization

See how IP datagrams are fragmented when they exceed the MTU size of a network

Changed Fields
Identification Field
Flags Field
Fragment Offset Field

Original IP Datagram

IP Header:
[Packet Data - 4000 bytes]

Key IP Fragmentation Fields

Identification (16 bits): Unique identifier assigned to all fragments of the same original datagram.

Flags (3 bits):

Fragment Offset (13 bits): Indicates the position of this fragment relative to the beginning of the original datagram. Measured in 8-byte units.

Total Length: The length of each fragment (header + data) in bytes.