How Cell Service Actually Works
Cell phones transmit data by encoding information into electromagnetic waves through manipulations of amplitude, frequency, and phase. The radio spectrum is divided into hexagonal cells, each served by a tower. To handle millions of simultaneous users, networks evolved from simple analog channels to digital time-division multiplexing to code-division multiple access, which allows multiple phones to share the same frequency simultaneously using unique mathematical spreading codes.
Electromagnetic Radiation Fundamentals
Wavelength Determines Properties
Electromagnetic radiation exists across a spectrum from visible light to radio waves. Wavelength determines both how we perceive the radiation and its physical properties: visible light (380-780 nanometers) appears as colors, X-rays (100 times shorter wavelength) can penetrate tissue, and radio waves (human-sized wavelengths) can travel vast distances and bend around obstacles.
Frequency as Oscillation Rate
Frequency measures how many times a wave oscillates per second. Cyan light oscillates approximately 616 trillion 856 billion 909 million 465 thousand 21 times per second. Frequency is inversely proportional to wavelength: shorter wavelengths oscillate faster, longer wavelengths oscillate slower.
Encoding Data into Radio Waves
Amplitude Modulation (AM)
AM radio transmits information by varying the strength (amplitude) of a radio wave while keeping its wavelength constant. The receiver tracks these amplitude changes and translates them back into audio. AM is simple and works over huge distances but is highly susceptible to interference, resulting in lower quality.
Frequency Modulation (FM)
FM transmits by slightly modifying the distance between waves (frequency) rather than amplitude. This method is less susceptible to interference than AM, allowing higher quality transmission. Both AM and FM encode analog audio signals directly into radio waves.
Digital Binary Encoding
Modern digital systems encode data as sequences of ones and zeros. High amplitude or frequency can represent 1, low represents 0. This is more efficient than analog encoding and allows computers and phones to communicate wirelessly.
Phase Modulation for Efficiency
A wave cycle can be divided into distinct phases. By assigning different phases to different binary digits, data can be transmitted faster than with amplitude or frequency alone. One phase can represent 1, another represents 0, without waiting for seamless transitions between phases.
Multi-Phase and Multi-Amplitude Combinations
By combining multiple phase options with multiple amplitude levels, a single signal can encode more data. Eight distinct phases allow transmission of three-digit binary sequences (8 combinations). Adding amplitude variations creates even more combinations: 16 phases and amplitudes encode four-digit sequences, 64 combinations encode six-digit sequences.
Cell Network Infrastructure
From Car Phones to Cellular Networks
Early car phones were city-wide cordless landlines: a single radio transmitter in a city communicated with bulky car-mounted systems, which then plugged into the landline network. They used separate channels for outbound and inbound transmission, allowing simultaneous two-way communication unlike walkie-talkies. However, only 32 channels existed, so only 32 people in a city could use their car phone at once.
Hexagonal Cell Pattern
To expand capacity, cities were divided into hexagonal cells, each centered on a cell site (tower, building, church steeple, or mountaintop). Cell sites send and receive radio signals to and from cell phones. Hexagonal patterns ensure overlapping coverage so calls can seamlessly transfer between cells as users move.
Backhaul: Wired and Wireless
Cell sites connect to the wired communication network via fiber optic cables. In remote areas where physical cables are impractical, microwave transmitters relay signals between sites. Microwaves require direct line-of-sight but can transmit over 100 gigabits per second, making them ideal for fixed point-to-point links.
Spectrum Allocation and Capacity Evolution
Initial Spectrum Constraints
Only 832 different frequencies were originally allocated for cell phones. After reserving 42 frequencies for network internal communication, 790 remained. Since calls required both outbound and inbound frequencies, only 395 call channels existed. To prevent interference, adjacent cells could not use the same frequency. With each hexagon having six neighbors, each cell could use only one-seventh of available channels, yielding 56 channels per cell.
Time Division Multiple Access (TDMA)
When 2G networks arrived, calls switched from analog audio waves to digital signals using phase and amplitude encoding. A single channel was divided into eight time slots rotating in rapid succession. Each phone was assigned one time slot, firing off compressed digital data during its turn. This allowed one channel to serve eight phones simultaneously, increasing capacity from 56 to 448 channels per cell.
Code Division Multiple Access (CDMA)
CDMA allows multiple phones to transmit on the same channel simultaneously using unique mathematical spreading codes. Each user's binary data is combined with their spreading code, then all users' signals are added together into a composite signal. The receiver uses the known spreading code to extract each user's original data through multiplication and summation. This ingenious technique multiplies channel capacity without requiring time slots.
Modern Modulation: OFDMA
Advanced networks use Orthogonal Frequency Division Multiple Access (OFDMA) to pack even more transmissions into a single wavelength. The evolution from 3G to 4G to 5G represents increasingly ingenious methods of transmitting more data using the same radio spectrum resources.
The Core Challenge
Packing Data and Transmissions
Cell service fundamentally solves two problems: packing as much data as possible into a single transmission (through phase, amplitude, and frequency modulation), and packing as many transmissions as possible into a single radio wave (through TDMA, CDMA, and OFDMA). The entire evolution of cell networks is engineers finding more ingenious methods to do both with limited spectrum.
Notable quotes
Making a two-way radio work for one person is simple; making it work for everyone in the same area at the same time is difficult. — Wendover Productions
Each cell had 56 channels meaning 56 users within each cell could make a call at a given time. — Wendover Productions
With one composite signal and three unique spreading codes we are able to triple up the use of one channel. — Wendover Productions