GCIH · Question #142
A Denial-of-Service (DoS) attack is mounted with the objective of causing a negative impact on the performance of a computer or network. It is also known as network saturation attack or bandwidth cons
The correct answer is A. Blocking undesired IP addresses B. Applying router filtering C. Disabling unneeded network services D. Permitting network access only to desired traffic. All four options represent valid, layered network-level countermeasures that collectively reduce the attack surface and limit the effectiveness of DoS attacks.
Question
A Denial-of-Service (DoS) attack is mounted with the objective of causing a negative impact on the performance of a computer or network. It is also known as network saturation attack or bandwidth consumption attack. Attackers perform DoS attacks by sending a large number of protocol packets to a network. The problems caused by a DoS attack are as follows:
l Saturation of network resources l Disruption of connections between two computers, thereby preventing communications between services l Disruption of services to a specific computer l Failure to access a Web site l Increase in the amount of spam Which of the following can be used as countermeasures against DoS attacks? Each correct answer represents a complete solution. Choose all that apply.
Options
- ABlocking undesired IP addresses
- BApplying router filtering
- CDisabling unneeded network services
- DPermitting network access only to desired traffic
How the community answered
(30 responses)- A100% (30)
Why each option
All four options represent valid, layered network-level countermeasures that collectively reduce the attack surface and limit the effectiveness of DoS attacks.
Blocking undesired IP addresses at the firewall or perimeter prevents known malicious sources from consuming bandwidth and resources, directly mitigating saturation attacks.
Applying router filtering (such as ingress/egress filtering per BCP38) drops spoofed or unwanted packets before they reach the target, reducing the volume of DoS traffic.
Disabling unneeded network services reduces the number of open ports and processes that can be exploited or overwhelmed, shrinking the attack surface for resource exhaustion.
Permitting only desired traffic via access control lists or firewall rules ensures that only legitimate traffic reaches the network, blocking unsolicited flood traffic by default.
Concept tested: DoS attack countermeasures and defense-in-depth networking
Source: https://www.cisa.gov/sites/default/files/publications/understanding-and-responding-to-ddos-attacks_508c.pdf
Topics
Community Discussion
No community discussion yet for this question.