112-52 · Question #127
Which attack sends a massive number of ICMP echo requests?
The correct answer is C. Ping Flood. Ping Flood works by overwhelming a target with a massive volume of ICMP echo request packets (standard "ping" packets), exhausting bandwidth or processing capacity. A (Smurf Attack) is wrong because while it does use ICMP, it amplifies traffic by spoofing the victim's IP and…
Question
Which attack sends a massive number of ICMP echo requests?
Options
- ASmurf Attack
- BSYN Flood
- CPing Flood
- DTeardrop
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C94% (34)
Explanation
Ping Flood works by overwhelming a target with a massive volume of ICMP echo request packets (standard "ping" packets), exhausting bandwidth or processing capacity. A (Smurf Attack) is wrong because while it does use ICMP, it amplifies traffic by spoofing the victim's IP and broadcasting to many hosts - the flood is indirect, not direct. B (SYN Flood) targets TCP by sending many half-open connection requests, never completing the handshake, which has nothing to do with ICMP. D (Teardrop) exploits IP fragmentation by sending malformed overlapping packet fragments to crash the target - again, unrelated to ICMP echo requests.
Memory tip: Think "ping = ICMP" - a Ping Flood is just pinging someone to death. If the attack name contains "ping," it's ICMP.
Topics
Community Discussion
No community discussion yet for this question.