Tier 1 · SOP-005 · Module 05 of 09

Cabling & Physical Layer

Know your cable standards, connector types, and physical layer fundamentals. The physical layer is where every network starts — and where half the problems actually live.

Tier 1 — Help Desk SOP-005 Beginner Physical Infrastructure
🔌

Phase 1 — Learn IT

Learn the cable standards, connector types, and physical infrastructure that every IT tech needs to identify and work with confidently.

The Physical Layer (OSI Layer 1)

Layer 1 is the physical medium — copper wire, fiber optic glass, or radio waves. Before any software troubleshooting can help, the physical layer must work. A cracked cable, a bad crimp, or a wrong connector type will fail silently in ways that look like software problems until you test the physical layer directly.

Most environments use twisted pair copper cable (Ethernet) for desktop and server connections, fiber optic for backbone and long-distance runs, and coaxial for cable TV and some older setups. Help desk techs deal with copper 99% of the time.

Ethernet Cable Categories

CategoryMax SpeedMax LengthCommon Use
Cat 5100 Mbps100mLegacy; avoid in new installs
Cat 5e1 Gbps100mStill common in older offices
Cat 61 Gbps (10G up to 55m)100mCurrent standard for most offices
Cat 6a10 Gbps100mData centers, high-bandwidth runs
Cat 710 Gbps100mShielded; data centers and industrial
Cat 825–40 Gbps30mData center switch-to-switch connections
💡

The 100 Meter Rule

All copper Ethernet standards have a 100-meter (328 feet) maximum segment length. Beyond that, signal degrades and you'll see intermittent drops and errors. If a run is longer, you need a switch or repeater to extend it. Fiber has no such limit for practical distances.

Common Connectors You'll Work With

ConnectorUsed ForNotes
RJ-45Ethernet (twisted pair)8-pin, clear plastic. Used on all Cat 5e/6/6a runs
RJ-11Telephone / DSL6-pin, smaller than RJ-45. Don't mix them up
LC (Fiber)Single-mode & multi-mode fiberSmall form factor; most common fiber connector today
SC (Fiber)Single-mode & multi-mode fiberOlder square connector; still found in legacy installs
USB-A / USB-CPeripheral connectionsUSB-C reversible; both used for adapters and docking
HDMI / DisplayPortVideo/audio outputHDMI common on monitors; DisplayPort on pro displays

T568A vs. T568B — The Only Two That Matter

When terminating (crimping) an RJ-45 connector onto a cable, you must follow a specific color sequence. There are two standards: T568A and T568B. T568B is the most widely used in North American commercial installations.

Both ends of a straight-through cable use the same standard (both T568B). A crossover cable uses T568A on one end and T568B on the other — used historically to connect two computers directly, though modern switches handle this automatically (auto-MDI/MDX).

PinT568A ColorT568B ColorFunction
1White/GreenWhite/OrangeTX+
2GreenOrangeTX-
3White/OrangeWhite/GreenRX+
4BlueBlueUnused (PoE)
5White/BlueWhite/BlueUnused (PoE)
6OrangeGreenRX-
7White/BrownWhite/BrownUnused
8BrownBrownUnused

How Physical Problems Present

SymptomLikely Physical CauseTest
No link light on NIC or switchBad cable, wrong port, dead NICSwap cable; try different switch port
Intermittent drops / packet lossBent cable, damaged crimp, near EMI sourceCable tester; move cable away from power runs
Slow speeds (below expected)Cat 5 in a Cat 6 environment, cable too longCheck cable label; measure run length
No link but cable looks fineWire broken internally (stressed bend)Test with cable tester; replace cable
Connector feels looseTab broken, crimp failedRe-crimp or replace the end
⚠️

Never Run Ethernet Parallel to Power Cables

Running network cable next to electrical conduit introduces electromagnetic interference (EMI) that causes packet errors and intermittent drops. Always cross power cables at 90 degrees if you must intersect, and maintain at least 12 inches of separation for parallel runs. Use shielded cable (STP) if separation isn't possible.

Key Terms

UTP
Unshielded Twisted Pair. Standard copper Ethernet cable. Pairs of wires twisted together to reduce interference from each other.
STP
Shielded Twisted Pair. Has a foil or braided shield around the pairs to block EMI. Used in industrial or high-interference environments.
Crimping
The process of attaching an RJ-45 connector to the end of a cable using a crimping tool that pushes the pins into the wire insulation.
PoE
Power over Ethernet. Delivers electrical power through the Ethernet cable to devices like IP cameras, VoIP phones, and wireless access points.
Patch Panel
A panel in the network closet where wall runs terminate. Allows easy cable management and cross-connecting between ports using short patch cables.
Loopback
A test that sends a signal back to the sender. Loopback adapters test NIC hardware; ping 127.0.0.1 tests the software TCP/IP stack.
📋

Phase 2 — Do IT

Execute SOP-005 for any physical layer connectivity issue. Test before replacing.

SOP-005 · PHYSICAL LAYER / CABLING · REV 1.0

Physical Layer Connectivity Troubleshooting

Use this procedure when a wired connection has no link light, intermittent drops, or speed is below the expected rate. Always test the physical layer before touching software or settings.

01

Verify Link Light Status

Check the NIC (back of desktop or side of laptop) — is the link light on? Check the switch or wall port as well. No link light on either end = no physical connection. A flashing amber/orange light may indicate a speed mismatch or duplex issue. Green steady = connected; green flashing = activity.

02

Swap the Patch Cable First

Replace the cable between the computer and the wall port (or switch). Use a known-good cable. This rules out the most common failure — a damaged patch cable. If the link light comes on after swapping, the original cable was the problem. Label the bad cable and dispose of it.

03

Test the Wall Port

Plug a known-good laptop directly into the wall port with a known-good cable. If you get a link, the wall port is fine — the problem is the user's machine or original cable. If no link, the wall port may be dead or unplugged at the patch panel. Trace the port number and check the patch panel in the comms room.

04

Use a Cable Tester If Available

A cable tester verifies continuity on all 8 pins and can identify miswires, opens, and shorts. Run the tester on the suspect cable. If pins don't light in order (1-2-3-6 for a T568B cable), the cable has a wiring fault. Re-crimp or replace it. A tone generator (fox and hound) helps trace cables through walls and ceilings.

05

Check the Switch Port

Move the cable to a different switch port. If the link comes up on the new port, the original switch port may be failed or disabled. Check the switch management interface (if accessible) to confirm port status. A port that shows "err-disabled" requires network team intervention.

06

Inspect and Re-Terminate Connectors

If a cable must be re-terminated: strip 1–1.5 inches of outer jacket, untwist the pairs, arrange in T568B color order, trim to equal length, insert into RJ-45 connector with jacket inside the housing, and crimp firmly. Test with a cable tester after crimping. A bad crimp is worse than a bad cable — it causes intermittent failures that are hard to diagnose.

07

Check NIC Health in Device Manager

If physical cable tests pass but there's still no connectivity: open Device Manager → Network Adapters. Look for yellow exclamation marks. Right-click → Properties to see error codes. Try disabling and re-enabling the adapter. If the NIC is failing, it may need to be replaced (USB-to-Ethernet adapter as a workaround for laptops).

Escalate to Tier 2 / Network Team When

  • Multiple ports on the same switch show no link (switch may be down)
  • A switch port is in "err-disabled" state
  • Cable runs need to be pulled through walls or ceilings
  • Fiber connections need to be tested or replaced
  • Intermittent drops persist after replacing cable and testing the port
  • NIC replacement is needed on a company-owned device

Physical Layer Cheat Sheet

SymptomFirst CheckFix
No link lightCable at both ends; NIC in Device ManagerSwap cable; try different port
Intermittent dropsCable routing (near EMI?); crimp qualityReplace cable; re-route away from power
Speed below expectedCable category label; run lengthReplace with correct Cat rating
Wall port deadPatch panel connection in comms roomRe-patch panel port; escalate if structural
🎯

Phase 3 — Apply IT

Apply physical layer knowledge to real scenarios and practice your interview answers.

Practice Tickets

SCENARIO 01

No Link Light

"I just moved to a new desk. My computer is plugged into the wall but I have no internet. The light on the back of my computer isn't on."
Your Tasks
  • 1.What does no link light tell you and what is your first action?
  • 2.You swap the cable and still no link. What do you test next?
  • 3.A known-good laptop gets no link from that wall port either. Where do you go next?
  • 4.You find the patch panel port is unplugged. You re-patch it. What do you verify before closing the ticket?
SCENARIO 02

Intermittent Drops

"My network keeps dropping every 10–15 minutes. It comes back on its own but it's disrupting my work. The cable looks fine visually."
Your Tasks
  • 1.Why can't you trust a visual inspection of a cable to determine if it's good?
  • 2.What tool do you use to properly test the cable and what does it check?
  • 3.The cable tests fine. You notice it runs along the same path as several power cables. What is the issue and what do you recommend?
  • 4.Write the resolution steps you would document in the ticket.
SCENARIO 03

Speed Bottleneck

"Our office speed test shows 100 Mbps but our ISP contract says we should be getting 1 Gbps. This is affecting file transfers to the server."
Your Tasks
  • 1.What physical layer component is the most likely bottleneck and why?
  • 2.How do you identify what category of cable is currently installed?
  • 3.The cable is labeled Cat 5e. Is this the problem? What is the max speed of Cat 5e?
  • 4.What cable category would you recommend for replacement and why?

Document Your Resolution

FieldYour Entry
User Reported
Initial Findings
Root Cause
Steps Taken
Resolution
Verification

Questions You'll Face

Interview Question 01

"What is the difference between Cat 5e and Cat 6 cable and when would you use each?"

Strong Answer Framework

Cat 5e supports 1 Gbps up to 100 meters and is common in older offices still running fine for most tasks. Cat 6 also does 1 Gbps up to 100m but has tighter twists and a spline separator that reduces crosstalk — it can also do 10 Gbps up to 55 meters. I'd use Cat 5e when replacing a damaged run in an existing Cat 5e infrastructure where 1 Gbps is sufficient. I'd specify Cat 6 or Cat 6a for any new installation because the marginal cost difference is small and it future-proofs the investment for 10G speeds.

Interview Question 02

"A user says their wired connection keeps dropping intermittently. How do you diagnose a physical layer problem?"

Strong Answer Framework

Intermittent drops are the trickiest physical layer problem because the connection seems to work. My first step is swapping the patch cable with a known-good cable — a damaged cable can test fine visually but have broken conductors internally. Then I use a cable tester to verify continuity on all 8 pins. I also check the cable routing — parallel runs alongside power cables can introduce EMI causing packet errors. If the cable tests fine and routing is clean, I move to the switch port (try a different port) and finally look at the NIC in Device Manager for errors.

Interview Question 03

"Can you explain the T568B wiring standard and why it matters?"

Strong Answer Framework

T568B is the standard pin-to-color mapping for terminating RJ-45 connectors, and it's the most common standard in North American commercial environments. The order on pins 1–8 is: white/orange, orange, white/green, blue, white/blue, green, white/brown, brown. It matters because both ends of a cable must use the same standard (both T568B for a straight-through cable) or you'll get a miswire — the cable will fail a tester and produce no link. If you're extending an existing infrastructure, you match whatever standard is already in use to stay consistent. The other standard, T568A, is functionally identical — just pins 1,2 and 3,6 are swapped.

Completion Checklist

I know the cable categories (Cat 5e through Cat 8) and their speed/distance specs
I can identify RJ-45, RJ-11, LC, and SC connectors by sight
I know the T568B pin color order from memory
I can describe what a cable tester checks and how to interpret the results
I understand the 100 meter rule and what happens when it's exceeded
I completed all three scenarios and can explain my troubleshooting logic

Continue Your Training

Module 05 · SOP-005
Finished all three phases? Mark this module complete.