Courseiva
Question 1,095 of 1,013
Threats, Vulnerabilities, and MitigationsmediumMultiple ChoiceObjective-mapped

SY0-701 Threats, Vulnerabilities, and Mitigations Practice Question

Several users on the same subnet report intermittent loss of access to the default gateway. A packet capture shows repeated unsolicited ARP replies mapping the gateway IP address to a different MAC address. Traffic is occasionally sent through an unknown workstation. What attack is most likely occurring?

⚠ Common exam trap

It's easy for candidates to confuse ARP poisoning with DNS cache poisoning because both involve 'poisoning' a cache, but ARP operates at Layer 2 (MAC addresses) while DNS operates at Layer 7 (domain names), and the symptoms of intermittent gateway access and unsolicited ARP replies are unique to ARP attacks.

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

ARP poisoning

The attack is ARP poisoning (also known as ARP spoofing). The attacker sends unsolicited ARP replies to associate the gateway's IP address with the attacker's MAC address, causing traffic destined for the gateway to be redirected through the attacker's workstation. This results in intermittent connectivity as the attacker can forward or drop packets, and the repeated unsolicited replies overwrite the legitimate ARP cache entries on the victim hosts.

Answer analysis

Option-by-option breakdown

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

  • ARP poisoning

    Why this is correct

    ARP poisoning is a Layer 2 attack that exploits the lack of authentication in the Address Resolution Protocol. An attacker on the same subnet sends forged ARP replies, associating the default gateway IP address with the attacker's MAC address. Victims update their ARP cache incorrectly, so all outbound traffic intended for the gateway is sent to the attacker's device. This causes intermittent connectivity as the attacker may drop, delay, or forward frames selectively, and the unusual ARP traffic would be visible in packet captures.

  • DNS cache poisoning

    Why it's wrong here

    DNS cache poisoning corrupts the translation of domain names to IP addresses at the application layer, often by injecting malicious DNS records into a resolver's cache. It does not affect the Layer 2 ARP mappings that determine how hosts on the same subnet communicate with the gateway. Since the problem is isolated to one subnet, a DNS issue would not selectively impact those users' connectivity while leaving other subnet traffic unaffected. A capture would show manipulated DNS responses, not a flood of forged ARP replies.

  • Replay attack

    Why it's wrong here

    A replay attack involves intercepting and later retransmitting a valid data transmission, such as an authentication token or a signed transaction, to reproduce an action. It targets the integrity or replay protection of higher-layer protocols and does not alter the network's MAC-to-IP mappings. In this scenario, users experience intermittent loss of local connectivity, which is a Layer 2 problem; replay attacks would not change ARP caches or interfere with normal frame forwarding. The packet capture would show repeated identical packets, not unsolicited ARP replies.

  • Amplification attack

    Why it's wrong here

    An amplification attack is a volumetric DDoS technique where an attacker sends a small query to a public server with a spoofed source IP, causing that server to send a large response to the victim. It relies on reflected UDP traffic from external services, such as DNS or NTP, and originates outside the victim's local subnet. Such an attack would flood the network link but would not compromise the ARP cache or cause specific MAC-addressed frames to be misrouted. The capture would show high-volume reflected traffic from external IPs, not local ARP poisoning behavior.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

Quick reference

Access Control Model Comparison

ModelAcronymWho Controls Access?Best For
Discretionary Access ControlDACResource ownerSmall teams, file shares
Mandatory Access ControlMACSystem / security labelsClassified govt / military
Role-Based Access ControlRBACAdministrator (via roles)Enterprise environments
Attribute-Based Access ControlABACPolicy engine (user + resource attributes)Fine-grained, dynamic policies
Rule-Based Access ControlRuBACSystem rules / ACLsFirewall rules, network ACLs

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 11, 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 SY0-701 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 SY0-701 exam.