Understanding the physical and virtual components that form the foundation of mobile data networks — from towers to transmission protocols.
Mobile connectivity begins with physical infrastructure — towers, antennas, cables, and data centers — that collectively form the backbone of wireless communication.
The physical radio equipment at each cell site. BTS units contain transmitters, receivers, and signal processing hardware that communicate directly with mobile devices via radio frequency bands.
High-capacity links — fibre optic, microwave, or millimetre-wave — connecting base stations to the operator's core network. Backhaul capacity determines the maximum throughput available at each cell site.
Operator-run data centers housing the packet gateways, charging systems, subscriber databases, and policy control functions that manage every data session across the network.
Device-to-network communication is a complex series of radio and protocol interactions that occur seamlessly within milliseconds each time your device sends or receives data.
Mobile devices communicate with base stations using allocated radio frequency (RF) spectrum. Different network generations use different frequency bands and modulation techniques.
In 4G LTE, the radio interface uses Orthogonal Frequency Division Multiple Access (OFDMA) on the downlink and SC-FDMA on the uplink. These modulation schemes allow multiple users to share the same spectrum simultaneously by dividing it into orthogonal subcarriers.
The device and base station continuously negotiate the optimal modulation and coding scheme (MCS) based on current signal quality (measured as SINR — Signal-to-Interference-plus-Noise Ratio). Higher SINR allows higher-order modulations like 256-QAM, enabling faster data rates.
Data travelling from an application on your device to the radio interface passes through a well-defined protocol stack — each layer adding its own headers and handling its own concerns.
The LTE protocol stack on the radio interface consists of four layers: PDCP (Packet Data Convergence Protocol) handles IP header compression and ciphering; RLC (Radio Link Control) manages segmentation and error correction; MAC (Medium Access Control) schedules transmissions; and PHY (Physical Layer) handles the actual radio transmission.
Above the radio layers, the standard IP stack (TCP/IP) operates just as it does on any internet connection, with the radio layers acting as a transparent bearer for IP traffic.
Data transmission in mobile networks involves packet switching, bearer management, and Quality of Service enforcement — all operating simultaneously to deliver reliable connectivity.
In LTE networks, data is carried over EPS Bearers — logical data paths between the device and the packet gateway. Each bearer has a defined QoS profile specifying its priority, maximum bitrate, and latency target.
Every device has at least one Default Bearer — established at network attach time — which carries general-purpose internet traffic. Additional Dedicated Bearers can be established for specific services requiring guaranteed QoS, such as VoLTE (Voice over LTE) calls.
The default bearer uses a QoS Class Identifier (QCI) of 9, indicating best-effort traffic. VoLTE uses QCI 1, a Guaranteed Bit Rate class with strict latency requirements (50ms one-way delay budget).
Modern mobile data networks are entirely packet-switched. This means data is broken into discrete packets, each independently routed across the network and reassembled at the destination.
This contrasts with legacy circuit-switched networks (used for traditional voice calls in 2G/3G) where a dedicated end-to-end circuit was held open for the duration of the call, regardless of whether data was actively flowing.
Packet switching is far more efficient for data traffic because network capacity is shared dynamically — idle periods between bursts of data allow the shared spectrum to be used by other devices, maximising overall network utilisation.
| Generation | Standard | Peak Downlink | Architecture | Data Charging |
|---|---|---|---|---|
| 2G | GPRS / EDGE | 384 kbps | Circuit + Packet | Session-based CDRs |
| 3G | UMTS / HSPA+ | 42 Mbps | Packet-switched data | Volume-based CDRs |
| 4G | LTE / LTE-A | 1 Gbps (LTE-A) | All-IP EPC | Real-time OCS (Gy) |
| 5G | NR / NR-Advanced | 20 Gbps (theoretical) | Service-Based (SBA) | CHF (Charging Function) |
Mobile networks are asymmetric by design. Downlink capacity (tower to device) is typically much greater than uplink (device to tower), reflecting the reality that users consume far more data than they upload.
LTE-Advanced and 5G NR use carrier aggregation to bond multiple frequency bands together, effectively multiplying available bandwidth and enabling peak data rates that far exceed what any single band could provide.
Quality of Service mechanisms ensure that high-priority traffic (like VoLTE calls) receives guaranteed bandwidth and low latency, while best-effort traffic (general browsing) shares remaining capacity fairly among users.
Understand how the mobile internet works — from APN configuration to dynamic IP assignment and beyond.