IP Fragmentation - effects on network traffic

There are several reasons to avoid IP fragmentation in any network topology:

  1. If an IP packet has its Do not Fragment (DF) flag set, then any attempt at fragmentation will cause the packet to be dropped. Some applications set this flag to because they need to avoid fragmentation in order to function.
  2. Excessive fragmentation can affect CPU resources for routers, as well as hosts, since fragmentation needs processing power to ensure it is performed correctly. Both fragmentation and reassembly can tax CPU resources if it is excessive. This can be leveraged in an IP Fragmentation Attack.
  3. An increase in fragmentation can also affect throughput. Each fragment has its own IP header, so an increase in fragmentation means an increase in IP packets, which means an increase in headers and thus in total data being sent over the link. Also, if fragments are lost in transit, they have to be resent, further decreasing throughput. Typically, GRE tunnels already added overhead, by introducing fragmentation, you are further increasing this overhead.
  4. Fragmentation at layer 3 can cause a slow down in the segmentation taking place at layer 4, especially when is used as a transport layer protocol.

Links:

https://networklessons.com/cisco/ccie-routing-switching/pppoe-mtu-troubleshooting-cisco-ios