Physical layer (Layer 1) issues cause the most fundamental network problems — no link, intermittent connectivity, and high error rates. CompTIA Network+ N10-009 tests physical layer troubleshooting in the Troubleshooting domain. Physical problems are often overlooked in favor of software fixes — the first step in systematic troubleshooting is always confirming physical layer health.
Practice this topic
No link light: the interface LED is off or amber (fault) when it should be green. Causes: unplugged or damaged cable, faulty NIC, faulty switch port, wrong cable type (straight-through vs crossover — rarely an issue with modern Auto-MDI/MDIX). Test: try a different cable, try a different switch port, test the cable with a cable tester.
Intermittent connectivity: the link goes up and down repeatedly. Causes: loose cable connection, bent or partially broken cable, SFP transceiver issue (dirty or damaged fiber connector), EMI (electromagnetic interference from power cables, motors, fluorescent lights). Test: TDR/cable certifier to check cable quality, check cable routing (separation from power cables).
CRC errors / FCS errors: frames arrive with corrupted data. Causes: physical cable damage (bent, kinked, over-crimped), exceeding maximum cable distance, cable Category insufficient for speed (Cat5 for 10G), bad SFP transceiver, EMI interference, duplex mismatch (runts in half-duplex). Check: interface error counters on the switch port (show interface on Cisco).
Runts: frames shorter than 64 bytes — typically caused by collisions in half-duplex environments or duplex mismatch. Giants: frames larger than 1518 bytes (or the configured MTU) — caused by MTU misconfiguration or VLAN tagging issues on trunk ports.
Dirty fiber connectors: the most common cause of fiber connectivity problems. Even fingerprints or dust on a fiber end-face cause significant signal loss. Use inspection scopes and fiber cleaning tools (one-click cleaners) before connecting. Never look directly into a fiber connector — laser sources can damage eyes.
Bend radius violation: fiber optic cables have a minimum bend radius — bending too tightly causes internal reflections and signal loss. Visible to OTDR as a loss event at the bend location. Route fiber carefully without tight bends or kinks.
Wrong fiber type: single-mode transceiver with multimode fiber (or vice versa) causes severely degraded signal. Verify fiber type matches transceiver specifications. Connector mismatch: SC-to-LC adapter required when different connector types need to interconnect.
If the cable looks undamaged externally, it's not the problem
Internal conductor breaks, improper crimping, and bent pairs are invisible externally but cause CRC errors and intermittent connectivity. A cable tester or TDR is required to confirm cable integrity
These questions are representative of what you will see on Network+ exams. The correct answer and explanation are shown immediately below each question.
A switch interface shows increasing CRC errors and runts, but the link light is green. What is the most likely cause?
Explanation: Runts (short frames) and CRC errors with a green link light are classic symptoms of a duplex mismatch. The full-duplex side transmits while the half-duplex side is also transmitting — the half-duplex side detects this as a collision, generating runts. CRC errors result from corrupted frames. Check duplex settings on both ends: the switch port and the connected device.
On a Cisco switch, 'show interface GigabitEthernet0/1' shows speed and duplex, late collisions counter (only increments in half-duplex, not full), and input/output error counts. A mismatch shows: one side is auto-negotiated full-duplex, the other is hard-coded half-duplex. Increasing late collisions, runts, and CRC errors confirm the mismatch. Fix: configure both ends to the same speed and duplex (preferably both auto-negotiate).
Try free Physical Layer Issues practice questions with explanations, topic links and progress tracking.