Educational Resource: This platform provides structured information about mobile data systems and connectivity — no account, recharge, or balance services are offered.

Network Infrastructure Basics

Understanding the physical and virtual components that form the foundation of mobile data networks — from towers to transmission protocols.

The Physical Foundation of Mobile Networks

Mobile connectivity begins with physical infrastructure — towers, antennas, cables, and data centers — that collectively form the backbone of wireless communication.

Layer 1

Base Transceiver Stations

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.

Layer 2

Backhaul Links

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.

Layer 3

Core Network Data Centers

Operator-run data centers housing the packet gateways, charging systems, subscriber databases, and policy control functions that manage every data session across the network.

Mobile Network Infrastructure Hierarchy
Internet / PDN
Public Internet IMS Network Operator Services
Core Network (EPC)
P-GW / PCEF MME HSS OCS / PCRF
RAN Layer
eNodeB (4G) gNodeB (5G) Backhaul Fronthaul (C-RAN)
Device Layer
Smartphone (UE) SIM / UICC Baseband Modem RF Antenna

How Devices Communicate With Mobile Networks

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.

Radio Frequency Communication

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.

  • OFDMA enables efficient multi-user spectrum sharing
  • MIMO antennas multiply throughput through spatial multiplexing
  • Adaptive modulation maximises speed based on signal conditions
  • Power control minimises interference between devices
  • LTE Frequency Bands
    Band 3 (1800 MHz)High Capacity
    Band 7 (2600 MHz)High Speed
    Band 20 (800 MHz)Wide Coverage
    5G NR (3500 MHz)Ultra Speed
    Coverage vs. Speed Trade-off
    Lower frequencies → wider coverage, slower speed
    Higher frequencies → smaller coverage, faster speed

    Protocol Stack: From App to Air

    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.

    LTE Protocol Stack
    Application Layer HTTP / HTTPS
    Transport Layer TCP / UDP
    IP Layer IPv4 / IPv6
    PDCP Compression + Ciphering
    RLC Segmentation + ARQ
    MAC Scheduling + HARQ
    PHY (Physical) OFDMA / RF Transmission

    How Data Is Transmitted Across Mobile Networks

    Data transmission in mobile networks involves packet switching, bearer management, and Quality of Service enforcement — all operating simultaneously to deliver reliable connectivity.

    EPS Bearers: Data Highways

    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).

    Packet Switching vs. Circuit Switching

    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.

    Network Generation Comparison — Data Capabilities
    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)

    Uplink vs. Downlink

    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.

    Carrier Aggregation

    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.

    QoS Management

    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.

    Explore Mobile Internet Fundamentals

    Understand how the mobile internet works — from APN configuration to dynamic IP assignment and beyond.