SSCP · Question #742
What is the main difference between a Smurf and a Fraggle attack?
The correct answer is A. A Smurf attack is ICMP-based and a Fraggle attack is UDP-based. Both Smurf and Fraggle are amplification-based Denial of Service (DoS) attacks that spoof the victim's IP address and send broadcast traffic to flood the target. The key difference is the protocol used: a Smurf attack uses ICMP echo requests (ping) broadcast to a network…
Question
What is the main difference between a Smurf and a Fraggle attack?
Options
- AA Smurf attack is ICMP-based and a Fraggle attack is UDP-based.
- BA Smurf attack is UDP-based and a Fraggle attack is TCP-based.
- CSmurf attack packets cannot be spoofed.
- DA Smurf attack is UDP-based and a Fraggle attack is ICMP-based.
How the community answered
(31 responses)- A87% (27)
- B3% (1)
- C6% (2)
- D3% (1)
Explanation
Both Smurf and Fraggle are amplification-based Denial of Service (DoS) attacks that spoof the victim's IP address and send broadcast traffic to flood the target. The key difference is the protocol used: a Smurf attack uses ICMP echo requests (ping) broadcast to a network, causing all hosts to reply to the victim. A Fraggle attack uses UDP packets (typically to ports 7 or 19) in the same broadcast amplification manner. Option B reverses the protocols. Option C is false - Smurf packets can be spoofed. Option D also reverses the protocols.
Topics
Community Discussion
No community discussion yet for this question.