Courseiva
Network SecurityhardMultiple ChoiceObjective-mapped

N10-009 Network Security Practice Question

A security analyst observes that an internal server is sending a large volume of TCP SYN packets to various external IP addresses, but never completing the three-way handshake. This behavior is indicative of which type of attack?

⚠ Common exam trap

CompTIA often tests the distinction between a SYN flood (which uses TCP SYN packets and incomplete handshakes) and a DDoS amplification attack (which uses UDP or other protocols with spoofed sources), so candidates mistakenly choose amplification when they see 'large volume' and 'external IPs' without recognizing the TCP SYN signature.

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 attack

A SYN flood attack occurs when an attacker sends a high volume of TCP SYN packets to a target but never completes the three-way handshake by sending the final ACK. This leaves the target's connection table half-open, consuming resources and potentially exhausting its ability to accept legitimate connections. The observed behavior—internal server sending many SYN packets without completing the handshake—matches the classic signature of a SYN flood, though typically the attacker spoofs the source IP to avoid response traffic.

Answer analysis

Option-by-option breakdown

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

  • Man-in-the-middle attack

    Why it's wrong here

    A man-in-the-middle (MITM) attack involves an attacker secretly relaying and potentially altering the communication between two parties who believe they are directly communicating with each other. This attack focuses on intercepting, eavesdropping, or manipulating data in transit, often through techniques like ARP spoofing or DNS poisoning. Sending a flood of SYN packets, as described, is a direct denial-of-service technique, not an interception or relaying method characteristic of a MITM attack.

    When this WOULD be correct

    This would be correct in a scenario where an attacker intercepts and relays messages between two hosts who believe they are directly communicating, such as when an attacker uses ARP spoofing to intercept traffic on a local network.

  • SYN flood attack

    Why this is correct

    A SYN flood attack exploits the TCP three-way handshake by sending a large volume of SYN (synchronize) packets to a target server. The attacker, in this case, the compromised internal server, does not respond to the server's SYN-ACK (synchronize-acknowledge) replies, leaving numerous half-open connections in the server's connection state table. This rapid exhaustion of available connection resources prevents legitimate clients from establishing new connections, effectively causing a denial of service.

  • DDoS amplification attack

    Why it's wrong here

    A DDoS amplification attack involves an attacker sending small, specially crafted requests to legitimate, open third-party servers (like DNS or NTP servers) with the victim's spoofed IP address as the source. These servers then respond with significantly larger replies directed at the victim, amplifying the attack traffic volume. While a SYN flood is a denial-of-service attack, it directly sends SYN packets to the victim and does not rely on leveraging intermediate services to generate larger responses, thus it is not an amplification technique.

    When this WOULD be correct

    This option would be correct in a scenario where an attacker sends small requests (e.g., DNS or NTP queries) with a spoofed victim IP to a server, and the server responds with much larger replies to the victim, overwhelming it. For example, 'A server receives a small DNS query from a spoofed IP and sends a large DNS response to that IP, causing network congestion.'

  • Smurf attack

    Why it's wrong here

    A Smurf attack is a type of distributed denial-of-service (DDoS) attack that leverages ICMP (Internet Control Message Protocol) echo requests. The attacker sends ICMP echo requests to a network's broadcast address, spoofing the source IP address to be that of the intended victim. All hosts on the broadcast network then reply to the victim's spoofed IP with ICMP echo replies, overwhelming the victim with a flood of traffic. The scenario explicitly describes TCP SYN packets, not ICMP, making a Smurf attack an incorrect classification.

    When this WOULD be correct

    A Smurf attack would be correct if the question described an attacker sending ICMP echo requests to a network broadcast address with a spoofed source IP, resulting in a flood of ICMP replies overwhelming the victim.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The N10-009 exam frequently reuses these exact scenarios with slightly different constraints.

SYN flood attackCorrect answer

Why this is correct

A SYN flood attack exploits the TCP three-way handshake by sending a large volume of SYN (synchronize) packets to a target server. The attacker, in this case, the compromised internal server, does not respond to the server's SYN-ACK (synchronize-acknowledge) replies, leaving numerous half-open connections in the server's connection state table. This rapid exhaustion of available connection resources prevents legitimate clients from establishing new connections, effectively causing a denial of service.

Man-in-the-middle attackWrong answer — click to see why

Why this is wrong here

A man-in-the-middle attack involves intercepting and potentially altering communications between two parties, not sending a large volume of SYN packets without completing the handshake.

★ When this WOULD be the correct answer

This would be correct in a scenario where an attacker intercepts and relays messages between two hosts who believe they are directly communicating, such as when an attacker uses ARP spoofing to intercept traffic on a local network.

Why candidates choose this

Candidates may confuse the concept of an attacker intercepting traffic with the idea of the server sending packets to external IPs, mistakenly thinking the server is acting as a middleman.

DDoS amplification attackWrong answer — click to see why

Why this is wrong here

A DDoS amplification attack involves sending small queries to a server with a spoofed source IP, causing the server to send large responses to the victim. The question describes the internal server sending SYN packets, not receiving amplified responses, so this does not match.

★ When this WOULD be the correct answer

This option would be correct in a scenario where an attacker sends small requests (e.g., DNS or NTP queries) with a spoofed victim IP to a server, and the server responds with much larger replies to the victim, overwhelming it. For example, 'A server receives a small DNS query from a spoofed IP and sends a large DNS response to that IP, causing network congestion.'

Why candidates choose this

Candidates may confuse the high volume of traffic in a SYN flood with the amplification effect in DDoS amplification attacks, especially since both involve flooding. They might think the internal server is being used to amplify traffic to external targets.

Smurf attackWrong answer — click to see why

Why this is wrong here

A Smurf attack involves sending ICMP echo requests with a spoofed source IP to a network's broadcast address, causing all hosts to reply to the victim. The question describes TCP SYN packets, not ICMP, and the server is the source, not the target of amplification.

★ When this WOULD be the correct answer

A Smurf attack would be correct if the question described an attacker sending ICMP echo requests to a network broadcast address with a spoofed source IP, resulting in a flood of ICMP replies overwhelming the victim.

Why candidates choose this

Candidates may confuse amplification attacks (like Smurf) with SYN floods because both involve high volumes of traffic and denial of service, but they differ in protocol and mechanism.

Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Visual reference

Client Server SYN (seq=100) SYN-ACK (seq=200, ack=101) ACK (ack=201) Connection established — data transfer begins

Quick reference

IPv4 Address Class Summary

ClassFirst Octet RangeDefault MaskNetworksHosts per Network
A1–126/8 (255.0.0.0)12616,777,214
B128–191/16 (255.255.0.0)16,38465,534
C192–223/24 (255.255.255.0)2,097,152254
D224–239N/AMulticast groups
E240–255N/AReserved / experimental

127.x.x.x is reserved for loopback. Modern networks use CIDR (classless) rather than classful addressing.

About these practice questions

Courseiva writes every N10-009 question from scratch — 464 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This N10-009 practice question is part of Courseiva's free CompTIA 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 N10-009 exam.