SSCP · Question #1187
_________ is a form of Denial of Service attack which interrupts the TCP three way handshake and leaves half open connections.
The correct answer is D. SYN Flooding. SYN flooding is a Denial of Service attack that exploits the TCP three-way handshake by overwhelming a target with connection requests, leaving them half-open.
Question
_________ is a form of Denial of Service attack which interrupts the TCP three way handshake and leaves half open connections.
Options
- ADNS Recursion
- BNMAP
- CLand Attack
- DSYN Flooding
- EPort Scanning
How the community answered
(27 responses)- A4% (1)
- D93% (25)
- E4% (1)
Why each option
SYN flooding is a Denial of Service attack that exploits the TCP three-way handshake by overwhelming a target with connection requests, leaving them half-open.
DNS recursion is a legitimate process for DNS resolution, though it can be abused for amplification attacks, it does not directly interrupt the TCP handshake.
NMAP is a network scanner used for reconnaissance and security auditing, not a denial-of-service attack itself.
A Land attack sends a forged SYN packet with the same source and destination IP address and port, potentially causing older systems to crash, but is distinct from exhausting connection tables with half-open connections like a SYN flood.
A SYN flood attack involves sending a large number of TCP SYN requests to a target server without completing the three-way handshake, exhausting the server's connection resources by leaving numerous half-open connections.
Port scanning is a reconnaissance technique used to identify open services on a host, not a denial-of-service attack.
Concept tested: SYN flooding DoS attack
Source: https://learn.microsoft.com/en-us/azure/ddos-protection/ddos-attack-vector-types#syn-flood
Topics
Community Discussion
No community discussion yet for this question.