OPERATOR REFERENCE · LAYER 1

Layer 1 Field Reference
PC to Switch — Cable, RJ45 & Signal

cable → connector → color code → PoE → negotiation → what actually happens on the wire
PC NIC · MDI
UTP · RJ45
SWITCH PORT · MDI-X
01 Cable Types & Categories
CategoryMax SpeedMax DistanceTypical Use
Cat5100 Mbps100 mLegacy — avoid on new installs
Cat5e1 Gbps100 mCommon desktop/access cabling
Cat61 Gbps (10 Gbps to 55m)100 m / 55 m@10GStandard modern install
Cat6a10 Gbps100 mData center, AP uplinks, PoE++
Cat7 / Cat7a10 Gbps+100 mShielded, high-EMI environments
Cat825/40 Gbps30 mServer / switch short-reach links
U

UTP

Unshielded Twisted Pair — 4 twisted pairs, no shielding. Cheapest, most common in offices.

S

STP / FTP

Shielded / Foiled Twisted Pair — foil or braid around pairs, reduces EMI. Needs grounding.

P

Solid vs Stranded

Solid core = fixed runs, punch-down (better signal, less flexible). Stranded = patch cables (flexible, short runs).

02 RJ45 Connector & Pinout
B

T568B (most common)

1
White/Orange
TX+
2
Orange
TX-
3
White/Green
RX+
4
Blue
unused (1G: DB+)
5
White/Blue
unused (1G: DB-)
6
Green
RX-
7
White/Brown
unused (1G: DD+)
8
Brown
unused (1G: DD-)
A

T568A (US gov / older)

1
White/Green
TX+
2
Green
TX-
3
White/Orange
RX+
4
Blue
unused (1G: DB+)
5
White/Blue
unused (1G: DB-)
6
Orange
RX-
7
White/Brown
unused (1G: DD+)
8
Brown
unused (1G: DD-)

Straight-Through

Same standard both ends (B–B or A–A). Use for PC ↔ Switch, Switch ↔ Router — unlike-device links.

Crossover

One end A, one end B. Historically for PC ↔ PC, Switch ↔ Switch — like-device links.

Auto-MDIX

Virtually all modern NICs/switches auto-detect and flip TX/RX internally — crossover cables are rarely needed today.

03 Power over Ethernet (PoE)
StandardNameMax Power (at PSE)Power at Device
802.3afPoE15.4 W~12.95 W
802.3atPoE+30 W~25.5 W
802.3bt Type 3PoE++60 W~51 W
802.3bt Type 4PoE++100 W~71 W
A

Alternative A

Power riding on the data pairs: pins 1/2 and 3/6 (used by 10/100 Mbps links).

B

Alternative B

Power on the spare pairs: pins 4/5 and 7/8 (common on older PoE gear).

PSE / PD Handshake

Switch (PSE) applies a small detection voltage first — only energizes full power once it detects a valid PD resistance signature.

04 Speed & Duplex

Auto-Negotiation

Both ends exchange Fast Link Pulses (FLP) advertising supported speed/duplex; highest common capability wins.

Full Duplex

Separate TX/RX pairs — send and receive simultaneously. Standard on switched links today.

Half Duplex

Shared medium, one direction at a time — legacy hubs/collision domains. Rare on modern switch ports.

Port LEDMeaning
OffNo link — cable, port, or far-end down
Solid amber/orangeLink up, often 10/100 Mbps (vendor-dependent)
Solid greenLink up at gigabit or higher
BlinkingTraffic activity on an established link
05 What Actually Happens — PC to Switch Port
1

Physical insertion & energy detect

NIC and switch port sense a valid electrical termination on the pairs (link presence). Idle/energy-detect signaling confirms a cable is actually connected before negotiation begins.

Layer 1 · electrical
2

Auto-negotiation (FLP burst exchange)

Both sides send Fast Link Pulse bursts encoding supported speeds, duplex modes, and (for gigabit+) master/slave clocking and pair polarity. They agree on the best mutually supported combination.

IEEE 802.3 clause 28
3

Auto-MDIX pair resolution

The switch port (or NIC) electrically swaps its TX/RX pair mapping if needed, so a straight-through cable works regardless of which pairs each end expects.

Layer 1 · line signaling
4

Link established — line encoding active

Bits are now converted to voltage/signal patterns matching the negotiated speed — e.g. Manchester (legacy 10M), MLT-3 (100M), PAM-5 (1000M) — and continuously exchanged as idle symbols even with no data, which is how link state stays "up".

Layer 1 · encoding
5

PC builds an Ethernet frame

When the PC has data to send, its NIC wraps it in a frame: destination MAC, source MAC (the NIC's own burned-in or configured address), EtherType, payload, and a trailing FCS checksum for error detection.

Layer 2 · framing
6

Frame is serialized onto the wire

The NIC's PHY chip converts the frame's bits into the electrical line code from step 4 and drives them onto the twisted pairs toward the switch port.

Layer 1 → Layer 2 boundary
7

Switch receives & decodes

The switch port's PHY recovers clocking from the signal, decodes it back into bits, reassembles the frame, and checks the FCS to confirm it arrived intact.

Layer 1 · reception
8

MAC address table learning

The switch reads the frame's source MAC and records it against the ingress port in its MAC address table (CAM table) — so it now knows "this MAC lives out this port."

Layer 2 · switching
9

Forwarding decision

The switch looks up the destination MAC. Known → forwarded out that single port only. Unknown/broadcast/multicast → flooded out all ports in the same VLAN except the one it arrived on.

Layer 2 · forwarding
06 Common Layer 1 Faults
SymptomLikely Cause
No link light at allBad cable, wrong pinout, port shutdown, dead port/NIC
Link up, but very slowCable category too low, damaged pair, excessive length
Intermittent link dropsLoose connector, cable near EMI source (power, fluorescent)
Duplex mismatch symptomsLate collisions, high CRC errors — one side forced, other auto
PoE device not poweringPSE budget exceeded, wrong PoE class, cable too long/thin
CheckHow
Cable continuityCable tester — verify all 8 pins map correctly
Port errors/countersshow interface
Negotiated speed/duplexshow interface status
PoE power drawshow power inline
Physical swap testSwap known-good cable/port to isolate fault side