An organization is experiencing repeated DDoS attacks that consume all available bandwidth. Which mitigation technique is MOST effective for handling such volumetric attacks?
Trap 1: Blackholing all traffic to the target IP
Blackholing drops all traffic, including legitimate, causing denial of service.
Trap 2: Anycast network distribution
Anycast distributes traffic across multiple servers, absorbing some attack but not filtering malicious traffic.
Trap 3: Rate limiting on the firewall
Rate limiting can help but may also drop legitimate traffic during an attack.
- A
Blackholing all traffic to the target IP
Why wrong: Blackholing drops all traffic, including legitimate, causing denial of service.
- B
Anycast network distribution
Why wrong: Anycast distributes traffic across multiple servers, absorbing some attack but not filtering malicious traffic.
- C
Rate limiting on the firewall
Why wrong: Rate limiting can help but may also drop legitimate traffic during an attack.
- D
Scrubbing centers
Correct. Scrubbing centers are designed to filter out attack traffic and allow clean traffic through.