Understanding Network Cabling at the Physical Layer

Table of contents
- π Types of Network Communication
- π OSI Layer 1: Physical Layer
- π‘ Baseband vs. Broadband Transmission
- π§΅ Ethernet Cable Standards
- π Cable Categories (Cat Ratings)
- π Direct Attach Cable (DAC) β Copper Twinax
- π Roll-Over Cable (Cisco Console Cable)
- π Fiber Optic Cables
- βοΈ Straight-through vs. Crossover Cables

π Types of Network Communication
Understanding how data is directed across a network sets the foundation for everything else:
Unicast: One-to-one communication. A packet is sent from one host directly to another. This is common in user applications like web browsing or file transfers.
Broadcast: One-to-all communication. The sender transmits data to every device in the local network segment. It is used by protocols like ARP. Efficient in small networks but creates congestion in larger ones.
Multicast: One-to-many communication. A single sender transmits data to multiple, but not all, recipients that have opted to listen (e.g., video streaming using IGMP).
Anycast: One-to-nearest communication. The data is delivered to one of many recipients, whichever is closest based on routing metrics. Common in DNS and CDN systems.
π§ Tip: Unicast and broadcast are frequently encountered in small LANs. Multicast and anycast are typically used in large-scale enterprise or Internet environments.
π OSI Layer 1: Physical Layer
Layer 1 is responsible for the transmission and reception of raw bitstreams over a physical medium. It has no concept of addressing or data interpretationβonly transmission.
Devices: Hubs, repeaters, cables, and physical ports
Transmission: Voltages, light pulses, or electromagnetic signals
Function: Converts digital data into transmittable signals and vice versa
π‘ Baseband vs. Broadband Transmission
Baseband: Only one signal can travel on the medium at a time. Most Ethernet networks use baseband transmission, such as 10BASE-T and 100BASE-TX.
Broadband: Multiple signals are transmitted over different frequencies on the same medium. Used in technologies like cable TV but not typical for Ethernet.
π Mnemonic: "Baseband is basic" β one stream, one signal.
π§΅ Ethernet Cable Standards
β 10BASE2 (Thinnet)
"10" = 10 Mbps
"Base" = Baseband signaling
"2" = ~200 meters maximum segment length
Uses coaxial cable
Flexible but obsolete
Requires BNC connectors and proper termination to function reliably
β 10BASE5 (Thicknet)
"10" = 10 Mbps
"Base" = Baseband signaling
"5" = ~500 meters maximum segment length
The original Ethernet standard
Uses thick coaxial cable with vampire taps
Rigid and difficult to install; now obsolete
Required external AUI transceivers
π§ Note: Though outdated, these legacy standards still appear in certification exams.
β 10BASE-T (Twisted Pair Ethernet)
"10" = 10 Mbps
"Base" = Baseband signaling
"T" = Twisted Pair
Uses UTP/STP twisted pair cables
Maximum segment length: 100 meters
Easier installation than coaxial options
Uses RJ-45 connectors
Follows wiring schemes: T568A or T568B
π T568A vs. T568B: These define pinout arrangements. Using one on each end creates a crossover cable; using the same on both ends creates a straight-through cable.
π Cable Categories (Cat Ratings)
Cable categories determine performance, resistance to interference, and suitability for different network speeds.
Category | Use Case | Speed | Max Frequency |
Cat5 | Legacy | 100 Mbps | 100 MHz |
Cat5e | Common | 1 Gbps | 100 MHz |
Cat6 | Modern | 10 Gbps (short) | 250 MHz |
Cat6a | High Perf | 10 Gbps | 500 MHz |
Cat7/8 | Data Centers | 10β40 Gbps | Up to 2000 MHz |
π Key Point: Higher category cables have tighter twists and better shielding, reducing crosstalk and electromagnetic interference (EMI).
π Direct Attach Cable (DAC) β Copper Twinax
Pre-terminated cable primarily used in data centers
Connects switches, servers, or storage devices directly
Maximum range: ~15 meters
Equipped with SFP+ (Small Form-factor Pluggable) connectors
Ideal for short, high-speed links where fiber is unnecessary
π‘ Common in Top-of-Rack (ToR) switch configurations.
π Roll-Over Cable (Cisco Console Cable)
Connects a PC to a Cisco deviceβs console port for management
Uses serial communication through terminal programs like PuTTY
Wiring is reversed:
Pin 1 β Pin 8
Pin 2 β Pin 7
β¦ down to Pin 8 β Pin 1
π§ Used for initial device configuration and recovery tasks
π Caution: Not to be confused with crossover cables; rollover cables are for device management only.
π Fiber Optic Cables
Transmit data as light, not electricity
Immune to electromagnetic interference (EMI)
Support high-speed, long-distance communication
Two types:
Single-mode fiber (SMF) β Long distance, uses lasers
Multi-mode fiber (MMF) β Shorter distances, uses LEDs
π Fiber optics can reach speeds up to 100 Gbps and extend across kilometers.
βοΈ Straight-through vs. Crossover Cables
Straight-through Cables:
Connect dissimilar devices (e.g., PC to switch, switch to router)
Same wiring standard on both ends (T568AβT568A or T568BβT568B)
Crossover Cables:
Connect similar devices (e.g., PC to PC, switch to switch)
Different wiring standards on each end (T568AβT568B)
π‘ Modern devices support Auto-MDIX, which automatically adjusts for cable typeβbut knowledge of these standards is still essential.
Subscribe to my newsletter
Read articles from Nakshatra Sirohi directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
