GCIH · Question #315
based network. All client computers run the Windows XP operating system. The employees of the company complain that suddenly all of the client computers have started working slowly. Peter finds that…
The correct answer is B. Denial-of-Service (DoS) attack. A Denial-of-Service attack works by overwhelming a target system or network with excessive requests, degrading or halting normal operations for legitimate users.
Question
based network. All client computers run the Windows XP operating system. The employees of the company complain that suddenly all of the client computers have started working slowly. Peter finds that a malicious hacker is attempting to slow down the computers by flooding the network with a large number of requests. Which of the following attacks is being implemented by the malicious hacker?
Options
- ASQL injection attack
- BDenial-of-Service (DoS) attack
- CMan-in-the-middle attack
- DBuffer overflow attack
How the community answered
(43 responses)- A5% (2)
- B91% (39)
- C2% (1)
- D2% (1)
Why each option
A Denial-of-Service attack works by overwhelming a target system or network with excessive requests, degrading or halting normal operations for legitimate users.
SQL injection targets database query inputs to manipulate data, not network bandwidth or system resources.
A DoS attack is specifically designed to disrupt service availability by flooding a network or system with a high volume of requests, consuming resources until legitimate users experience slowdowns or complete outages. The scenario describes a malicious actor sending large numbers of requests to slow client computers, which is the defining characteristic of a DoS attack. No data theft or code execution is implied, only resource exhaustion.
A man-in-the-middle attack intercepts and potentially alters communication between two parties rather than flooding a network with requests.
A buffer overflow exploits memory handling in a specific application to execute arbitrary code, not flood a network with traffic.
Concept tested: Denial-of-Service attack identification
Source: https://www.cisa.gov/news-events/news/understanding-denial-service-attacks
Topics
Community Discussion
No community discussion yet for this question.