NetworkingCCNA

CCNA Network Cabling: Fiber, Copper, Ethernet Standards & Errors

Physical layer knowledge is foundational for the CCNA 200-301 exam. Cabling questions appear throughout: which fiber type supports a 40 km WAN link, which copper cable avoids interference, what causes late collisions, and how to spot a duplex mismatch. This guide covers single-mode vs multimode fiber, UTP categories, straight-through vs crossover cables, and the error counters you'll see on `show interfaces` output when something is wrong.

8 min
4 sections · 6 exam key points
5 practice questions

Single-mode vs multimode fiber

Fiber optic cables carry light instead of electrical signals, eliminating electromagnetic interference and enabling much longer distances. The two types differ in the size of the glass core that carries the light.

Single-mode fiber (SMF) has a very small core (around 9 μm diameter) that allows only one light mode to propagate. This eliminates modal dispersion, enabling distances of 10 km to 100 km or more depending on the transceiver. SMF uses laser light sources (expensive transceivers) and is the choice for WAN links, metropolitan area networks, and any long-haul run.

Multimode fiber (MMF) has a larger core (50 μm or 62.5 μm) that allows multiple light modes simultaneously. Modal dispersion — different modes arriving at slightly different times — limits the usable distance. OM3/OM4/OM5 multimode cables support 100 GbE at distances up to 100–400 m. MMF uses lower-cost LED or VCSEL sources and is the data center and campus short-run choice.

Copper Ethernet cable types

Unshielded Twisted Pair (UTP) is the most common LAN cable. The twists in each pair cancel out electromagnetic interference — higher-category cables have more twists per foot. Cat 5e supports Gigabit Ethernet at up to 100 m. Cat 6 supports 10 GbE at up to 55 m and Gigabit at 100 m. Cat 6A supports 10 GbE at the full 100 m. For new installs, Cat 6A is the standard choice.

Shielded Twisted Pair (STP) adds metallic shielding around the pairs, providing additional EMI rejection for environments with heavy electrical interference (factory floors, near motors). It costs more and requires grounding.

Straight-through cables have both ends wired identically (T568A-T568A or T568B-T568B). They connect dissimilar devices: switch to router, switch to PC. Crossover cables swap the transmit and receive pairs (T568A on one end, T568B on the other). They connect like devices: switch to switch, PC to PC. Modern devices with Auto-MDIX automatically detect and correct the crossover, so cable type rarely matters on current hardware.

Coaxial cable (coax) is rarely used in new LAN installations but appears in cable modem/broadband connections and some legacy environments. For CCNA, know it exists but focus on UTP and fiber.

Ethernet connection errors and duplex/speed mismatch

The `show interfaces` command on a Cisco switch or router reveals error counters. Understanding what each counter indicates is a key CCNA troubleshooting skill.

Runts are frames smaller than 64 bytes. Giants are frames larger than 1518 bytes (or the configured MTU). Both indicate corrupted or malformed frames. Input errors is the aggregate of all receive errors including runts, giants, and CRC errors. CRC errors indicate that the frame's checksum doesn't match — usually caused by a bad cable, a bad port, or electromagnetic interference.

A duplex mismatch is one of the most common real-world causes of poor Ethernet performance. If one side is set to full-duplex and the other auto-negotiates to half-duplex (or is manually set to half), the half-duplex side uses CSMA/CD and sees the full-duplex side's transmissions as collisions. The result: late collisions on the half-duplex side. Late collisions are collisions that occur after the first 64 bytes of the frame — impossible in a properly operating Ethernet segment — and are the classic indicator of a duplex mismatch.

Speed mismatch is simpler: if ports auto-negotiate to different speeds, the link simply won't come up. The interface will show line protocol down.

Fiber connectors and transceivers

Cisco devices use Small Form-factor Pluggable (SFP) transceivers for fiber connections. SFP supports up to 1 GbE; SFP+ supports 10 GbE; QSFP supports 40 GbE; QSFP28 supports 100 GbE. The transceiver determines whether single-mode or multimode fiber is used and what distance is supported.

Common fiber connectors: LC connectors are the small, square-body duplex connectors found on SFP modules. SC connectors are larger and also common. ST connectors use a bayonet lock and are found in older installations. For CCNA, know that LC is the standard SFP/SFP+ connector.

Fiber type comparison

TypeCore diameterMax distanceLight sourceUse case
Single-mode (SMF)~9 μm10–100+ kmLaserWAN, metro, long campus runs
Multimode OM350 μm300 m (10 GbE)VCSEL/LEDData center, short campus runs
Multimode OM450 μm400 m (10 GbE)VCSELData center
Multimode OM550 μm150 m (40/100 GbE)VCSELData center high speed

Key exam facts — CCNA

  • SMF: small core, laser, long distance (WAN). MMF: larger core, LED/VCSEL, short distance (campus/DC)
  • Cat 5e: Gigabit to 100 m. Cat 6A: 10 GbE to 100 m
  • Straight-through: dissimilar devices. Crossover: like devices. Auto-MDIX makes this largely irrelevant on modern gear
  • Late collisions on `show interfaces` = classic duplex mismatch symptom
  • CRC errors = bad cable, bad port, or EMI — not a duplex mismatch
  • Runts < 64 bytes; Giants > 1518 bytes

Common exam traps

You always need a crossover cable to connect two switches

Auto-MDIX, enabled by default on modern Cisco switches, automatically detects and corrects the crossover — straight-through cables work fine between switches with Auto-MDIX.

CRC errors and late collisions have the same cause

CRC errors indicate physical layer corruption (bad cable, interference). Late collisions specifically indicate a duplex mismatch — one side is full-duplex, the other is half-duplex.

Single-mode fiber is always better than multimode

SMF is better for long distances. For short data center runs, MMF with cheaper transceivers is the cost-effective choice. The 'better' type depends on distance requirements.

Practice questions — Network Cabling

These questions are representative of what you will see on CCNA exams. The correct answer and explanation are shown immediately below each question.

Q1.A WAN link must span 25 km between two buildings. Which cable type is appropriate?

A.Cat 6A UTP
B.Multimode OM4 fiber
C.Single-mode fiber
D.Cat 5e UTP

Explanation: Single-mode fiber supports distances of 10–100+ km depending on the transceiver. Multimode fiber is limited to hundreds of meters. UTP copper is limited to 100 m.

Q2.A switch port shows increasing late collision errors. What is the most likely cause?

A.Bad Ethernet cable
B.Duplex mismatch
C.Speed mismatch
D.Exceeding cable length

Explanation: Late collisions — collisions occurring after the first 64 bytes — are the classic symptom of a duplex mismatch. One side is full-duplex, the other half-duplex, causing the half-duplex side to misinterpret transmissions as collisions.

Q3.Which cable connects a PC directly to a switch port in a modern network with Auto-MDIX?

A.Crossover cable only
B.Straight-through cable only
C.Either straight-through or crossover
D.Rollover cable

Explanation: Auto-MDIX, enabled by default on modern Cisco switches, automatically detects and adjusts for the cable type. Either straight-through or crossover cables work when Auto-MDIX is active.

Q4.Which error counter on `show interfaces` indicates frames smaller than 64 bytes were received?

A.Giants
B.CRC errors
C.Runts
D.Late collisions

Explanation: Runts are Ethernet frames smaller than the minimum 64-byte size. Giants are frames larger than 1518 bytes. CRC errors indicate checksum failures. Late collisions indicate duplex mismatch.

Q5.A new data center is being cabled for 10 GbE connections up to 80 meters. Which fiber type is most cost-effective?

A.Single-mode with LC connectors
B.Multimode OM3 with LC connectors
C.Cat 6A UTP
D.Multimode OM1 with ST connectors

Explanation: Multimode OM3 fiber supports 10 GbE at up to 300 m, well within the 80 m requirement. Its VCSEL transceivers cost less than single-mode lasers, making it the cost-effective choice for data center short runs.

Frequently asked questions — Network Cabling

What is the maximum distance for Cat 6A UTP cable?

Cat 6A supports 10 Gigabit Ethernet at up to 100 meters, the same as Gigabit Ethernet on Cat 5e/6. This makes Cat 6A the recommended choice for new cabling installations that need to support 10 GbE over standard horizontal runs.

How do I identify a duplex mismatch on a Cisco switch?

Run `show interfaces` on the affected port and look for late collisions and input errors. Late collisions — collisions after the first 64 bytes — are the signature of a duplex mismatch. Also check `show interfaces status` to confirm what speed and duplex each side negotiated.

What does a CRC error on a switch interface indicate?

A CRC (Cyclic Redundancy Check) error means the received frame's checksum doesn't match the data, indicating corruption. Common causes: damaged cable, dirty fiber connectors, bent or kinked cable, electrical interference, or a failing NIC or switch port.

What is Auto-MDIX?

Auto-MDIX (Automatic Medium-Dependent Interface Crossover) is a feature on modern Cisco switches that automatically detects whether a crossover or straight-through cable is connected and adjusts the port's transmit/receive pairs accordingly. It's enabled by default, making cable type largely irrelevant for modern deployments.

When would you use STP shielded cable instead of UTP?

STP is used in environments with high electromagnetic interference — near heavy industrial equipment, motors, fluorescent lighting, or other electrical noise sources. The shielding reduces induced noise. STP requires proper grounding; ungrounded STP can actually perform worse than UTP by acting as an antenna.

Practice this topic

Test yourself on Network Cabling

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics