Study CompTIA N10-009 Cabling and Hardware Issues: key concepts, common traps, and exam decision cues.
Physical troubleshooting questions are evidence questions. CompTIA wants to know whether you can recognize the clues that point to cable damage, poor termination, transceiver mismatch, or failing hardware before you start blaming routing or services. A link light alone is not enough evidence.
CRC error: A frame-check failure that can indicate corruption on the link or medium.
Optical transceiver: A removable module such as
SFPorSFP+that connects a switch or router interface to fiber media.Duplex mismatch: A condition where one side of a link uses a different duplex mode than the other, often causing late collisions, errors, or poor performance.
The exam usually wants you to separate:
| Evidence | Stronger first lane |
|---|---|
| CRC, frame, or input errors grow | cable, optics, signal quality, termination |
| interface is down/down | local port, cable, power, or transceiver presence |
| interface is up/up but one VLAN or one application fails | likely not pure physical layer anymore |
| intermittent drops after cable movement | loose connection, bad patch lead, poor termination |
1Gi1/0/12 is up, line protocol is up
2input errors 57, CRC 42, frame 9
3output errors 0
What to notice:
| Symptom or clue | Stronger first suspect |
|---|---|
| CRC errors, unstable link | damaged cable, bad termination, interference, optics issue |
| no link light | disconnected cable, wrong port, dead interface, power issue |
| mismatched speed or duplex behavior | negotiation issue, forced mismatch, bad legacy config |
| fiber link will not establish | wrong transceiver, polarity problem, wavelength or fiber-type mismatch |
| repeated intermittent drops | failing NIC, bad patch lead, loose connection, environmental issue |
| If the question mentions… | Stronger first focus |
|---|---|
| bent copper patch lead, poor punchdown, EMI, or damaged RJ45 | copper medium issue |
SFP, wavelength, single-mode versus multimode, or polarity |
fiber and optics issue |
| speed/duplex disagreement on older links | interface negotiation or manual mismatch |
CompTIA likes this trap:
“The port light is on, so the cable must be fine.”
That is weak reasoning. A port can show link while still producing:
flowchart TD
A["Link or interface issue"] --> B{"Link state"}
B -->|Down| C["Check cable seating, power, port, and transceiver presence"]
B -->|Up with errors| D["Check counters, termination, signal quality, and mismatch"]
D --> E["Swap smallest suspect component"]
C --> E
E --> F["Retest interface status and counters"]
What to notice:
That sequence is stronger than replacing upstream network services when the evidence is still local to the link.
| Counter or clue | Why it matters |
|---|---|
| CRC or frame errors rising steadily | points to corruption on the medium |
| drops only on one interface | narrows the scope to one link or device edge |
| errors return after replacing a patch lead | suggests a deeper port, optics, or environment issue |
| link stabilizes after speed or duplex alignment | points to negotiation or mismatch rather than routing |
Physical-layer troubleshooting starts with evidence from the link itself. Rising CRCs, late collisions, flaps, or negotiation problems point toward media, optics, connectors, or duplex. A link light alone is not enough. If the issue started after transceiver or cabling work, suspect compatibility or polarity before higher-layer services. Network+ usually wants you to clear the physical path first when the counters point there.
Continue with 5.3 Services, Routing & Switching to keep the domain flow intact.