Loading content...
The release of the iPhone in 2007 and subsequent smartphone explosion created unprecedented demand for mobile data—demand that even HSPA+ struggled to satisfy. Users expected desktop-like internet experiences: video streaming, cloud applications, VoIP, and real-time gaming. Meeting these expectations required not incremental improvements but a fundamental reimagining of mobile network architecture and radio access.
Long Term Evolution (LTE), standardized by 3GPP beginning with Release 8 (2008), was the answer. LTE wasn't merely faster 3G—it was a clean-sheet redesign that challenged assumptions dating back to cellular network origins. Where 3G used CDMA, LTE adopted OFDMA. Where 3G maintained separate circuit-switched and packet-switched domains, LTE implemented a flat, all-IP architecture. Where 3G distributed decision-making across multiple network nodes, LTE consolidated functionality for lower latency and simpler operations.
The result was transformative: peak rates exceeding 100 Mbps, round-trip latencies under 20 ms, spectral efficiency 3-4× better than HSPA, and an architecture designed for the cloud-connected world. LTE didn't just enable new applications—it fundamentally changed how billions of people interact with information.
By the end of this page, you will master LTE's revolutionary OFDMA air interface and understand why it outperforms CDMA for wideband channels. You'll explore the Evolved Packet Core (EPC), LTE protocol stack, advanced MIMO techniques, and carrier aggregation. This comprehensive foundation prepares you for understanding 5G NR, which builds directly on LTE's innovations.
LTE development was driven by explicit performance targets set by both 3GPP and the ITU's IMT-Advanced framework:
3GPP LTE Requirements (Release 8):
| Requirement | Target | Rationale |
|---|---|---|
| Peak Downlink Rate | 100 Mbps (20 MHz, 2×2 MIMO) | True broadband experience |
| Peak Uplink Rate | 50 Mbps (20 MHz) | Support for cloud applications |
| User Plane Latency | < 5 ms one-way | Real-time applications, gaming |
| Control Plane Latency | < 100 ms idle-to-active | Instant responsiveness |
| Spectral Efficiency | 3× downlink, 2× uplink vs. HSPA | Efficient spectrum utilization |
| Cell Edge Performance | 2-3× better than HSPA | Consistent user experience |
| Bandwidth Flexibility | 1.4, 3, 5, 10, 15, 20 MHz | Deployment in varied spectrum |
| Mobility Support | Optimized to 15 km/h, supported to 500 km/h | Vehicle and high-speed rail |
IMT-Advanced ("True 4G") Requirements:
The ITU's IMT-Advanced specification set even higher bars that LTE-Advanced (Release 10) addressed:
| Metric | IMT-Advanced Requirement |
|---|---|
| Peak Download | 1 Gbps (low mobility) |
| Peak Upload | 500 Mbps |
| Spectral Efficiency | 15 bps/Hz (downlink) |
| Bandwidth | Up to 100 MHz (aggregated) |
Fundamental Design Decisions:
Meeting these requirements drove several radical architectural choices:
OFDMA/SC-FDMA Air Interface: Replaced CDMA entirely for better performance in wide channels and multipath environments.
All-IP Flat Architecture: Eliminated the Radio Network Controller (RNC), moving intelligence to eNodeBs. Removed circuit-switched domain completely.
MIMO from Day One: Unlike 3G where MIMO was retrofit, LTE was designed with 2×2 MIMO mandatory, supporting up to 8×8.
Flexible Duplex: Same air interface supports both FDD (paired spectrum) and TDD (unpaired spectrum) with straightforward configuration.
Self-Organizing Networks (SON): Built-in automation for neighbor relations, handover optimization, and load balancing.
Scalable Bandwidth: Single specification covers 1.4 MHz to 20 MHz deployments—operators deploy what spectrum they have.
Technically, only LTE-Advanced (Release 10+) meets ITU IMT-Advanced requirements for "4G." However, the ITU permitted marketing LTE as 4G given its dramatic advancement over 3G. This explains why carriers marketed LTE as 4G even before LTE-Advanced deployment. WiMAX 2.0 similarly qualified as IMT-Advanced but lost the market battle to LTE.
Orthogonal Frequency Division Multiple Access (OFDMA) represents LTE's most fundamental innovation. To understand why 3GPP abandoned CDMA after a decade of refinement, we must understand OFDMA's advantages in wideband mobile channels.
The Wideband Channel Problem:
As channel bandwidth increases beyond ~5 MHz, wireless channels exhibit frequency-selective fading—different frequencies experience different attenuation due to multipath. In CDMA, this requires complex RAKE receivers that struggle as bandwidth increases. Equalization becomes computationally prohibitive.
OFDM's Elegant Solution:
OFDM divides the wide channel into many narrow subcarriers (15 kHz in LTE), each experiencing approximately flat fading. Instead of complex wideband equalization, simple per-subcarrier equalization suffices—just one complex multiplication per subcarrier.
Mathematical Foundation:
OFDM signals are generated efficiently using the Inverse Fast Fourier Transform (IFFT):
Time-domain signal: s(t) = Σ X_k · e^(j2π·k·Δf·t)
Where:
- X_k = data symbol on subcarrier k
- Δf = subcarrier spacing (15 kHz in LTE)
- k ranges over all subcarriers
At the receiver, FFT recovers the subcarrier data. The computational efficiency of FFT (O(N log N)) makes this practical.
LTE Resource Grid Structure:
LTE organizes radio resources in a time-frequency grid:
Frequency Domain:
Time Domain:
Resource Element (RE): One subcarrier × one symbol—the atomic resource unit.
Resource Block: 12 subcarriers × 7 symbols = 84 REs—the minimum scheduling allocation.
| Bandwidth | Resource Blocks | Subcarriers | FFT Size |
|---|---|---|---|
| 1.4 MHz | 6 | 72 | 128 |
| 3 MHz | 15 | 180 | 256 |
| 5 MHz | 25 | 300 | 512 |
| 10 MHz | 50 | 600 | 1024 |
| 15 MHz | 75 | 900 | 1536 |
| 20 MHz | 100 | 1200 | 2048 |
Cyclic Prefix: Eliminating Inter-Symbol Interference
In multipath channels, delayed copies of one symbol can overlap with the next symbol, causing inter-symbol interference (ISI). LTE eliminates this through the cyclic prefix (CP)—a copy of the symbol's end prepended to its beginning:
Original Symbol: [Symbol Data]
With CP: [End of Symbol][Symbol Data]
└─── CP ───┘└── Useful Symbol ──┘
As long as maximum channel delay spread is less than CP duration, ISI is completely eliminated. LTE uses:
SC-FDMA for Uplink:
While downlink uses OFDMA, uplink uses Single Carrier FDMA (SC-FDMA)—also called DFT-spread OFDM. SC-FDMA has lower Peak-to-Average Power Ratio (PAPR), crucial for mobile device power amplifier efficiency:
This effectively transmits a single-carrier signal with OFDM's multipath resilience, optimizing battery life.
CDMA spreads each user across the entire band, requiring complex equalization as bandwidth grows. OFDMA assigns different subcarriers to different users—simpler receivers, easier frequency-domain scheduling, and better frequency-selective channel exploitation. OFDMA's ability to schedule users on their best subcarriers provides multi-user diversity gain surpassing CDMA's soft capacity benefits.
LTE's Evolved Packet System (EPS) architecture represents a dramatic simplification over 3G's hierarchical structure. The elimination of the RNC flattened the radio network, while the all-IP Evolved Packet Core (EPC) replaced the dual circuit-switched/packet-switched domains.
Architecture Components:
User Equipment (UE):
Evolved UTRAN (E-UTRAN): Consists solely of eNodeBs (evolved Node B)—intelligent base stations that absorb RNC functions:
Evolved Packet Core (EPC):
Key Interfaces:
| Interface | Connection | Protocol | Purpose |
|---|---|---|---|
| LTE-Uu | UE ↔ eNodeB | LTE PHY/MAC/RLC/PDCP/RRC | Air interface |
| X2 | eNodeB ↔ eNodeB | X2-AP over SCTP | Inter-cell handover, interference coord |
| S1-MME | eNodeB ↔ MME | S1-AP over SCTP | Control plane signaling |
| S1-U | eNodeB ↔ S-GW | GTP-U | User plane data tunneling |
| S5/S8 | S-GW ↔ P-GW | GTP/PMIP | Mobility anchoring |
| S6a | MME ↔ HSS | Diameter | Authentication vectors |
| SGi | P-GW ↔ PDN | IP | External network interface |
Control/User Plane Separation:
LTE explicitly separates control plane (signaling) from user plane (data):
Control Plane Path: UE → eNodeB → MME → HSS
User Plane Path: UE → eNodeB → S-GW → P-GW → Internet
This separation enables:
LTE simplifies connection states to two: RRC_IDLE (no radio connection, paged for incoming data) and RRC_CONNECTED (active radio bearer). This contrasts with 3G's multiple states (CELL_DCH, CELL_FACH, CELL_PCH, URA_PCH). Simpler state machine means faster transitions and less signaling overhead.
LTE implements a sophisticated layered protocol architecture optimized for IP packet transport with QoS guarantees.
User Plane Protocol Stack:
┌─────────────────────────────────────────────────────────────────┐
│ Application │
├─────────────────────────────────────────────────────────────────┤
│ IP │
├──────────────────┬──────────────────────────────────────────────┤
│ PDCP │ Packet Data Convergence Protocol │
│ (Compression, │ - Header compression (ROHC) │
│ Ciphering) │ - Ciphering and integrity │
├──────────────────┼──────────────────────────────────────────────┤
│ RLC │ Radio Link Control │
│ (Segmentation, │ - Segmentation/reassembly │
│ ARQ) │ - ARQ retransmission │
├──────────────────┼──────────────────────────────────────────────┤
│ MAC │ Medium Access Control │
│ (Scheduling, │ - Scheduling, multiplexing │
│ HARQ) │ - HARQ operations │
├──────────────────┼──────────────────────────────────────────────┤
│ PHY │ Physical Layer │
│ (Modulation, │ - OFDMA/SC-FDMA │
│ MIMO) │ - Channel coding, MIMO │
└──────────────────┴──────────────────────────────────────────────┘
Layer Details:
Physical Layer (PHY):
MAC Layer:
RLC Layer (Three Modes):
PDCP Layer:
| Channel | Direction | Purpose |
|---|---|---|
| PBCH | Downlink | Master Information Block broadcast |
| PDCCH | Downlink | Control: scheduling grants, format info |
| PDSCH | Downlink | Shared data channel |
| PCFICH | Downlink | Control Format Indicator |
| PHICH | Downlink | HARQ ACK/NACK feedback |
| PUCCH | Uplink | Control: CQI, HARQ ACK/NACK, SR |
| PUSCH | Uplink | Shared data channel |
| PRACH | Uplink | Random access preambles |
LTE's 1 ms Transmission Time Interval (TTI) is fundamental to its low latency. Every millisecond, the scheduler makes new decisions, HARQ can respond, and channel conditions can be tracked. Compare this to 3G's 10-20 ms TTI in early releases. This rapid cycle enables LTE's <5 ms user plane latency target.
Multiple Input Multiple Output (MIMO) technology is essential to LTE's high data rates. MIMO uses multiple antennas at both transmitter and receiver to exploit spatial dimensions of the wireless channel.
MIMO Fundamentals:
Consider a system with M transmit and N receive antennas. The channel between each antenna pair can be characterized, forming an M×N channel matrix. MIMO exploits this to:
LTE MIMO Modes:
| Mode | Antennas | Purpose | When Used |
|---|---|---|---|
| Transmit Diversity | 2×2, 4×2 | Reliability | Poor channels, cell edge |
| Open-Loop SM | 2×2, 4×4 | Throughput | Moderate channels, high mobility |
| Closed-Loop SM | 2×2, 4×4, 8×8 | Maximum throughput | Good channels, low mobility |
| MU-MIMO | Multi-user | Capacity | Multiple users, diverse angles |
Spatial Multiplexing (SM):
In rich scattering environments, MIMO can create multiple spatial streams—independent data paths through space. A 2×2 MIMO system can theoretically double throughput; 4×4 can quadruple it.
Practical Implementation:
Transmission Modes (TM):
| TM | Description | Layers | Feedback |
|---|---|---|---|
| TM1 | Single antenna | 1 | None |
| TM2 | Transmit diversity | 1 | CQI |
| TM3 | Open-loop spatial multiplexing | 2-4 | RI, CQI |
| TM4 | Closed-loop spatial multiplexing | 2-4 | RI, PMI, CQI |
| TM5 | Multi-user MIMO | 1 per user | RI, PMI, CQI |
| TM6 | Closed-loop rank-1 precoding | 1 | PMI, CQI |
| TM7 | Beamforming (UE-specific RS) | 1 | CQI |
| TM8 | Dual-layer beamforming | 1-2 | RI, PMI, CQI |
| TM9 | Up to 8 layers | 1-8 | RI, PMI, CQI |
| TM10 | Enhanced CoMP | 1-8 | Extended feedback |
Channel State Information (CSI):
UE feedback to eNodeB includes:
While LTE supports up to 8×8 MIMO theoretically, practical deployments typically use 2×2 or 4×2 (4 eNodeB antennas, 2 UE antennas). Space constraints limit smartphone antennas, and complex MIMO requires excellent channel conditions. Real-world gains are typically 1.5-2× versus single-antenna, not the theoretical 8× maximum.
Carrier Aggregation (CA) is LTE-Advanced's signature feature, enabling operators to combine multiple spectrum blocks for dramatically increased bandwidth. Rather than requiring contiguous wide spectrum holdings (difficult to acquire), CA bonds fragmented spectrum assets.
CA Configuration Types:
| Type | Description | Example |
|---|---|---|
| Intra-band Contiguous | Adjacent carriers in same band | Band 7: 2520-2540 MHz + 2540-2560 MHz |
| Intra-band Non-contiguous | Separated carriers in same band | Band 7: 2520-2540 MHz + 2560-2580 MHz |
| Inter-band | Carriers in different bands | Band 3 (1800 MHz) + Band 7 (2600 MHz) |
Terminology:
CA Deployment Scenarios:
Scenario 1: Coverage + Capacity
Scenario 2: Maximize Capacity
Scenario 3: FDD + TDD
Peak Rate Calculations:
| Configuration | Bandwidth | MIMO | Approx Peak Rate |
|---|---|---|---|
| 1 CC, 20 MHz | 20 MHz | 2×2 | 150 Mbps |
| 2 CC, 40 MHz | 40 MHz | 2×2 | 300 Mbps |
| 3 CC, 60 MHz | 60 MHz | 4×4 | 600 Mbps |
| 4 CC, 80 MHz | 80 MHz | 4×4 | 800 Mbps |
| 5 CC, 100 MHz + 256QAM | 100 MHz | 4×4 | 1+ Gbps |
CA Implementation Challenges:
RF Complexity: Each CC requires its own RF chain. 5CC CA needs multiple power amplifiers, LNAs, filters—increasing device cost and power consumption.
Band Combinations: Not all band combinations work. Intermodulation products between certain band pairs create interference. Standards define ~1,000+ valid band combinations.
InterTiming: Carriers may have slightly different timing. UE must handle timing differences and aggregate data correctly.
Cross-Carrier Scheduling: SCell PDCCH can be on PCell or SCell. Cross-carrier scheduling reduces SCell control overhead.
Activation/Deactivation: SCells dynamically activated/deactivated based on traffic to save power. MAC CE commands control this.
License Assisted Access (LAA):
LTE-Advanced Pro introduced LAA (Release 13), enabling LTE in the unlicensed 5 GHz band. Combined with licensed anchor carriers, LAA provides:
"Gigabit LTE" marketing became common around 2017-2019, achieved by combining 4×4 MIMO, 256-QAM, and 4-5 carrier aggregation. Real-world speeds of 300-500 Mbps became achievable in major cities, approaching fiber broadband. This extended LTE's commercial viability even as 5G deployment began.
4G LTE fundamentally transformed mobile communications, delivering true broadband to billions of users and enabling the smartphone-centric digital economy. Let's consolidate the key innovations:
| Feature | 3G UMTS/HSPA | 4G LTE |
|---|---|---|
| Radio Access | WCDMA/CDMA | OFDMA/SC-FDMA |
| Peak Downlink | 42 Mbps (HSPA+) | 300+ Mbps (CA) |
| Peak Uplink | 11 Mbps (HSUPA) | 75+ Mbps |
| Latency | 50-100 ms | 10-20 ms |
| Architecture | Hierarchical (RNC) | Flat (eNodeB centric) |
| Voice | Circuit-switched | VoLTE (all-IP) |
| Core Network | CS + PS domains | All-IP EPC |
LTE's Market Success:
LTE achieved unprecedented adoption speed:
This success resulted from LTE delivering genuinely transformative user experience—video streaming, cloud applications, and real-time services previously impossible on mobile networks.
What's Next:
The following page explores Data Rates in detail—examining the mathematical foundations of capacity calculations, spectral efficiency metrics, and real-world throughput analysis across 3G and 4G technologies.
You now understand 4G LTE's revolutionary architecture: OFDMA air interface, EPC network design, protocol stack, MIMO techniques, and carrier aggregation. You've seen how LTE addressed 3G's limitations to deliver true mobile broadband. Next, we'll dive deep into the data rate technologies and calculations that define 3G and 4G performance.