GCIH · Question #126
Which of the following protocols is a maintenance protocol and is normally considered a part of the IP layer, but has also been used to conduct denial-of-service attacks?
The correct answer is A. ICMP. ICMP is a network-layer maintenance and error-reporting protocol that has also been exploited to launch denial-of-service attacks such as ICMP floods and Smurf attacks.
Question
Which of the following protocols is a maintenance protocol and is normally considered a part of the IP layer, but has also been used to conduct denial-of-service attacks?
Options
- AICMP
- BL2TP
- CTCP
- DNNTP
How the community answered
(28 responses)- A86% (24)
- B4% (1)
- C7% (2)
- D4% (1)
Why each option
ICMP is a network-layer maintenance and error-reporting protocol that has also been exploited to launch denial-of-service attacks such as ICMP floods and Smurf attacks.
ICMP (Internet Control Message Protocol), defined in RFC 792, operates as a maintenance protocol within the IP layer and is used by diagnostic tools like ping and traceroute to report errors and test connectivity. Because it is connectionless and requires no handshake, attackers have weaponized it in volumetric DoS attacks such as ICMP flood attacks and the Smurf attack, where broadcast-amplified echo requests overwhelm a target. Its dual role as both a utility protocol and an attack vector is a well-known security concern.
L2TP (Layer 2 Tunneling Protocol) is a VPN tunneling protocol operating at the data link layer and is not a maintenance or error-reporting protocol associated with the IP layer.
TCP is a connection-oriented transport-layer protocol responsible for reliable data delivery and is not classified as an IP-layer maintenance protocol.
NNTP (Network News Transfer Protocol) is an application-layer protocol for distributing and reading Usenet newsgroup articles and has no role in IP-layer maintenance or DoS attacks.
Concept tested: ICMP as IP maintenance protocol and DoS vector
Source: https://www.rfc-editor.org/rfc/rfc792
Topics
Community Discussion
No community discussion yet for this question.