nerdexam
(ISC)2

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.

Submitted by diego_uy· Apr 18, 2026Network and Communications Security

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)
  • A
    4% (1)
  • D
    93% (25)
  • E
    4% (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.

ADNS Recursion

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.

BNMAP

NMAP is a network scanner used for reconnaissance and security auditing, not a denial-of-service attack itself.

CLand Attack

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.

DSYN FloodingCorrect

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.

EPort Scanning

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

#Denial of Service (DoS)#SYN Flooding#TCP/IP Protocol#Network Attacks

Community Discussion

No community discussion yet for this question.

Full SSCP Practice