Guided versus unguided: two ways to carry a signal
Everything you have learned in this rung, the signals, the Nyquist and Shannon limits, the line coding and the modulation, has assumed some physical thing carries the wave from one end to the other. That physical thing is the transmission medium, and it splits cleanly into two families. Guided media trap the signal inside a physical path, a wire or a glass thread, and the energy is funnelled along it like water in a pipe. Unguided media let the signal spread out through open space as radio waves, with no pipe at all, like a shout in an open field.
The choice of medium is not a detail; it sets the ceiling for everything above. The medium decides how much attenuation (signal fading with distance) you suffer, how much noise leaks in, and therefore, through the Shannon limit, the maximum data rate you can ever squeeze out. A perfect protocol stack on a bad medium is still a slow link. So this final guide tours the three media that carry essentially the whole Internet, and asks of each: how does it move energy, and what is it good and bad at?
Copper: twisted pair and coax
The oldest and cheapest medium is plain copper carrying electrical voltage, exactly the baseband world we met with line coding. The Ethernet cable plugged into your wall is twisted pair: two insulated copper wires deliberately twisted around each other. The twist is the clever bit. An outside electrical disturbance hits both wires almost equally, and because the pair is twisted, that shared interference cancels out when the receiver looks only at the difference between the two wires. Tighter twists cancel more noise, which is why higher-grade cables (Cat 5e, Cat 6, Cat 6a) twist harder and run faster.
Coaxial cable is copper's heavyweight cousin: a single inner conductor wrapped in insulation, then a cylindrical metal shield, then an outer jacket. The shield is a full metal tube around the signal, so it blocks interference far better than twisted pair and carries much wider bandwidth. This is the cable that brought broadband into homes and still feeds many cable-modem connections; it is also why your earlier guide on baseband versus broadband mattered, because coax was built to carry many channels stacked at different frequencies.
Copper's universal weakness is attenuation: electrical signals fade fast in metal, and faster at higher frequencies. That is the real reason your Ethernet cable maxes out around 100 metres. Beyond that the signal is too faint and too smeared for the receiver to recover the bits reliably, pushing the bit error rate up. Copper is cheap, flexible, and easy to terminate by hand, but for long hauls or huge bandwidth it simply runs out of room.
Fiber: light in a glass thread
Optical fiber changes the carrier entirely. Instead of voltage on copper, it sends pulses of light, from a laser or LED, down a hair-thin thread of ultra-pure glass. The light stays trapped inside by total internal reflection: the glass core is surrounded by a cladding of slightly different glass, and at the boundary the light bounces back in rather than leaking out, so it zig-zags down the fiber for kilometres. Because the carrier is light, fiber is immune to the electrical interference that plagues copper, and its usable bandwidth is staggeringly large.
Fiber comes in two kinds, and the difference is geometry. Multi-mode fiber has a relatively wide core, so light can take several different zig-zag paths (modes) down it at once. Those paths have slightly different lengths, so pulses arrive a little spread out, which limits distance and speed; multi-mode is cheap and fine inside a building. Single-mode fiber has a core so narrow that light travels essentially one straight path, with no spreading, so a pulse stays crisp over enormous distances. Single-mode is what carries undersea cables and long-haul backbones.
MULTI-MODE (wide core) SINGLE-MODE (very narrow core)
======================= =======================
\ /\ /\ / -----------------------> (one straight path)
\ / \ / \ / many paths ----------------------->
X \/ \/ spread out =======================
=======================
pulse arrives smeared pulse stays crisp -> long distanceFiber is also where the wavelength-division multiplexing from the last guide truly shines. Because glass can carry many colours of light at once without them interfering, a single fiber can run dozens of separate light channels side by side, each its own full-speed link, multiplying capacity without laying a single extra strand. That is how one cable under the Atlantic carries terabits per second.
Air: the unguided wireless medium
The last medium has no cable at all. A wireless link modulates a radio carrier and radiates it from an antenna into open space, where it spreads out in every direction and any antenna in range can pick it up. This is what makes Wi-Fi and cellular feel magical, and it is exactly the modulation you already know, almost always QAM, just launched into air instead of poured into copper. Everything you learned about constellations and noise margins applies directly; the air is simply a noisier, less controllable channel.
Open space is brutal to a signal in ways a cable is not. The wave fades quickly with distance (an antenna captures only a tiny slice of an ever-expanding sphere), it gets absorbed by walls and bodies, and it arrives by several paths at once after bouncing off floors and furniture, so copies overlap and partly cancel. The air is also a shared, unlicensed room: your neighbour's router, your microwave oven, and a dozen phones all crowd the same frequencies. That is why wireless data rates swing so much and why a strong signal indoors can still be slow.
Choosing a medium, and where this rung leaves you
There is no single best medium, only the right trade-off for a job. The honest way to choose is to weigh four things against cost: how far the signal must travel, how much bandwidth you need, how much electrical noise the environment throws at you, and whether the endpoints move. Walk those four questions and the answer usually picks itself.
- Short link inside a building, modest cost, endpoints fixed? Twisted-pair copper, the Ethernet cable, wins; that is why it fills offices and homes.
- Need big bandwidth over a city, a country, or an ocean, with low loss? Single-mode optical fiber wins; nothing else carries that much that far.
- High bandwidth inside one building, cost-sensitive, distances short? Multi-mode fiber or high-grade coax fills the gap between copper and long-haul glass.
- Endpoints move, or you simply cannot run a cable? Wireless wins by default, accepting its variable rate and shared, noisy air as the price of mobility.
Step back and see what this whole rung built. The physical layer takes a stream of bits and gets them across copper, glass, or air, fighting attenuation and noise, staying under the Shannon limit, and sharing the medium through multiplexing. Above it, every higher layer happily pretends the medium does not exist and simply trusts that a mostly-intact stream of bits arrives at the far end. The next rung up, the data link layer, takes that imperfect bit pipe and starts building reliability on top of it, framing the bits and catching the errors this layer could not prevent.