NewAI Content Creation is now live in Early Access
Turning Point Academyby Training Center
Skip to content
0%
The Physical Network: Media, Devices and EthernetLesson 1 of 5
20 min readBeginner

Network Media: Copper, Fiber and Radio

Example prompt

Where you are: Module 3, "The Physical Network" — lesson 1 of 5. Module 2 gave you the layered map and showed you data descending the stack until it becomes signals on a medium. This module lives at the bottom of that map: the cables, connectors, devices and standards that carry every frame you captured in Wireshark. From Module 2 you need one idea: the physical layer turns bits into voltage, light or radio waves. This lesson asks the follow-up question — voltage, light or radio waves on what, and with which limits?

What you'll learn

  • Name the three physical signal carriers — copper, fiber and radio — and the signal each one uses
  • Explain the three limits every medium obeys: attenuation, interference and bandwidth
  • Read the twisted-pair category ladder (Cat5 to Cat8) and know which rungs matter in 2026
  • Explain how one medium carries many conversations: baseband, broadband, and TDM/FDM/WDM multiplexing
  • Choose the right medium for a scenario by weighing distance, interference, cost and security

Three ways to carry a bit

This lesson builds on Chapter 3 of Dr. Tahseen Al-Doori's Network Essentials, with the bandwidth and multiplexing ideas drawn from Chapter 7 — together they form the physical foundation of the course.

Every network, from your home Wi-Fi to a transatlantic backbone, moves bits using exactly three kinds of signal carrier:

  • Copper carries bits as changes in electrical voltage. Why copper and not some other metal? Gold and silver conduct beautifully but cost far too much; aluminum is cheap but lacks the electrical properties signaling needs. Copper is the compromise the whole industry settled on: conductive, flexible, affordable.
  • Fiber carries bits as pulses of light inside a hair-thin strand of glass or plastic. Glass fiber keeps the light cleaner over distance; plastic fiber is cheaper but scatters the light sooner. Fiber loses signal too — glass absorbs and scatters a little light along the way — but far more slowly than copper loses voltage: fractions of a decibel per kilometre instead of decibels per hundred metres. Fiber also has a second limit with its own name, and it is worth keeping separate from loss: chromatic dispersion, the gradual smearing of each light pulse as its different wavelengths travel at slightly different speeds. Attenuation decides how far you can go before the signal is too faint; dispersion decides how fast you can send before smeared pulses blur into one another.
  • Radio carries bits as electromagnetic waves through the air. It feels like magic, but the air itself is the medium — and it obeys the same physical limits as the other two, often more harshly.

A precision worth fixing on day one: the medium is the carrier material (copper, glass, air), and the signal is the method used on it (voltage, light, radio waves). Most standards you will meet were created or ratified by the IEEE working with ISO — the same standards bodies you met in Module 2 — which is why a connector made in one factory fits a socket made in another.

The three limits every medium obeys

Before comparing media, you need the yardsticks. Chapter 3 names three physical limits that constrain every medium ever invented, and they will follow you through the whole course.

Attenuation is the gradual weakening of a signal as it travels. A classic demonstration from Dr. Al-Doori's course makes it unforgettable: whisper a question to a full room. The people nearest you answer; the back rows never hear it. Nothing blocked the sound — it simply faded with distance. That fading is attenuation, and it happens to voltage on copper, light in fiber and radio in the air alike, just at very different rates. The demonstration has a second act: try the same whisper with your lips closed. Now even the front row gets nothing — which is what happens to a radio signal asked to pass through material too dense for it, like concrete or metal shelving.

Interference is anything that corrupts a signal on its way to the destination. On copper the main villains are EMI (electromagnetic interference — the electrical noise thrown off by motors, elevators, fluorescent ballasts and heavy machinery) and crosstalk (a signal in one wire leaking into its neighbor). Fiber is immune to EMI entirely — light doesn't care about magnetic fields — which is one of its superpowers. Radio suffers most: every microwave oven, neighboring network and reflective surface is a potential source of trouble.

Bandwidth is a medium's data-carrying capacity — how much data it can move per second, usually written in Mbps or Gbps. Here is a correction the book insists on and interviewers appreciate: bandwidth is not "speed." The electrons in a Cat6 cable and a Cat5 cable move at essentially the same rate; what differs is how many signal channels the medium can carry at once. Think of a highway: adding lanes doesn't make any single car faster, but it moves far more traffic per hour. A wider-bandwidth cable is a wider highway, not a faster car. (The companion term throughput — what you actually get, as opposed to capacity — has its own formula and its own lesson later in this module.)

Two practical corollaries. First, the weakest link rule: the segment with the least bandwidth limits everything behind it. The book's own motivating example still works in 2026 form: buy a gigabit network adapter, plug it into an old Cat5 cable, and the cable — not the adapter — decides what you get. Finding that weakest link is called bottleneck hunting, and it is a daily activity for network administrators. Second, beyond the three physical limits sit two economic ones the book insists real designers weigh: installation cost and ease of repair. Fiber wins many technical comparisons and loses many budgets.

One more comparison dimension: security. The rule of thumb is blunt — the easier a medium is to install, the easier it is to intercept. Radio is the easiest to install and the easiest to intercept: the signal is simply in the air, including outside your walls. Copper is next: it can be tapped, and it radiates faint emissions. Fiber is the hardest to compromise — it emits nothing and physically tapping it without detection is genuinely difficult. Defenses exist for each (shielded cable, directional antennas, locked wiring spaces), but the ordering is worth memorizing.

Finally, media differ in transmission mode: simplex is one-way only (a TV broadcast tower), half duplex is two-way but one direction at a time (a walkie-talkie — and classic shared media like Wi-Fi channels and old coax buses), and full duplex is both directions simultaneously on separate transmit and receive paths (every modern switch port). Keep these three words handy; they return in the Ethernet lesson.

Twisted pair: the workhorse

Walk into any office and the cable in the wall is almost certainly twisted-pair copper: eight wires twisted into four pairs, the twisting itself a clever anti-crosstalk trick — it makes interference strike both wires of a pair equally so it can be canceled out. Two families exist: UTP (unshielded twisted pair), the default for most installations, and STP (shielded twisted pair), which adds a metallic shield for high-EMI environments like factory floors. Either can be plenum-rated — jacketed in material that gives off very little toxic smoke when it burns, required by many building codes for runs through the plenum, the air-handling cavity above a suspended ceiling.

The single most useful number in this lesson: UTP is budgeted for 100 meters. Whatever the category, whatever the speed, plan copper runs within 100 meters or expect trouble — a rule so reliable that structured-wiring design (next lesson) is built around it.

Twisted pair is graded by category, and the ladder tells a clear story:

CategoryRated for2026 status
Cat5100 MHz; 100 Mbps guaranteed, gigabit only with luck(obsolete) — do not install; replace when found
Cat5e1 Gbps(legacy — still worth knowing) — an enormous installed base in existing walls
Cat61 Gbps at 100 m; 10 Gbps to 37 m always, to 55 m only in a low-crosstalk install(current) — common in recent installs
Cat6a10 Gbps at 100 m(current) — the mainstream choice for new installs
Cat825–40 Gbps to 30 m(current, niche) — datacenter racks, not offices

Two modern plot twists make this ladder more interesting than a spec sheet. First, multi-gigabit Ethernet (2.5 and 5 Gbps) was invented specifically so the world's installed Cat5e and Cat6 could carry more than a gigabit without rewiring buildings — you will meet the standard behind it in the Ethernet lesson. Second, Power over Ethernet (PoE) turned the humble copper cable into a power cord: modern standards deliver up to 90 watts alongside the data, powering phones, cameras, access points and even laptops through the same jack. PoE is a large part of why copper remains unbeatable at the network edge, and it gets proper treatment two lessons from now.

Coax: from LAN backbone to TV cable

Coaxial cable — a single copper core wrapped in insulation and a metallic shield — was once how LANs themselves were built: the book records RG-58 ("thinnet," 50-ohm, 185-meter reach) snaking from computer to computer in the bus topologies you met in Module 1. That world is gone: coax LANs are extinct (obsolete), killed by cheaper, star-wired twisted pair.

But coax itself did not die — it changed jobs. RG-6 (thicker, high interference resistance) and RG-59 (thinner, older TV installs) still run through millions of buildings for television, and two technologies keep them relevant to networking in 2026: DOCSIS (modern replacement), the standard that lets cable operators deliver internet service over TV coax — current versions reach multi-gigabit speeds — and MoCA (current), which turns a home's existing coax wall outlets into a wired network backbone reaching about 2.5 Gbps, a gift in apartments where pulling new Ethernet is impossible. Remember the shape of this story: the medium survived by carrying new protocols — coax endures via DOCSIS and MoCA only, never as native LAN cabling.

Fiber: glass for distance

Fiber optic cable trades electrons for photons, and the trade buys four advantages: immunity to EMI, far longer reach before attenuation becomes a problem, dramatically higher bandwidth ceilings, and resistance to tapping. The price is literal: higher installation cost, costly and skill-intensive repair, and custom lengths that are difficult to make in the field — glass does not forgive improvisation the way copper does.

Fiber comes in two types, and choosing between them is a classic exam and real-world question:

  • Multimode fiber (MMF) has a larger core (50 or 62.5 microns) that lets light bounce along multiple paths. It is the cheaper option (the light source can be a simple LED or low-cost laser) and covers short reach — think within a building or between nearby buildings, up to a few hundred meters at high speeds.
  • Single-mode fiber (SMF) has a tiny core (around 8–9 microns) that forces light down one path. It needs pricier laser optics but reaches tens of kilometers — the choice for campus backbones, city links and everything long-haul.

The memory hook: multimode = multiple light paths = shorter distance; single-mode = single path = the long haul. Fiber's connectors and their 2026 pecking order are the next lesson's business.

Radio: the network with no wires to trace

Radio-based networking — Wi-Fi above all — uses the air as its medium, and everything you just learned applies with extra force. Attenuation is aggressive: distance weakens the signal, and dense materials (concrete, brick, metal, water) can mute it entirely, exactly like the closed-lips whisper. Interference is everywhere, from competing networks to microwave ovens. And security demands real attention, because the medium extends past your walls whether you like it or not.

One charming detail from Chapter 3: a wireless adapter does have a connector — the antenna. Antenna shape controls where the signal goes: omnidirectional antennas spread it 360 degrees around them, while directional antennas focus it one way, buying longer reach and, usefully, a smaller eavesdropping footprint. That is all you need for now; antennas, access points and Wi-Fi generations get their own module (Module 6).

Radio's compensating virtue is the obvious one: no cable at all. For mobility, for historic buildings you cannot drill, for a café full of laptops, wireless is not the fallback — it is the only sensible answer.

One medium, many conversations

A fair question at this point: if a wire carries one signal, how do dozens of conversations share it? Chapter 7 of the book gives the vocabulary.

Baseband transmission puts one signal on the medium at a time, as discrete voltage pulses — voltage on is a 1, voltage off is a 0, with precise timing telling the receiver how many identical bits passed. Nearly all LAN technology is baseband; that is literally what the "BASE" in names like 100BASE-TX means (next-to-last lesson of this module decodes those names fully). Conversations share a baseband medium by taking turns in time: time-division multiplexing (TDM) slices the channel into time slots and assigns them out. A classic analogy from Dr. Al-Doori's course pictures two big families sharing one amusement-park ride peacefully: give one family the even-numbered cars and the other the odd-numbered cars, and both ride at once, no one monopolizing. TDM does exactly that with time slots on a shared link.

Broadband transmission instead splits the medium into frequency channels, each carrying its own signal simultaneously — the way one TV coax delivers dozens of channels at once, each parked on its own frequency. On copper this is frequency-division multiplexing (FDM); on fiber the same idea, done with colors of light, is wavelength-division multiplexing (WDM) — how a single strand of glass under the ocean carries staggering totals. Multiplexing is also one way media achieve full duplex: separate channels for each direction on one physical cable.

You now hold the complete physical vocabulary: three carriers, three limits, two transmission schemes, three multiplexing flavors. Everything else in this module is application.

From the textbook to 2026

The book's teaching frame — three carriers, three limits, choose by scenario — is untouched by time; only the catalog moved. The twisted-pair ladder climbed: Cat5 (obsolete) gave way to Cat5e's installed base, Cat6a as the new-install mainstream, Cat8 in datacenter racks, with multi-gigabit standards invented to sweat the old copper. Coax LANs died completely, but coax survives via DOCSIS and MoCA only — a medium outliving its original purpose. Fiber moved from exotic to everyday (your ISP's "fiber to the home" is single-mode economics at consumer prices). Wireless graduated from convenience to first-class access. And PoE became copper's modern superpower — up to 90 watts through the same cable as the data — a capability the 2007 edition could only hint at. The limits, though — attenuation, interference, bandwidth — are physics, and physics does not get software updates.

Activity: Media scenario cards

Instructions. For each mini-case below, choose the best medium (be specific: not just "copper" but which copper) and name the limit or constraint that drove your choice. Commit to answers for all six before reading the self-check — the reasoning matters more than the pick.

  1. The machine shop. A workshop wants to network six workstations spread across a floor full of welders and industrial motors. Runs are under 80 meters.
  2. The campus link. A school needs to connect the library to an administration building 400 meters away, at 10 Gbps today, with headroom for much more in a decade.
  3. The home office. A remote worker's desk sits 20 meters from the router, two rooms away. Video calls stutter over Wi-Fi at busy hours, and reliability matters more than tidiness.
  4. The café. A coffee shop wants to offer internet access to about thirty customers with laptops and phones.
  5. The parking-lot camera. A security camera must be mounted on a pole 85 meters from the wiring closet. There is no power outlet anywhere near the pole.
  6. The old apartment. A renter wants wired-quality networking in three rooms. Every room has a TV coax outlet from the 1990s; the landlord forbids drilling or new cable runs.

Deliverable. A six-row table: case → chosen medium → the deciding limit/constraint in one sentence.

Self-check (answers).

  1. Fiber (multimode), or STP if budget forces copper. The deciding limit is interference: welders and motors are EMI generators, and fiber is immune. Unshielded copper here invites mystery faults.
  2. Single-mode fiber. Distance (400 m exceeds any copper budget and stretches multimode at 10 Gbps) plus future headroom — single-mode's ceiling is effectively the electronics you attach, not the glass.
  3. A Cat6 or Cat6a run (any current category comfortably beats the need). Twenty meters is trivially inside the 100 m budget, and wire sidesteps the interference and contention that make Wi-Fi calls stutter. Cheapest reliable fix in networking: pull a cable.
  4. Radio (Wi-Fi). Mobility is the requirement; no cable can serve thirty roaming laptops. The trade-offs (interference, security) are managed, not avoided — Module 6 shows how.
  5. Cat6a with PoE. One cable within the 100 m budget carries both the camera's data and its power — the scenario is practically an advertisement for why copper persists at the edge.
  6. MoCA adapters over the existing coax. The constraint is installation (no new runs allowed), and MoCA turns the medium already in the walls into a multi-gigabit-class wired network. Coax's survival story, in one apartment.

Check yourself

  1. A 90-meter UTP run carries gigabit traffic flawlessly; a 120-meter run of identical cable drops link intermittently. Which physical limit explains this, and what design rule was violated?
  2. A workstation near a freight elevator shows bursts of errors whenever the elevator runs. Name the limit at work and two distinct remedies drawn from this lesson.
  3. Your neighborhood's TV service and your cable-modem internet arrive over the same coax at the same time. Which transmission scheme makes that possible, and what is it called on copper?
  4. A colleague buys a gigabit network adapter, connects it with a Cat5 cable from a drawer, and reports "gigabit networking." What will the link actually deliver, and what principle from this lesson predicted it?
  5. A bank wants the link between two of its buildings to be as tap-resistant as possible. Which medium do you recommend, and what makes it the hardest to intercept?
  6. Classify each as simplex, half duplex or full duplex: (a) an FM radio station's broadcast, (b) two walkie-talkies, (c) a PC connected to a modern switch port.

Answers

  1. Attenuation — the signal fades with distance, and the run violated the 100-meter UTP budget. The 90 m run sits inside the budget; the 120 m run gambles outside it and loses intermittently, the most maddening way.
  2. Interference (specifically EMI from the elevator's motor). Remedies: replace the run with shielded twisted pair, replace it with fiber (EMI-immune), or reroute the cable away from the motor. Any two of the three.
  3. Broadband transmission — multiple signals parked on separate frequency channels simultaneously. On copper this is frequency-division multiplexing (FDM).
  4. The link runs at the cable's ceiling, not the adapter's: Cat5 is a 100 Mbps-class medium, so the "gigabit network" delivers a tenth of the promise. The weakest link rule: the lowest-bandwidth segment sets the limit for everything attached to it.
  5. Fiber. It emits no electromagnetic signal to sniff, and physically splicing into glass without detectably disturbing the link is genuinely difficult — the hardest medium to intercept.
  6. (a) Simplex — one direction, always. (b) Half duplex — two directions, one at a time. (c) Full duplex — sending and receiving at the same time. On 10/100 links that meant one pair each way; on gigabit and faster, all four pairs carry both directions at once and the electronics cancel each end's own echo to separate them.

Key terms

  • Medium — the physical carrier material (copper, glass/plastic fiber, air); distinct from the signal it carries.
  • Attenuation — gradual signal loss over distance; affects every medium.
  • Chromatic dispersion — pulse smearing in fiber, distinct from attenuation: different wavelengths travel at slightly different speeds, blurring pulses into each other over distance. Attenuation is power lost; dispersion is shape lost.
  • EMI — electromagnetic interference; electrical noise from motors and machinery that corrupts copper signals.
  • Crosstalk — a signal in one wire leaking into a neighboring wire.
  • Bandwidth — a medium's data-carrying capacity per second; lanes on the highway, not the speed of any one car.
  • Bottleneck — the weakest (lowest-bandwidth) link that limits an entire path.
  • UTP / STP — unshielded / shielded twisted pair copper cable.
  • Plenum-rated — cable jacketed to give off very little toxic smoke in a fire; required in air-handling spaces by many codes.
  • Cat5e/Cat6/Cat6a/Cat8 — twisted-pair categories: the installed base, the recent standard, the new-install mainstream, and the datacenter niche respectively.
  • Multimode / single-mode fiber — larger core for short reach vs. tiny core for long haul.
  • DOCSIS / MoCA — the standards that keep coax alive: internet service over cable-TV plant, and home networking over existing coax outlets.
  • PoE — Power over Ethernet; electrical power delivered through data cabling (detailed in the Ethernet lesson).
  • Simplex / half duplex / full duplex — one-way; two-way alternating; two-way simultaneous.
  • Baseband / broadband — one signal at a time as discrete pulses vs. many simultaneous signals on frequency channels.
  • TDM / FDM / WDM — multiplexing by time slots, frequency channels, or wavelengths of light.

Summary

  • Three carriers move every bit on Earth: copper (voltage), fiber (light) and radio (waves through the air).
  • Three limits bind them all: attenuation (the whisper fading with distance), interference (EMI, crosstalk) and bandwidth (capacity, not speed).
  • The weakest link sets the ceiling — bottleneck hunting starts with the media map.
  • Twisted pair rules the edge: 100-meter budget, category ladder from obsolete Cat5 to mainstream Cat6a and datacenter Cat8, with multi-gig standards sweating the Cat5e installed base and PoE delivering up to 90 W of power over the data cable.
  • Coax LANs are extinct; coax survives via DOCSIS and MoCA only.
  • Fiber = distance, bandwidth, EMI immunity and tap resistance, at a price; multimode for short reach, single-mode for the long haul.
  • Radio buys mobility and pays for it in attenuation, interference and security exposure.
  • Baseband takes turns in time (TDM); broadband splits frequencies (FDM on copper, WDM on fiber).

Next lesson

You can now choose the cable — next you learn to end it: the connectors on every desk and in every rack, the color codes that terminate them, why crossover cables went extinct, and how a building's wiring is actually organized from wall jack to main distribution frame.

Sources and further study