The Story That Explains the Physical Layer
Your voice — a squishy analog wave from your lungs — got converted into 0s and 1s. Those 1s and 0s left your phone as radio waves, hit a Jio tower, ran down a copper cable to the local exchange, then jumped onto a fibre-optic strand as pulses of light. The light travelled through Chandigarh, Mumbai, and dived into an undersea cable near Chennai. It emerged on Australia's east coast, ran through more fibre, hit Telstra's 5G tower, and finished the last hop as radio waves into your cousin's handset — where they became sound in her ears again.
Everything above — every wire, every wavelength, every conversion — is the Physical Layer. It is the bottom of the network stack, the place where bits stop being math and start being electricity, light, or radio.
Every layer above the physical layer — TCP, IP, HTTP — is a mathematical fiction. Only the physical layer is real. Only it deals with voltages, photons, and radio waves. Everything else is a rulebook for interpreting those signals. Understanding this layer is understanding what actually moves through the world when you send a message.
Two Great Families of Transmission Media
Every centimetre of the journey uses one of two kinds of medium. Guided media confine the signal to a physical path — a copper wire, a glass fibre. Unguided media release the signal into open space as radio waves, microwaves, or infrared — and hope it arrives.
| Type | Signal Form |
|---|---|
| Twisted Pair (UTP/STP) | Electrical (voltage) |
| Coaxial Cable | Electrical (voltage) |
| Optical Fibre | Light pulses (photons) |
| Type | Signal Form |
|---|---|
| Radio Waves (3 kHz–1 GHz) | Electromagnetic |
| Microwaves (1–300 GHz) | Electromagnetic |
| Satellite (Ku/Ka band) | Electromagnetic via space |
| Infrared (300 GHz–400 THz) | Line-of-sight light |
Guided Medium 1 — Twisted Pair Cable
The oldest and cheapest guided medium is a pair of copper wires twisted around each other. That twist is not decorative — it is the entire reason the cable works. When two wires run in parallel, any external electromagnetic noise (from motors, fluorescent lights, other cables) hits them unevenly and corrupts the signal. Twisting the pair ensures noise hits both wires roughly equally, and the receiver — which reads the difference between the two wires — cancels it out.
The Ethernet cable running from your Jio Fiber ONT to your router is twisted pair. So is every RJ45 cable in every office and every landline telephone wire. It is the workhorse of short-range wired networking — and for most people, the last few metres between wall socket and device are still copper, even in a “fibre” connection.
Guided Medium 2 — Coaxial Cable
A coaxial cable puts a single copper conductor at its centre, surrounds it with an insulator, wraps that in a braided copper mesh, and covers the whole thing in an outer jacket. The inner wire carries the signal; the outer mesh acts both as ground and as a shield, absorbing external interference before it can reach the core.
Coaxial cable was the backbone of cable TV, early Ethernet (10BASE2/10BASE5), and cable broadband (DOCSIS). It still is in many Indian homes for DTH and cable-TV distribution — but for internet delivery, it has been steadily replaced by twisted pair to the router and fibre to the exchange. Its bandwidth is decent (up to ~1 GHz), but fibre outclasses it on every axis except installed base.
Guided Medium 3 — Optical Fibre
Fibre-optic cable does not carry electricity at all. It carries light. A laser or LED at one end pulses on and off (or between wavelengths) hundreds of billions of times per second, and those pulses travel down a hair-thin strand of ultra-pure glass to a photodetector at the other end. The physics that keeps the light trapped inside the fibre is called total internal reflection.
Guided Media Comparison
| Property | Twisted Pair | Coaxial | Optical Fibre |
|---|---|---|---|
| Signal carried | Electrical | Electrical | Light pulses |
| Bandwidth (max) | ~500 MHz | ~1 GHz | Terabits/sec |
| Max distance without repeater | ~100 m | ~500 m | ~80–100 km (SMF) |
| EMI susceptibility | High | Medium | Immune |
| Security (tap-resistance) | Poor | Poor | Excellent |
| Cost per metre | Very low | Low | Moderate |
| Where it's used today | Ethernet, phone lines | Cable TV, DOCSIS | Everything long-distance |
Unguided Media — Signals in the Open Air
Not every signal can be trapped inside a wire. When the destination is a moving car, a phone in someone's pocket, or a village behind a mountain, the medium becomes free space itself — and the signal becomes an electromagnetic wave radiating outward from an antenna.
Satellite Communication
When even microwaves cannot reach — because the destination is in a remote village, on a ship in the Indian Ocean, or on an oil rig — the answer is to bounce the signal off a satellite in orbit. Satellites come in three orbital families, each with a very different personality.
| Orbit | Altitude | Latency | Sats for Global Cover | Best For |
|---|---|---|---|---|
| LEO | 500–2,000 km | 30–50 ms | 1,000+ | Broadband internet, IoT |
| MEO | 2,000–35,000 km | 100–150 ms | ~10–30 | GPS, GNSS, some data |
| GEO | 35,786 km | ~500–600 ms | 3 | DTH TV, weather, broadcast |
Real Case — When Fibre Failed and Satellites Rose
Users in India, Pakistan, UAE, and Saudi Arabia experienced elevated latency for days. Microsoft Azure rerouted traffic through longer paths (some going around Africa). The International Cable Protection Committee later assessed the probable cause as a ship's anchor dragging across the seabed — not sabotage. About 150–200 submarine-cable faults occur worldwide each year; specialised repair vessels like the Léon Thévenin are booked months in advance. Each repair costs $1–3 million.
Why so much effort? Because unlike GEO satellites, Starlink's LEO constellation delivers latency low enough (~40 ms) to make video calls and gaming actually usable. For remote Himalayan villages, oil rigs in the Arabian Sea, and the Andaman & Nicobar islands, this is the first form of broadband that will not require a physical cable. In fact, the government-run BSNL already boosted Andaman & Nicobar's satellite bandwidth from 2 Gbps to 4 Gbps in 2025 for exactly this reason.
Guided media (fibre) still wins on raw bandwidth, latency, and cost-per-bit at scale. Unguided media (satellite) wins on reach — especially LEO, which finally makes satellite internet feel like broadband. The future is hybrid: fibre for cities and backbones, satellite for the last mile in remote places, and radio (5G, Wi-Fi) for everything mobile in between.
Analog vs Digital Signals
A CD holds the same song as 44,100 numeric samples per second, each represented by 16 bits. A tiny scratch either changes a bit (correctable) or is invisible. The signal exists only in discrete jumps: 0 or 1, high or low. That is a digital signal — and it is what every modern network uses.
Every time an analog signal is amplified, its noise is amplified too — and it gets worse and worse over long distances. Digital signals can be regenerated: a repeater reads the noisy bits, decides “that's a 1” or “that's a 0”, and produces a perfectly clean copy. This is why an international call today sounds crystal clear across 15,000 km, while a 1970s analog phone call between two cities across India sounded scratchy.
Nyquist's Theorem — The Noiseless Channel
In 1928, Harry Nyquist proved a fundamental limit on how fast information can flow through a perfect (noiseless) channel of a given bandwidth. It is one of the most important results in telecommunications.
C = 2 × B × log₂(L)
Shannon's Theorem — The Noisy Channel
Claude Shannon's 1948 paper “A Mathematical Theory of Communication” is widely considered the founding document of information theory. His noisy-channel theorem tells us the absolute ceiling on data rate for a channel with real-world noise — regardless of how clever your encoding is.
C = B × log₂(1 + S/N)
Real datasheets always quote SNR in decibels. To use Shannon, convert first:
SNRlinear = 10(SNRdB / 10). So an SNR of
30 dB is actually a linear ratio of 1,000. Forgetting this converts a correct answer into
a very wrong one.
Nyquist assumes a perfect noiseless channel and says: you can go faster by using more signal levels. Shannon adds real-world noise and says: no matter how many levels you use, the noise ultimately limits you. The Shannon limit is the harder ceiling — the physics of the universe. To exceed it you need more bandwidth, less noise, or more channels in parallel. There is no other way.
Multiplexing — Sharing One Wire
FDM gives each user a different frequency lane. TDM gives each user a different time slot. WDM — the star of modern fibre — gives each user a different colour of light.
FDM — The Radio Dial in Your Head
Every FM station in India transmits on a different frequency — Radio Mirchi at 98.3 MHz, Red FM at 93.5 MHz, All India Radio at 100.1 MHz, and so on. All of them are broadcasting at the same moment, in the same air, over the same city. Your car radio “tunes in” to one by using a filter that admits only that narrow slice of the spectrum. That is frequency division multiplexing.
FM radio, AM radio, television broadcast, cable TV, cellular (allocating uplink and downlink to different frequency bands), and Wi-Fi channels (2.4 GHz has channels 1–11 in India). Whenever multiple simultaneous conversations share one physical space by using different frequencies, it is FDM.
TDM — Everyone Gets a Turn
Time-division multiplexing takes a very different approach: instead of splitting the medium by frequency, it splits it by time. Each user gets a tiny slot — a few microseconds — during which they own the entire channel. Then the slot switches to the next user, and so on, in a strict rotation. Because the switching happens millions of times per second, users perceive continuous, dedicated service.
Traditional TDM (used in T1/E1 telephone trunks) gives every user a slot whether they need it or not. If user B has nothing to send, their slot goes empty — wasted. Statistical TDM (STDM) fixes this by allocating slots only to users with data ready. That is what packet-switched networks effectively do at the link layer.
WDM — The Rainbow Inside a Fibre
Wavelength Division Multiplexing is what makes modern fibre optics almost magical. Instead of sending one colour of light down a fibre, WDM sends dozens of different colours simultaneously — each carrying its own independent data stream. A prism-like device at each end combines or separates them.
Before WDM, adding capacity meant laying more fibre — slow, expensive, especially on the sea floor. WDM meant that the same fibre already in the ground could carry 10×, then 100×, then 1,000× more data by simply upgrading the endpoints. It is the single biggest reason internet bandwidth got cheaper for two decades straight.
Multiplexing Comparison
| Property | FDM | TDM | WDM |
|---|---|---|---|
| Divides by | Frequency | Time | Wavelength (light) |
| Signal type | Analog or digital | Digital (usually) | Digital light pulses |
| Simultaneous? | Yes | No — interleaved | Yes |
| Guard element | Guard bands | Guard times | Guard wavelengths |
| Best use | FM/AM radio, cable TV, cellular | Digital telephony, GSM voice | Fibre-optic backbones |
| Modern examples | Wi-Fi channels, LTE bands | T1/E1 lines, GSM slots | Submarine cables, metro fibre |
Switching Techniques — How the Signal Reaches You
Once bits are flowing through a medium, we need a way to route them from any source to any destination in a network. Three switching techniques evolved historically, each solving a different problem.
Used by: traditional PSTN telephone network, ISDN.
Used by: telegraph networks, early email systems.
Used by: the entire modern internet.
| Property | Circuit | Message | Packet |
|---|---|---|---|
| Setup phase | Required | None | None |
| Delay after setup | Constant & low | Variable & high | Variable |
| Bandwidth use | Wasteful when idle | Bursty | Efficient sharing |
| Path per unit | One path for whole session | One path per message | Any path per packet |
| Buffering needs | None (dedicated) | Whole message at each node | Small packets at each node |
| Failure recovery | Session drops | Slow, per-message | Instant reroute |
| Where today | Legacy phone lines | Historical only | All internet traffic |
Packet switching won because it makes the best use of shared physical media — the exact reason multiplexing was invented in the first place. Circuit switching wastes precious bandwidth on silent moments; message switching hogs links with huge blobs. Packets are small, quick, and shareable — a perfect match for a world where the same fibre must serve billions of simultaneous users.