Difficulty: Easy
Correct Answer: There is a protocol mismatch between your client computer and RED.
Explanation:
Introduction / Context:
Connectivity issues that affect only a single remote server, while other servers remain reachable, often point to software or configuration mismatches rather than physical-layer faults. On legacy Ethernet like 10Base2, shared-media problems usually impact many or all devices, not just one target.
Given Data / Assumptions:
Concept / Approach:
If physical issues (cable break, termination) existed, multiple systems would typically lose connectivity. An IRQ or NIC hardware fault would likely prevent all network access. High collision rates would degrade the entire segment, not a single client-server pair. A protocol mismatch (for example, your client only has NetBEUI, while RED only speaks TCP/IP) explains why other servers (which support your protocol) work, but RED (which requires a different protocol) does not.
Step-by-Step Solution:
Verification / Alternative check:
Run protocol-specific tests (for example, ping for TCP/IP). If ping fails but NetBIOS browsing works only for other servers, it reinforces a protocol mismatch diagnosis.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming any single-host issue must be physical. Always compare installed protocol stacks across client and target server.
Final Answer:
There is a protocol mismatch between your client computer and RED.
Discussion & Comments