What is DDoS Mitigation?
DDoS Mitigation is the practice of detecting and blocking distributed denial-of-service attacks before they exhaust a target's bandwidth, compute, or connection capacity. Tools in this category absorb or filter malicious traffic floods so that legitimate users can still reach a service.
What it does
A DDoS attack sends high volumes of traffic from many sources to overwhelm a target. Mitigation tools sit in the path of that traffic and filter it. Common techniques include:
- Traffic scrubbing: routing traffic through a cleaning center that drops attack packets and forwards clean traffic.
- Rate limiting: capping the number of requests a single source IP can send per second.
- Anycast diffusion: spreading attack traffic across many points of presence so no single location is overwhelmed.
- Behavioral analysis: building a baseline of normal traffic and flagging deviations, as seen in ML-based appliances.
- Protocol inspection: examining Layer 4 and Layer 7 headers to block malformed or suspicious packets.
- Simulation and testing: controlled attack replay to measure how well defenses hold before a real event.
Mitigation can be delivered as on-premises hardware appliances, virtual appliances, cloud scrubbing services, or hybrid combinations.
Why teams buy it
Downtime is expensive. A volumetric flood can take a public-facing service offline in minutes. ISPs and internet data centers face attacks measured in terabits per second. Application-layer attacks target specific URLs and are harder to spot with simple rate limits. Teams buy dedicated DDoS mitigation because general-purpose firewalls and next-generation firewalls are not designed to absorb large volumetric floods, and intrusion detection and prevention systems (IDPS) focus on exploit signatures rather than traffic volume.
What to look for
- Capacity: how many Gbps or Tbps of attack traffic the service can absorb.