GSLC · Question #472
A user is sending a large number of protocol packets to a network in order to saturate its resources and to disrupt connections to prevent communications between services. Which type of attack is…
The correct answer is B. Denial-of-Service attack. A Denial-of-Service (DoS) attack intentionally floods a target network or system with excessive traffic or protocol packets to exhaust its resources and prevent legitimate communications.
Question
A user is sending a large number of protocol packets to a network in order to saturate its resources and to disrupt connections to prevent communications between services. Which type of attack is this?
Options
- AVulnerability attack
- BDenial-of-Service attack
- CImpersonation attack
- DSocial Engineering attack
How the community answered
(35 responses)- A3% (1)
- B94% (33)
- C3% (1)
Why each option
A Denial-of-Service (DoS) attack intentionally floods a target network or system with excessive traffic or protocol packets to exhaust its resources and prevent legitimate communications.
A vulnerability attack exploits a specific flaw in software or hardware - such as a buffer overflow or unpatched CVE - to execute malicious code or gain unauthorized access, not to flood resources with volume traffic.
A DoS attack works by overwhelming a target's available bandwidth, processing capacity, or connection tables with a high volume of packets or requests, effectively saturating resources so that legitimate users and services are denied access. The defining characteristic is resource exhaustion intended to disrupt availability rather than to steal data or gain unauthorized access.
An impersonation attack involves an adversary masquerading as a trusted user, device, or service to gain unauthorized access or extract sensitive information, which is fundamentally different from saturating network resources with packets.
Social engineering attacks use psychological manipulation to deceive humans into revealing credentials or performing insecure actions, and do not involve sending large volumes of protocol packets to a network.
Concept tested: Denial-of-Service attack resource exhaustion via packet flooding
Source: https://www.cisa.gov/news-events/news/understanding-denial-service-attacks
Topics
Community Discussion
No community discussion yet for this question.