312-50V12 · Question #222
While working as an intern for a small business, you have been tasked with managing the company's web server. The server is being bombarded with requests, and the company's website is intermittently…
The correct answer is A. Contact your Internet Service Provider (ISP) for assistance. When a web server is experiencing a suspected Distributed Denial of Service (DDoS) attack causing intermittent outages, the most effective initial mitigation step is to leverage the capabilities of the Internet Service Provider (ISP).
Question
Options
- AContact your Internet Service Provider (ISP) for assistance
- BInstall a newer version of the server software
- CImplement IP address whitelisting
- DIncrease the server's bandwidth
How the community answered
(60 responses)- A80% (48)
- B3% (2)
- C10% (6)
- D7% (4)
Why each option
When a web server is experiencing a suspected Distributed Denial of Service (DDoS) attack causing intermittent outages, the most effective initial mitigation step is to leverage the capabilities of the Internet Service Provider (ISP).
Contacting the ISP is the first course of action because ISPs possess the network infrastructure, specialized DDoS mitigation services (like scrubbing centers), and expertise to detect, filter, and reroute malicious traffic closer to its source, protecting the customer's network edge. This offloads the attack from the company's limited resources and allows for a more comprehensive, network-level defense against the overwhelming volume of requests.
Installing newer server software primarily addresses security vulnerabilities or improves performance, but it does not provide an immediate or effective defense against a volumetric DDoS attack targeting network resources.
Implementing IP address whitelisting would block all legitimate public users, effectively taking the website offline rather than mitigating the DDoS attack while maintaining service availability.
Increasing the server's bandwidth might absorb a slightly larger attack, but it is a temporary and often insufficient measure against a large-scale DDoS, as attackers can typically generate traffic far exceeding even increased capacities, leading to continued saturation.
Concept tested: DDoS attack mitigation strategies; ISP roles in security
Source: https://www.cisco.com/c/en/us/products/security/what-is-ddos-attack.html
Topics
Community Discussion
No community discussion yet for this question.