Transmission Media and How to Compare Them
Quick answer A transmission medium is the physical path a signal travels on; it is either guided (twisted pair, co-axial, fibre) or unguided (radio, microwave, infrared), and every exam question about media is really a question about cost, data rate, distance, interference or ease of installation.
A transmission medium is the physical path along which a signal travels from the sender to the receiver. Everything else in this unit — protocols, devices, addresses — rides on top of the medium you choose, and a wrong choice cannot be fixed later by better software.
Media are of two kinds:
- Guided (wired) media — the signal is confined inside a solid conductor and guided along it: twisted pair cable, co-axial cable, optical fibre cable.
- Unguided (wireless) media — the signal is radiated into open space and spreads out: radio waves, microwaves, infrared waves.
Read those words carefully. Wireless communication is not communication without a medium — air, and in the case of satellites empty space, is the medium. It is called unguided because nothing forces the signal down one particular path.
The five things you always compare. Almost every question in this chapter is one of these five in disguise, so learn the axes and not just the cables.
| Axis | What it means | Why it decides the answer |
|---|---|---|
| Cost | Price of the cable plus the cost of laying and terminating it | Fibre cable is costly, but its splicing and termination cost even more — that is what usually rules it out for a small LAN |
| Data rate / bandwidth | How many bits per second the medium can carry reliably | Decides whether a lab of 40 machines will crawl |
| Distance (attenuation) | Signal strength falls as it travels; past a limit the receiver cannot tell a 0 from a 1 | Fixes the maximum segment length — 100 m for twisted pair, kilometres for fibre |
| Interference / noise | How badly outside electrical noise (motors, tube lights, power cables) corrupts the signal | Copper picks up electromagnetic interference; fibre is completely immune to it |
| Security and installation | How easily the line can be tapped, and how hard it is to lay | UTP can be tapped quietly; a fibre is very hard to tap, and any attempt drops the received light level, which the equipment notices |
Three terms students mix up. Bandwidth is strictly a range of frequencies, measured in hertz — a channel running from 1 MHz to 5 MHz has a bandwidth of 4 MHz. Data rate is the number of bits actually delivered per second, measured in bps. More bandwidth allows a higher data rate, but they are not the same quantity. Attenuation is the weakening of a signal with distance, measured in decibels (dB); it is the single reason repeaters exist.
The units trap. Link speeds are quoted in bits per second; file sizes are quoted in bytes. Since 1 byte = 8 bits, an 8 Mbps connection delivers roughly 1 MB every second. Forgetting the factor of 8 is the most common arithmetic mistake in this unit.
Worked example. A school in Nagpur has an 8 Mbps broadband line and wants to download a 900 MB software package. Its computer lab is 250 m of cable route away from the server room. Find (a) the download time and (b) whether one twisted-pair run can reach the lab.
(a) Convert the file into bits first: 900 MB × 8 = 7200 megabits. Time = 7200 Mb ÷ 8 Mbps = 900 seconds = 15 minutes. If you skip the ×8 you get 112.5 seconds — wrong by exactly a factor of eight, which is what the examiner is checking.
(b) A twisted-pair Ethernet segment is limited to 100 m by attenuation. 250 m cannot be a single run. Split as 100 m + 100 m + 50 m, the signal must be regenerated at the 100 m and 200 m marks — that is two repeaters (in practice, two switches in corridor cabinets). The alternative is one uninterrupted optical fibre run, for which 250 m is trivial. That trade-off — cheap copper with a short leash, versus costly glass with none — is what the next two sections are about.
- Guided media confine the signal inside a cable (twisted pair, co-axial, fibre); unguided media radiate it through air or space (radio, microwave, infrared). Wireless still uses a medium.
- Compare any medium on five axes: cost, data rate, maximum distance, immunity to interference, and installation/security.
- Attenuation, the loss of signal strength with distance, is what fixes the maximum segment length of every medium — 100 m for twisted-pair Ethernet.
- Bandwidth is a range of frequencies in Hz; data rate is bits actually delivered per second in bps. They are related but not the same thing.
- Speeds are in bits, file sizes in bytes: divide by 8 before comparing. An 8 Mbps line moves about 1 MB per second.
