This objective focuses on troubleshooting Layer 1 (physical) failures. When networks experience intermittent slowdowns, packet loss, or complete loss of connectivity, the root cause often traces back to compromised copper lines, optical fiber mismatches, misconfigured switch interfaces, or power delivery limits.
Let’s look at how to diagnose and isolate these physical-layer issues.
1. Cable Issues & Signal Anomalies
Incorrect Cable Selection
Deploying a cable that does not match the hardware specifications or transmission distance will cause immediate link drops or severe performance degradation.
- Single-Mode vs. Multi-Mode Fiber:
- Single-Mode Fiber (SMF): Uses a tiny glass core (approx 9 microns) to transmit a single, tight beam of laser light. It features extremely low attenuation, making it ideal for high-speed, long-distance backbones spanning miles.
- Multi-Mode Fiber (MMF): Uses a wider glass core (approx 50 or 62.5 microns) that allows multiple angles of LED light to bounce inside. Because of modal dispersion (light waves reflecting and falling out of phase), it is strictly limited to short distances, typically within a data center or a building IDF.
- Exam Catch: Mixing an SMF patch cable with an MMF backbone trunk causes an instant optical mismatch, and the link will not come up.
- Copper Category Ratings (Cat 5 to Cat 8): Using an underrated cable will bottleneck performance or introduce data corruption.
- Cat 5e: Up to 1 Gbps at 100 meters.
- Cat 6: Up to 10 Gbps but only up to 55 meters (1 Gbps at 100 meters).
- Cat 6a / Cat 7: Up to 10 Gbps over a full 100-meter distance.
- Cat 8: Up to 40 Gbps but limited to short 30-meter runs (used inside server racks).
- STP vs. UTP: * UTP (Unshielded Twisted Pair): Standard corporate office cabling. It relies solely on twisting wire pairs to cancel out minor interference.
- STP (Shielded Twisted Pair): Contains a protective metallic foil wrapping around the wires to block external electrical noise. You must use STP in industrial environments, factories, or when running network lines right next to high-voltage power lines or fluorescent light ballasts.
Signal Degradation
- Attenuation: The natural weakening of a signal as it travels down a cable. If a copper UTP run exceeds the strict 100-meter legal limit, the electrical voltage drops too low, resulting in dropped packets or a dead link.
- Interference (EMI/RFI): Electromagnetic Interference caused by external electrical sources (motors, power lines, microwaves) bleeding into a network cable, garbling data packets.
- Crosstalk: When an electrical signal leaks from one copper wire pair in a cable and interferes with the adjacent wire pair. Near-End Crosstalk (NEXT) occurs near the transmitting connector, while Far-End Crosstalk (FEXT) occurs at the distant end.
Mechanical Failures
- Improper Termination: If an engineer poorly crimps an RJ45 connector, over-twists the copper wire pairs before punching them down into a patch panel, or chips an optical fiber ferrule, it introduces severe signal reflections, causing immediate packet corruption.
- TX/RX Transposed: Fiber optic cables use two separate strands: one for transmitting (TX) and one for receiving (RX). If a technician accidentally crosses the strands when plugging them into a patch panel, the transmitter on Switch A will try to talk directly to the transmitter on Switch B, leaving the link completely dead.
2. Interface Issues & Switch Port Counters
When a cable is damaged or misconfigured, the switch’s operating system records these anomalies on its internal port statistics counter. CompTIA will ask you to identify a physical fault based on these specific error counts.
Increasing Interface Counters
- CRC (Cyclic Redundancy Check) Errors: The switch performs a math check on every frame to ensure it wasn’t modified in transit. If CRC errors are continuously climbing, it is almost always a physical-layer fault, such as a damaged cable, a dirty fiber connector, a loose patch panel punch-down, or heavy electrical EMI noise corrupting the data bits.
- Runts: Ethernet frames that are smaller than the minimum legal size of 64 bytes. They are typically caused by packet collisions, malfunctioning network interface cards (NICs), or severe duplex mismatches.
- Giants: Frames that exceed the standard maximum size limit (typically larger than 1,518 bytes, excluding jumbo frames). This usually indicates a configuration mismatch in which one device is sending tagged frames or jumbo packets that the receiving switch port isn’t configured to accept.
- Drops: The port is intentionally discarding packets. This happens when the switch’s internal buffer queues fill up completely because an interface is overwhelmed by a sudden traffic spike, or when traffic shifts from a high-speed link (10 Gbps) to a low-speed uplink (1 Gbps).
Port Status States
- Administratively Down: The interface is turned off because a human administrator manually typed the
shutdowncommand into the switch console. The port will not pass traffic until someone manually runsno shutdown. - Error-Disabled (err-disabled): The switch software automatically shut the port down to protect the rest of the network. This state is triggered by a security violation (such as Port Security detecting a rogue MAC address), a severe link flap, or a duplex mismatch, which triggers automated safety thresholds.
- Suspended: The port is temporarily offline because it is part of a Link Aggregation Group (LAG/EtherChannel) and has failed to negotiate correctly with the switch on the other side via LACP.
3. Hardware & Transceiver Issues
Power over Ethernet (PoE) Overloads
PoE allows a switch to send electrical power directly over standard UTP copper cables to power devices such as IP phones, security cameras, and wireless access points.
- Power Budget Exceeded: Every PoE switch has a hard mathematical ceiling on the total power it can output across all its ports (e.g., a total power budget of 370 Watts). If you fill every single port with high-draw devices like pan-tilt-zoom (PTZ) security cameras or Wi-Fi 6E access points, the switch will hit its maximum budget limit and refuse to supply power to any newly plugged-in devices.
- Incorrect Standard: Devices require different amounts of power based on their technology standard. If you plug a high-draw device that requires the PoE+ or PoE++ standard into an older, legacy switch port that only outputs baseline PoE (15.4W), the device will fail to boot or crash intermittently.
- PoE (802.3af): Supplies up to 15.4 Watts.
- PoE+ (802.3at): Supplies up to 30 Watts.
- PoE++ (802.3bt): Supplies up to 60 or 90 Watts.
Transceiver Malfunctions (SFP / SFP+ / QSFP)
Transceivers are hot-swappable hardware modules that plug into switches to connect fiber-optic or high-speed copper patch cables.
- Transceiver Mismatch: If Switch A uses a 1 Gbps SFP module and Switch B uses a 10 Gbps SFP+ module, the link will fail to form due to a speed mismatch.
- Signal Strength Issues: Fiber optics rely on strict light parameters. If a fiber line is bent too sharply, or if a dirty transceiver lens attenuates the beam, the optical receiver power drops too low, triggering high CRC errors. Conversely, if you connect two switches sitting right next to each other using a high-power long-range (LX/ZX) laser module without placing an optical attenuator in the path, the laser will be too bright and will literally blind or fry the receiving optical sensor.
Cabling & Interface Troubleshooting Study Matrix
| Symptom / Stat | Root Cause Layer | Key Identifying Phrase for the Exam |
| Climbing CRC Errors | Physical Layer (L1) | Damaged cable, dirty fiber optic tip, or severe EMI noise. |
| Runts (< 64 bytes) | Data Link (L2) | Packet collisions or a severe duplex mismatch. |
| Err-Disabled | Switch Automation | Port automatically shut down due to a security or loop violation. |
| Administratively Down | Human Configuration | The interface is shut down manually via terminal command line. |
| PoE Budget Deficit | Hardware Power | Switch can’t supply power because total wattage draw is maxed out. |
| STP Cable Required | Environment | Running network drops through high-interference industrial or generator rooms. |
