Question

Difficulty: MediumWired and Wireless Network Issues

Match each wired or wireless network troubleshooting symptom on the left with its corresponding root cause on the right.

  • A workstation cannot access internet resources but can ping local hosts; system IP configuration shows a valid local IP of 192.168.1.50192.168.1.50 and a default gateway of 0.0.0.00.0.0.0.Misconfigured or missing default gateway IP address on the host.
  • An unshielded twisted-pair Ethernet cable routed alongside high-voltage fluorescent lighting ballasts suffers from high frame error rates and packet corruption.Electromagnetic interference (EMI) inducing electrical noise onto copper conductors.
  • A legacy 802.11b client connecting to a 2.4 GHz wireless network causes overall throughput degradation for all active 802.11n clients.Backward-compatibility protection mechanisms and slower preamble transmission rates.
  • Users in an enterprise office report frequent packet drops and wireless performance degradation where adjacent access points are configured on channels 1, 2, and 3.Adjacent-channel interference caused by spectrum overlap on the 2.4 GHz band.

Answer

Each symptom matches its specific root cause: a gateway of 0.0.0.00.0.0.0 blocks remote routing; high-voltage lighting induces EMI on unshielded copper cabling; 802.11b legacy clients force protection frame overhead on 2.4 GHz networks; and assigning adjacent 2.4 GHz channels (1, 2, 3) causes severe frequency overlap.
Each diagnostic symptom aligns directly with its underlying network root cause: a missing/invalid default gateway (0.0.0.00.0.0.0) restricts host communication strictly to the local subnet; UTP cables near high-voltage light ballasts suffer from EMI; legacy 802.11b clients require airtime-consuming backward-compatibility protection frames; and deploying adjacent 2.4 GHz channels (1, 2, 3) leads to severe frequency overlap and adjacent-channel interference.

Step-by-Step Solution

1
Analyze the IP configuration symptom
Determined that local communication works while remote traffic fails due to a gateway address of 0.0.0.00.0.0.0.
Traffic destined outside the local subnet requires a valid default gateway IP to route packets.
2
Analyze the physical cabling environment symptom
Identified packet corruption on UTP cable routed near high-voltage lighting ballasts.
UTP copper wires lack foil/braided shielding, making them vulnerable to electromagnetic interference (EMI) from high-voltage equipment.
3
Analyze the wireless client standard symptom
Identified overall Wi-Fi degradation caused by an 802.11b client.
802.11 access points employ legacy protection mechanisms (such as longer preambles and RTS/CTS) to prevent collisions with legacy 802.11b clients, reducing airtime efficiency for 802.11n clients.
4
Analyze the wireless channel deployment symptom
Identified adjacent-channel interference due to AP channel assignments of 1, 2, and 3.
2.4 GHz Wi-Fi channels are 22 MHz wide and spaced 5 MHz apart. Only channels 1, 6, and 11 offer sufficient channel separation to prevent overlap.

Key Concept

Diagnosing common wired cabling interference, IP gateway configuration errors, and 2.4 GHz wireless channel and legacy standard issues.
Rate this question