CISM · Question #100
Which of the following would be MOST effective in reducing the impact of a distributed denial of service (DDoS) attack?
The correct answer is B. Spread a site across multiple ISPs.. Spreading a site across multiple Internet Service Providers (ISPs) significantly reduces the impact of a DDoS attack by distributing traffic and making it harder for attackers to overwhelm a single point of entry.
Question
Which of the following would be MOST effective in reducing the impact of a distributed denial of service (DDoS) attack?
Options
- AImpose state limits on servers.
- BSpread a site across multiple ISPs.
- CHarden network security.
- DBlock the attack at the source.
How the community answered
(27 responses)- A15% (4)
- B70% (19)
- C11% (3)
- D4% (1)
Why each option
Spreading a site across multiple Internet Service Providers (ISPs) significantly reduces the impact of a DDoS attack by distributing traffic and making it harder for attackers to overwhelm a single point of entry.
Imposing state limits on servers can help mitigate some types of application-layer attacks by limiting resource consumption but is generally insufficient against volumetric DDoS attacks designed to saturate network links.
Spreading a site across multiple ISPs provides geographical distribution and increased bandwidth capacity, making it significantly harder for a DDoS attack to overwhelm all ingress points simultaneously. This multi-homing strategy allows traffic to be rerouted and absorbed by different networks, thereby maintaining service availability even under attack.
Hardening network security (e.g., firewalls, IDS/IPS) helps defend against various attacks but may not prevent network saturation from a large-scale DDoS attack without external scrubbing services or distributed infrastructure.
Blocking the attack at the source is often impractical due to IP spoofing, botnets, and the distributed nature of DDoS attacks, making it a reactive and often unfeasible solution.
Concept tested: DDoS mitigation strategies
Source: https://learn.microsoft.com/en-us/azure/ddos-protection/ddos-faq#how-does-azure-ddos-protection-standard-protect-my-resources
Topics
Community Discussion
No community discussion yet for this question.