Wendover Productions
19 min video
3 min read
How Cell Service Actually Works
You just saved 16 min.
The big takeaway
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.
1
Visible Light (Cyan)
486 nm
2
X-rays
~5 nm (100x shorter)
3
Radio Waves
Human-sized wavelengths
Wavelength spectrum and relative sizes
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.
616.86 trillion
Oscillations per second (cyan light)
Frequency of visible cyan light
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.
4 Phases
4 combinations
8 Phases
8 combinations
16 Phase/Amplitude
16 combinations
64 Phase/Amplitude
64 combinations
3G Cell Phones
16 combinations
5G Cell Phones
1024 combinations
Data encoding efficiency: phase and amplitude combinations
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.
32
Maximum simultaneous car phone users per city
Severe capacity limitation of early systems
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.
1
832 total frequencies allocated
2
42 reserved for network internal use
3
790 frequencies remain
4
395 call channels (each call needs 2 frequencies)
5
56 channels per cell (1/7 of 395 due to interference prevention)
Spectrum allocation breakdown for early cell networks
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.
1G Analog
56 channels per cell
2G TDMA
448 channels per cell (8x multiplexing)
Capacity increase with time-division multiplexing
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.
1
Each user assigned unique spreading code
2
User's binary data combined with spreading code
3
All users' signals added into composite signal
4
Transmitted on single channel
5
Receiver multiplies composite by known spreading code
6
Summation extracts original user data
Code Division Multiple Access process
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.
Worth quoting
"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, at [16:28]
"Each cell had 56 channels meaning 56 users within each cell could make a call at a given time."
— Wendover Productions, at [11:49]
"With one composite signal and three unique spreading codes we are able to triple up the use of one channel."
— Wendover Productions, at [15:57]
Made with Glimpse by Wozart
glimpse.wozart.com/v/cpmafuwo
Share this infographic
Read this infographic as text

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

More like this