N10-009 Network Troubleshooting Practice Question
A network technician is troubleshooting an issue where Server A can ping Server B by IP address, but Server B cannot ping Server A. Both servers are in the same VLAN and subnet, connected to the same switch. The switch ports are configured identically, and there are no ACLs or firewalls between them. Which of the following is the MOST likely cause?
⚠ Common exam trap
CompTIA often tests the misconception that a firewall blocking outgoing ICMP on Server B would cause the symptom, but the correct reasoning is that the blocking must be on the target server (Server A) for incoming ICMP, creating a one-way ping scenario.
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
✓
Server A's firewall is blocking incoming ICMP
Server A can ping Server B by IP address, meaning ICMP echo requests from Server A reach Server B and echo replies return successfully. However, Server B cannot ping Server A, which indicates that ICMP echo requests from Server B are not reaching Server A or their replies are blocked. Since both servers are in the same VLAN/subnet with no ACLs or firewalls between them, the most likely cause is that Server A's host-based firewall is blocking incoming ICMP (echo requests), preventing Server B's pings from being processed. This is a classic symptom of a one-way firewall rule that permits outbound ICMP but denies inbound ICMP.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Server A's firewall is blocking incoming ICMP
Why this is correct
If Server A's firewall is configured to block incoming ICMP echo requests (ping), Server B's ping attempts to Server A will time out. However, if Server A initiates a ping to Server B, the firewall typically permits the outgoing ICMP echo request and allows the corresponding incoming ICMP echo reply, demonstrating full connectivity from Server A's perspective. This creates the observed one-way communication failure where Server B cannot reach Server A via ping, but Server A can reach Server B.
- ✗
Server B's firewall is blocking outgoing ICMP
Why it's wrong here
If Server B's firewall blocked outgoing ICMP, it would not send the ping request, and Server A would not receive the ping attempt. The symptom would be 'destination unreachable' from Server B, but Server A would see no request. However, Server A can ping Server B, so Server B replies are allowed in. Blocking only outgoing requests on Server B would result in a different failure (Server B cannot initiate pings, but could still receive them). Given the symptom, blocking incoming on Server A is more common.
When this WOULD be correct
In a scenario where Server A cannot ping Server B by IP, but Server B can ping Server A, and both are in the same VLAN/subnet with no ACLs, Server B's firewall blocking outgoing ICMP would explain why A's pings fail while B's succeed.
- ✗
The cable connecting Server A is faulty
Why it's wrong here
A faulty network cable, whether due to a broken wire, poor termination, or excessive length, would typically disrupt the physical layer connectivity for Server A. Such an issue would manifest as intermittent packet loss, complete link failure, or very high error rates, affecting communication in *both* directions. It would not selectively block only incoming ICMP echo requests while allowing outgoing ICMP traffic and its corresponding replies, which is the specific symptom described.
When this WOULD be correct
In a scenario where both servers cannot communicate in either direction (e.g., no pings succeed), and physical inspection shows damage or link lights are off, a faulty cable on one server would be the likely cause.
- ✗
There is a duplex mismatch on Server B's switch port
Why it's wrong here
A duplex mismatch occurs when one device operates in full-duplex mode while the other operates in half-duplex mode. This scenario leads to severe network performance degradation, characterized by high collision rates, late collisions, and significant frame errors on the half-duplex side, and potentially excessive retransmissions on the full-duplex side. While it severely impacts communication, it typically results in poor performance or intermittent connectivity in *both* directions, not a complete, consistent one-way failure of a specific protocol like ICMP.
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.
✓Server A's firewall is blocking incoming ICMPCorrect answer▾
Why this is correct
If Server A's firewall is configured to block incoming ICMP echo requests (ping), Server B's ping attempts to Server A will time out. However, if Server A initiates a ping to Server B, the firewall typically permits the outgoing ICMP echo request and allows the corresponding incoming ICMP echo reply, demonstrating full connectivity from Server A's perspective. This creates the observed one-way communication failure where Server B cannot reach Server A via ping, but Server A can reach Server B.
✗Server B's firewall is blocking outgoing ICMPWrong answer — click to see why▾
Why this is wrong here
Server B can ping Server A by IP, meaning ICMP traffic from B to A works. If B's firewall blocked outgoing ICMP, B could not send pings to A, contradicting the given success.
★ When this WOULD be the correct answer
In a scenario where Server A cannot ping Server B by IP, but Server B can ping Server A, and both are in the same VLAN/subnet with no ACLs, Server B's firewall blocking outgoing ICMP would explain why A's pings fail while B's succeed.
Why candidates choose this
Candidates may confuse the direction of firewall rules, assuming that if one server cannot ping, the other's firewall must be blocking outgoing traffic, without tracing the actual ICMP flow.
✗The cable connecting Server A is faultyWrong answer — click to see why▾
Why this is wrong here
A faulty cable on Server A would cause both directions of communication to fail, but Server A can ping Server B successfully, indicating the cable is functional.
★ When this WOULD be the correct answer
In a scenario where both servers cannot communicate in either direction (e.g., no pings succeed), and physical inspection shows damage or link lights are off, a faulty cable on one server would be the likely cause.
Why candidates choose this
Candidates may assume that a one-way communication issue is due to a physical layer problem, overlooking that a cable fault typically affects all traffic on that link.
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
Quick reference
IPv4 Address Class Summary
| Class | First Octet Range | Default Mask | Networks | Hosts per Network |
|---|---|---|---|---|
| A | 1–126 | /8 (255.0.0.0) | 126 | 16,777,214 |
| B | 128–191 | /16 (255.255.0.0) | 16,384 | 65,534 |
| C | 192–223 | /24 (255.255.255.0) | 2,097,152 | 254 |
| D | 224–239 | N/A | Multicast groups | — |
| E | 240–255 | N/A | Reserved / experimental | — |
127.x.x.x is reserved for loopback. Modern networks use CIDR (classless) rather than classful addressing.
Go deeper
Related to this question
Learn chapter
Troubleshooting Methodology
Key term
ICMP
ICMP is a network-layer protocol used by network devices to send error messages and operational information about network connectivity.
Key term
VLAN
A VLAN logically segments a physical network into isolated broadcast domains without requiring separate physical switches.
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 →
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.