nerdexam
EC-Council

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.

Denial of Service

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)
  • A
    89% (42)
  • B
    6% (3)
  • C
    2% (1)
  • D
    2% (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.

APing of deathCorrect

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.'

BSYN flooding

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.

CTCP hijacking

TCP hijacking involves an attacker seizing control of an established TCP session by predicting or sniffing sequence numbers, unrelated to packet size.

DSmurf attack

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

#ping of death#oversized packets#DoS attack types#TCP/IP

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice