312-50V9 · Question #415
Which of the following network attacks relies on sending an abnormally large packet size that exceeds TCP/ IP specifications?
The correct answer is A. Ping of death. A ping of death attack sends ICMP echo request packets that exceed the maximum legal IP packet size of 65,535 bytes, causing buffer overflows and system crashes on vulnerable targets.
Question
Which of the following network attacks relies on sending an abnormally large packet size that exceeds TCP/ IP specifications?
Options
- APing of death
- BSYN flooding
- CTCP hijacking
- DSmurf attack
How the community answered
(47 responses)- A89% (42)
- B6% (3)
- C2% (1)
- D2% (1)
Why each option
A ping of death attack sends ICMP echo request packets that exceed the maximum legal IP packet size of 65,535 bytes, causing buffer overflows and system crashes on vulnerable targets.
The ping of death crafts malformed ICMP packets whose total size exceeds the 65,535-byte maximum defined in the IPv4 specification. When the target system reassembles the fragmented oversized packet, it overflows allocated buffers, leading to crashes, freezes, or reboots. This attack directly exploits the TCP/IP specification limit, which matches the question's description of 'abnormally large packet size that exceeds TCP/IP specifications.'
SYN flooding attacks exhaust server connection resources by sending large numbers of TCP SYN packets without completing the three-way handshake, not by sending oversized packets.
TCP hijacking involves an attacker seizing control of an established TCP session by predicting or sniffing sequence numbers, unrelated to packet size.
A Smurf attack amplifies ICMP traffic by broadcasting spoofed ping requests to an entire subnet so all hosts reply to the victim, not by exceeding packet size limits.
Concept tested: Ping of death oversized packet DoS attack
Source: https://www.cisa.gov/uscert/ncas/tips/ST04-015
Topics
Community Discussion
No community discussion yet for this question.