350-501 · Question #195
Which type of attack is a protocol attack?
The correct answer is C. SYN flood. A protocol attack exploits weaknesses in the design or implementation of a network protocol, such as a SYN flood targeting the TCP three-way handshake.
Question
Which type of attack is a protocol attack?
Exhibit
Options
- AHTTP flood
- BTFTP flood
- CSYN flood
- DSlowloris
How the community answered
(57 responses)- A2% (1)
- B4% (2)
- C93% (53)
- D2% (1)
Why each option
A protocol attack exploits weaknesses in the design or implementation of a network protocol, such as a SYN flood targeting the TCP three-way handshake.
An HTTP flood is typically an application-layer (Layer 7) denial-of-service attack that overloads a web server with legitimate or malformed HTTP requests, rather than directly exploiting a fundamental protocol mechanism.
A TFTP flood is an application-layer attack that overwhelms a TFTP server with excessive requests, consuming its resources, but it does not exploit a specific protocol vulnerability in the way a SYN flood does for TCP.
A SYN flood is a classic protocol attack that exploits the TCP three-way handshake by sending a high volume of SYN requests without completing the ACK, overwhelming the server's connection table and consuming resources. This directly attacks the state machine of the TCP protocol.
Slowloris is an application-layer DoS attack that keeps HTTP connections open by sending partial requests, consuming server resources slowly. While it uses the HTTP protocol, it primarily exploits server resource handling rather than a protocol state machine flaw.
Concept tested: Types of network attacks (Protocol attack)
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/dpa/configuration/xe-3s/sec-dpa-xe-3s-book/sec-syn-flood-prot.html
Topics
Community Discussion
No community discussion yet for this question.
