Question 1,095 of 1,013
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
Quick reference
Access Control Model Comparison
| Model | Acronym | Who Controls Access? | Best For |
|---|---|---|---|
| Discretionary Access Control | DAC | Resource owner | Small teams, file shares |
| Mandatory Access Control | MAC | System / security labels | Classified govt / military |
| Role-Based Access Control | RBAC | Administrator (via roles) | Enterprise environments |
| Attribute-Based Access Control | ABAC | Policy engine (user + resource attributes) | Fine-grained, dynamic policies |
| Rule-Based Access Control | RuBAC | System rules / ACLs | Firewall 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 →
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.