LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

How does LTE separate the control plane from the data plane, and what runs on each?

LTE splits the network into a control plane (eNodeB → MME, with new protocols for mobility management, security, and authentication) and a data plane (eNodeB → S-GW → P-GW, with new link/physical-layer protocols and extensive tunneling).

Control plane eNodeB-MME-HSS (purple) vs user plane eNodeB-S-GW-P-GW (orange).

* Control plane (MME/HSS) vs user plane (S-GW/P-GW to the Internet). *

LTE network architecture: UE, eNodeB, MME control path and S-GW/P-GW data path.

* LTE architecture: control plane vs data plane., Public domain, via Wikimedia Commons. *

Control plane (Steuerungsebene):

  • Path: base station → MME (with HSS behind it)
  • Carries signaling: mobility management, security, authentication
  • New protocols designed specifically for these tasks

Data plane (Datenpfad):

  • Path: base station → S-GWP-GW → internet
  • Carries the user's actual IP packets
  • New protocols at the link and physical layers
  • Extensive use of IP tunnels to make mobility easy: moving devices = re-pointing tunnels

Why separate them?

  1. Independent scaling — a network with many idle-but-registered devices needs signaling capacity; a network with heavy streaming needs data capacity. Separate planes scale separately.
  2. Specialized optimization — signaling needs reliability; data needs throughput.
  3. Cleaner security — authentication infrastructure is isolated from the packet-forwarding path.

Looking forward: this control/user-plane separation (CUPS) becomes even more radical in 5G, where the core is decomposed into cloud-native microservices.

Go deeper:

From Quiz: MOBINFSEC / 4G Long-Term Evolution (LTE) | Updated: Jul 05, 2026