Quiz Entry - updated: 2026.07.14
What are the basic components of any mobile network architecture, regardless of generation?
Every mobile architecture has cells (coverage areas), base stations (radio towers), mobile subscribers (phones), an air interface (radio protocol), and an MSC (switching center connecting to the wired network).
* The constant skeleton across every generation: phone → air interface → base station → switching center → wired network. *
The universal building blocks:
| Component | Role |
|---|---|
| Cell | A geographic region covered by one base station — analogous to a WiFi access point's coverage area |
| Base station (BS) | The radio tower — handles the wireless connection to mobile devices |
| Mobile subscriber (MS) | The phone/device that connects over the air interface |
| Air interface | The protocol between MS and BS — defines the physical and data link layer |
| MSC | Mobile Switching Center — connects the radio network to the wired telephone network, manages call setup and mobility |
What changes between generations:
- The air interface technology (FDMA → TDMA → CDMA → OFDMA)
- The core network architecture (circuit-switched → packet-switched → all-IP)
- The data rates (9.6 kbps → 42 Mbps → 1 Gbps → 20 Gbps)
- The component names (BTS/BSC → NodeB/RNC → eNodeB → gNodeB)
But the fundamental pattern — cells with base stations, connected to a switching core — has remained constant from 1G through 5G.
Go deeper:
Cellular Network Basics — architecture (Electronics Notes) — a generation-agnostic walk through BTS → BSC → MSC plus the HLR/VLR registers, showing the same edge/core skeleton every generation reuses.
Network switching subsystem (Wikipedia) — what the MSC actually does: call setup and teardown, routing, handover and billing, plus the HLR/VLR/AuC registers behind it.