112-52 · Question #94
Which attack is characterized by overwhelming a target with traffic from multiple sources?
The correct answer is B. DDoS attack. DDoS (Distributed Denial of Service) is correct because the defining characteristic is traffic from multiple sources - the "Distributed" in DDoS is the key differentiator, where a botnet or coordinated network floods the target simultaneously. Why the others are wrong: A (DoS): A
Question
Which attack is characterized by overwhelming a target with traffic from multiple sources?
Options
- ADoS attack
- BDDoS attack
- CMan-in-the-middle attack
- DSQL injection attack
How the community answered
(65 responses)- A2% (1)
- B92% (60)
- C2% (1)
- D5% (3)
Explanation
DDoS (Distributed Denial of Service) is correct because the defining characteristic is traffic from multiple sources - the "Distributed" in DDoS is the key differentiator, where a botnet or coordinated network floods the target simultaneously.
Why the others are wrong:
- A (DoS): A Denial of Service attack also overwhelms a target, but originates from a single source, making it easier to block.
- C (Man-in-the-middle): This attack intercepts communication between two parties - it's about eavesdropping/tampering, not traffic volume.
- D (SQL injection): This exploits database query vulnerabilities through malicious input - completely unrelated to traffic flooding.
Memory tip: The "D" in DDoS stands for Distributed - think of it as a Dozen devices attacking at once. Whenever you see "multiple sources" on an exam, that word alone points to DDoS.
Topics
Community Discussion
No community discussion yet for this question.