All DDoS Definitions
DDoS Testing Definition

IP Fragmentation Attack

An IP fragmentation attack is a Layer 3/4 attack vector, one of the protocol-abuse classes a thorough DDoS test is built to exercise. It sends a stream of IP fragments that the target must hold and reassemble: fragments that never complete (missing the final piece), overlap in confusing ways, or arrive faster than the reassembly buffer can clear. Each pending fragment consumes memory and CPU in the reassembly path, so even a modest packet rate can exhaust kernel resources or force the device to drop legitimate traffic.

IP fragmentation attack: datagrams that never finish reassembling Attacker sends IP fragments frag 1 of 3 frag 2 of 3 final piece: never sent partial fragments Reassembly buffer holds fragments until complete datagram A: incomplete datagram B: incomplete datagram C: incomplete buffer fills, memory exhausted legit traffic dropped Origin stalls under load A modest packet rate exhausts kernel reassembly memory: the cost lands on state, not bandwidth A test characterizes how the host, firewall, and inline middlebox handle malformed and incomplete fragments under sustained pressure. BlackNeuron
IP fragmentation attack: fragments that never complete force the target to hold each partial datagram in its reassembly buffer until memory is exhausted

Why it matters in DDoS testing

Fragmentation attacks target a stateful resource (the reassembly buffer) rather than raw bandwidth, so they probe a different failure mode than a volumetric flood. A test characterizes how the host, firewall, and any inline middlebox handle malformed and incomplete fragments, and whether reassembly limits or fragment-drop policies hold under sustained pressure. Because the cost lands on infrastructure state, this class belongs in the protocol-resilience portion of DDoS resilience testing rather than the bandwidth portion.