nerdexam
Cisco

350-701 · Question #426

What is the intent of a basic SYN flood attack?

The correct answer is B. to exceed the threshold limit of the connection queue. The primary intent of a basic SYN flood attack is to exhaust a server's connection resources by filling its connection queue.

Submitted by asante_acc· Mar 30, 2026Network Security

Question

What is the intent of a basic SYN flood attack?

Options

  • Ato solicit DNS responses
  • Bto exceed the threshold limit of the connection queue
  • Cto flush the register stack to re-initiate the buffers
  • Dto cause the buffer to overflow

How the community answered

(36 responses)
  • B
    92% (33)
  • C
    6% (2)
  • D
    3% (1)

Why each option

The primary intent of a basic SYN flood attack is to exhaust a server's connection resources by filling its connection queue.

Ato solicit DNS responses

Soliciting DNS responses is a characteristic of DNS-based attacks like amplification or cache poisoning, not a SYN flood.

Bto exceed the threshold limit of the connection queueCorrect

A basic SYN flood attack exploits the TCP three-way handshake by sending numerous SYN requests without completing the final ACK, causing the target server to allocate resources for many half-open connections. The intent is to exceed the threshold limit of the server's connection queue, preventing legitimate incoming connections and resulting in a denial-of-service.

Cto flush the register stack to re-initiate the buffers

Flushing the register stack or re-initiating buffers describes low-level system operations and is not the direct objective of a SYN flood, which focuses on exhausting network connection resources.

Dto cause the buffer to overflow

Causing a buffer overflow is a distinct type of attack that exploits memory handling vulnerabilities, whereas a SYN flood targets connection state tables to achieve denial of service.

Concept tested: SYN flood attack mechanism

Source: https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/113337-asa-syn-attack.html

Topics

#SYN flood#DoS attack#TCP handshake

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice