How DDoS Mitigation Works

On this page
  1. What are the core techniques?
  2. Why is scale the main defense?

DDoS mitigation is the work of absorbing or filtering flood traffic before it overwhelms your service. Since a DDoS attack can exceed the capacity of any single server or link, mitigation is largely a game of scale and smart filtering — usually provided by networks far larger than the target could build alone.

What are the core techniques?#

TechniqueHow it helps
Anycast + massive capacitySpread the flood across many data centers
Traffic scrubbingFilter attack traffic, forward the clean remainder
Rate limitingCap requests per source/endpoint
Challenge / CAPTCHASeparate humans from bots at layer 7
Upstream/ISP filteringDrop attack traffic before it reaches you

The common thread is moving the fight upstream, to infrastructure with enough capacity to absorb the flood and enough intelligence to tell attack traffic from legitimate users.

Why is scale the main defense?#

Because you cannot filter what saturates your link before it arrives. If an attack delivers more traffic than your connection can carry, no local rule helps — the pipe is already full. Providers with globally distributed, high-capacity networks absorb the volume across many locations, then scrub what remains. That is why most realistic DDoS defense is bought, not built.

DDoS mitigation protects availability at scale. More at the Network Security hub.

Frequently asked questions#

How do you mitigate a DDoS attack?

Mitigation combines absorbing traffic with enough capacity (often via a CDN or scrubbing provider), filtering out attack traffic while passing legitimate users, and rate limiting. Large providers use anycast networks to spread the flood across many data centers, and scrubbing centers to clean traffic before it reaches the origin.

Can you stop a DDoS attack yourself?

Small attacks, sometimes; large ones, rarely on your own. Volumetric attacks can exceed any single server or link’s capacity, so most organizations rely on a specialized DDoS mitigation provider or CDN whose global scale can absorb the flood. The realistic goal is a plan and a provider in place before an attack, not improvised defense during one.

Sources & further reading