112-52 · Question #66
Which type of attack floods a network with excessive traffic to render a service unavailable?
The correct answer is C. Denial of Service (DoS). Denial of Service (DoS) works by overwhelming a target system or network with more traffic than it can handle, exhausting resources (bandwidth, memory, CPU) until legitimate users can't access the service - exactly what the question describes. SQL Injection (A) targets…
Question
Which type of attack floods a network with excessive traffic to render a service unavailable?
Options
- ASQL Injection
- BPhishing
- CDenial of Service (DoS)
- DMan-in-the-middle
How the community answered
(37 responses)- B5% (2)
- C92% (34)
- D3% (1)
Explanation
Denial of Service (DoS) works by overwhelming a target system or network with more traffic than it can handle, exhausting resources (bandwidth, memory, CPU) until legitimate users can't access the service - exactly what the question describes.
- SQL Injection (A) targets databases by inserting malicious SQL code into input fields to manipulate or exfiltrate data - it exploits logic, not traffic volume.
- Phishing (B) is a social engineering attack that tricks users into revealing credentials or clicking malicious links - it targets people, not network capacity.
- Man-in-the-middle (D) secretly intercepts and potentially alters communication between two parties - it's about eavesdropping or tampering, not flooding.
Memory tip: Think "Denial = Denied access." DoS denies service by drowning it in traffic, like a crowd blocking a store entrance so no real customers can get in.
Topics
Community Discussion
No community discussion yet for this question.