CV0-002 · Question #363
Which of the following is a denial of service attack that attempts to overwhelm a target with ICMP echo requests?
The correct answer is B. Ping flood. A Ping flood is a type of Denial of Service (DoS) attack where an attacker attempts to overwhelm a target system with an excessive volume of ICMP echo requests. This high volume consumes network bandwidth and target system resources, preventing legitimate traffic.
Question
Which of the following is a denial of service attack that attempts to overwhelm a target with ICMP echo requests?
Options
- ASmurf attack
- BPing flood
- CPing of death
- DSYN flood
How the community answered
(17 responses)- B88% (15)
- C6% (1)
- D6% (1)
Why each option
A Ping flood is a type of Denial of Service (DoS) attack where an attacker attempts to overwhelm a target system with an excessive volume of ICMP echo requests. This high volume consumes network bandwidth and target system resources, preventing legitimate traffic.
A Smurf attack is a type of DoS attack that uses ICMP echo requests directed to a network's broadcast address, causing all hosts on that network to reply to a spoofed source IP, amplifying the attack.
A Ping flood attack specifically involves sending a high volume of ICMP (Internet Control Message Protocol) echo request packets to a target, aiming to consume its bandwidth and processing resources. The sheer volume of these requests can overwhelm the target, leading to a denial of service for legitimate users.
A Ping of death attack involves sending a malformed or oversized ICMP echo request packet, which can crash older, vulnerable systems when they try to reassemble the fragmented packet.
A SYN flood is a DoS attack that exploits the TCP three-way handshake by sending a flood of SYN requests to a server but never completing the handshake, exhausting server connection resources.
Concept tested: Denial of Service (DoS) attacks - Ping flood
Source: https://learn.microsoft.com/en-us/azure/ddos-protection/ddos-attack-vector-types
Topics
Community Discussion
No community discussion yet for this question.