Question 316 of 507
Network Intrusion AnalysiseasyMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is SYN flood. This attack exploits the TCP three-way handshake by sending a rapid succession of SYN packets to a target host without ever completing the handshake, leaving the target’s connection table filled with half-open connections until resources are exhausted and legitimate traffic is denied. On the Cisco CyberOps Associate 200-201 exam, this scenario tests your ability to recognize a classic denial-of-service technique by its signature: a flood of SYNs with no corresponding SYN-ACK replies. A common trap is confusing this with a SYN-ACK flood or a ping flood, but the key differentiator is the absence of any reply from the attacker—they never intend to finish the handshake. To remember it, think “SYN sent, never spent”—the attacker sends the SYN but never spends the effort to complete the connection, leaving the victim’s resources stranded.

200-201 Network Intrusion Analysis Practice Question

This 200-201 practice question tests your understanding of network intrusion analysis. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

An analyst notices a series of SYN packets sent to a host at increasing speed, with no SYN-ACK replies. What kind of attack is this?

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

SYN flood

A SYN flood attack exploits the TCP three-way handshake by sending a rapid succession of SYN packets to a target host without completing the handshake. The target allocates resources for each half-open connection, eventually exhausting its connection table and denying service to legitimate traffic. The absence of SYN-ACK replies confirms the attacker is not responding to the handshake, a hallmark of this volumetric denial-of-service technique.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • SYN flood

    Why this is correct

    SYN flood exploits the TCP handshake by sending many SYN packets.

    Related concept

    Read the scenario before looking for a memorised answer.

  • SSL stripping

    Why it's wrong here

    SSL stripping downgrades HTTPS to HTTP.

  • ARP spoofing

    Why it's wrong here

    ARP spoofing manipulates ARP tables, not SYN packets.

  • Smurf attack

    Why it's wrong here

    Smurf uses ICMP echo requests with spoofed source IP.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests the distinction between a SYN flood (TCP handshake exhaustion) and a Smurf attack (ICMP broadcast amplification), so candidates mistakenly associate any flood of packets with ICMP-based attacks rather than recognizing the specific TCP SYN behavior described.

Detailed technical explanation

How to think about this question

Under the hood, a SYN flood leverages the TCP backlog queue (often limited to a few hundred entries per port) by sending spoofed SYN packets with unreachable source IPs, so the target never receives the final ACK to complete the handshake. Modern mitigations include SYN cookies (RFC 4987), which encode connection state in the SYN-ACK sequence number, allowing the server to avoid resource allocation until the handshake is verified. In real-world scenarios, attackers may use botnets to distribute the flood across thousands of IPs, making source-based filtering ineffective.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A security administrator must allow nursing staff to reach a patient records server while blocking access from the guest Wi-Fi VLAN. After applying an extended ACL, traffic is still blocked from nursing workstations. The ACL was applied outbound instead of inbound on the wrong interface. Questions like this test ACL direction and placement rules.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related 200-201 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 200-201 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 200-201 question test?

Network Intrusion Analysis — This question tests Network Intrusion Analysis — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: SYN flood — A SYN flood attack exploits the TCP three-way handshake by sending a rapid succession of SYN packets to a target host without completing the handshake. The target allocates resources for each half-open connection, eventually exhausting its connection table and denying service to legitimate traffic. The absence of SYN-ACK replies confirms the attacker is not responding to the handshake, a hallmark of this volumetric denial-of-service technique.

What should I do if I get this 200-201 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 25, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 200-201 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-201 exam.