IPfragmentering
IP fragmentation is a process that occurs in computer networking when an Internet Protocol (IP) packet is too large to be transmitted across a network segment with a smaller maximum transmission unit (MTU). The MTU is the largest packet size that can be sent without fragmentation. When a router receives a packet that exceeds the MTU of the next hop, it fragments the packet into smaller pieces. Each fragment is a separate IP packet and is assigned a fragmentation offset to indicate its position within the original packet. The destination host is responsible for reassembling these fragments into the original packet.
Fragmentation can occur at the IP layer (IP fragmentation) or at lower layers. IP fragmentation is typically
Reassembly of fragmented packets is performed by the receiving host. The host uses the identification field
While IP fragmentation is a necessary mechanism for interoperability between networks with different MTUs, it can