312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 195


What type of attack sends spoofed UDP packets (instead of ping packets) with a fake source address to the IP broadcast address of a large network?

Show Answer
Correct Answer: A

A Fraggle attack is a type of denial-of-service (DoS) attack that sends spoofed UDP packets with a fake source address to the IP broadcast address of a large network. This causes all hosts on the network to respond to the spoofed source address, flooding the network with traffic.

Discussion

3 comments
Sign in to comment
ChaoticdaOption: A
Dec 14, 2021

A Fraggle Attack is a denial-of-service (DoS) attack that involves sending a large amount of spoofed UDP traffic to a router's broadcast address

zybrOption: A
Jul 12, 2023

The other options are all TCP answers.

aqeel1506Option: A
Jul 19, 2024

The correct answer is A. Fraggle. A Fraggle attack is a type of denial-of-service (DoS) attack that sends spoofed UDP packets (instead of ICMP echo request packets, which are used in a Ping flood) with a fake source address to the IP broadcast address of a large network. This causes all hosts on the network to respond to the spoofed source address, flooding the network with traffic. Here's a brief overview of the other options: B. Smurf scan: A Smurf scan is a type of network scan that uses ICMP echo request packets to flood a network. C. SYN flood: A SYN flood is a type of DoS attack that exploits the TCP three-way handshake by sending a large number of SYN packets to a server, overwhelming its resources. D. Teardrop: A Teardrop attack is a type of DoS attack that exploits a vulnerability in the TCP/IP stack by sending fragmented packets that overlap, causing the target system to crash or become unstable.