software-and-computer-engineering
An Overview of Cdma Network Architecture and Infrastructure Components
Table of Contents
Code Division Multiple Access (CDMA) is a digital cellular technology that revolutionized mobile communication by enabling multiple users to share the same frequency spectrum simultaneously. Unlike earlier analog systems that assigned discrete frequency channels to each call, CDMA uses spread-spectrum techniques where each call is encoded with a unique pseudorandom sequence. This approach improves spectral efficiency, increases capacity, and enhances call quality. CDMA has been widely deployed by carriers such as Verizon Wireless, Sprint (now part of T-Mobile), and many operators in Asia and Latin America. Understanding its architecture and infrastructure components is essential for network engineers, telecom enthusiasts, and anyone involved in the design or maintenance of mobile networks.
Fundamental Principles of CDMA Technology
Before diving into the network architecture, it helps to grasp the core principles that differentiate CDMA from other multiple-access methods. CDMA relies on Direct Sequence Spread Spectrum (DSSS), where each user's signal is spread across a wide frequency band by multiplying it with a high-rate spreading code. At the receiver, the same code is used to despread the desired signal while rejecting others as noise. Key attributes include soft capacity, soft handoffs, and power control—all of which influence how network elements are structured.
Spread Spectrum and Orthogonal Codes
CDMA systems employ orthogonal or nearly-orthogonal spreading codes, such as Walsh codes in the forward link and pseudo-noise (PN) sequences in the reverse link. These codes allow the receiver to separate signals from different users. The ability to reuse the same frequency across every cell is a major advantage, but it requires tight synchronization and power management to avoid interference. This principle drives the need for precise coordination among base stations and controllers.
Power Control as a Critical Mechanism
In CDMA, all mobile devices transmit on the same frequency. Without power control, a mobile close to the base station would overwhelm signals from a distant mobile—the so-called "near-far" problem. Closed-loop and open-loop power control mechanisms are implemented between the mobile and the base station to continuously adjust transmit power. This functionality is embedded in the base station and controller logic, making it a foundational aspect of the infrastructure.
Basic Architecture of CDMA Networks
CDMA networks are designed with a layered architecture that separates radio access from core switching and services. The radio access network (RAN) handles the wireless link, while the core network manages connections to external networks and subscriber intelligence. This modularity allows operators to upgrade components independently. The following sections break down each layer.
Base Transceiver Station (BTS)
Base Transceiver Stations, commonly called cell sites, are the most visible part of a CDMA network. They house the radio transceivers, antennas, and associated electronics that communicate directly with mobile devices. Each BTS covers a geographic area known as a cell; the size of a cell depends on frequency band, terrain, and subscriber density. A BTS typically includes one or more Channel Cards that handle the spread-spectrum processing, a combiner to sum forward link signals, and a duplexer to separate transmit and receive paths.
The BTS also performs essential tasks such as signal measurement, encoding/decoding of voice and data, and initial power control. In CDMA2000 1xRTT and EV-DO systems, the BTS supports higher data rates by using additional code channels and modulation schemes like QPSK and 16-QAM. The BTS connects to the base station controller (BSC) via a backhaul link—often T1/E1 lines, Ethernet, or fiber.
Base Station Controller (BSC)
The BSC is the intelligent hub that manages multiple BTSs within a geographic region. It is responsible for radio resource management, including assignment of radio channels, control of handoffs, and power coordination. A key function is the soft handoff (also called "make-before-break"), where a mobile communicates with multiple BTSs simultaneously during a cell transition. The BSC combines the signals from these BTSs to improve call quality. The BSC also handles frequency hopping (if deployed), load balancing, and interfacing with the core network.
In CDMA networks, the BSC contains the Selector/Distributor (SDU) unit that manages packet reassembly and duplication. It also hosts the Call Control (CC) and Mobility Management (MM) functions for the radio access part. Modern BSCs are often virtualized or integrated into "controller" software running on commercial servers.
Radio Network Controller (RNC) in 3G CDMA Systems
With the evolution to 3G under the IMT-2000 framework, CDMA networks (specifically CDMA2000 and WCDMA-based systems) introduced the Radio Network Controller. The RNC sits above the BSC in the hierarchy (or replaces it in some architectures) and provides centralized control of the entire radio access network. The RNC manages mobility across BSC boundaries, allocates network resources, and handles connection setup and teardown. It also implements the Radio Resource Control (RRC) protocol and manages packet scheduling for data sessions.
In a CDMA2000 network, the RNC is sometimes referred to as the Packet Control Function (PCF) when dealing with data traffic, interfacing with the Packet Data Serving Node (PDSN) in the core network. The RNC’s ability to coordinate soft handoffs across cell sites is a hallmark of CDMA’s seamless mobility.
Other Radio Access Network Elements
Beyond the BTS, BSC, and RNC, the RAN includes several supporting components:
- Node B – Equivalent to BTS in WCDMA/HSPA networks, though often used interchangeably with BTS in CDMA contexts.
- Site Router (SR) – Aggregates traffic from multiple BTSs and interfaces with the BSC or RNC.
- GPS Timing Receiver – Provides the precise synchronization essential for CDMA operation, typically located at each BTS.
- Mast and Tower Equipment – Antennas, feeders, and remote radio heads (RRHs) that distribute RF signals.
Core Network Components
The core network connects the radio access network to external networks such as the public switched telephone network (PSTN), the internet, and other mobile networks. It also maintains subscriber profiles, authentication, and billing. Below are the primary elements of the CDMA core network.
Mobile Switching Center (MSC)
The MSC is the central switching node that routes voice calls and manages circuit-switched services. It handles call setup, teardown, and routing, as well as mobility management functions like location updates and handoffs between MSCs. The MSC also interfaces with the PSTN through trunk lines. In newer CDMA networks (e.g., CDMA2000), the MSC may support both voice and data by incorporating the Services and Switching Point (SSP) capabilities for intelligent network services.
Home Location Register (HLR)
The HLR is a permanent database that stores subscriber information: International Mobile Subscriber Identity (IMSI), service subscriptions, authentication keys, and current location (via the VLR address). When a mobile registers with the network, the HLR is updated and used to route incoming calls. The HLR is a critical piece of the core, often designed with high redundancy and fast lookup capabilities. It interacts closely with the Authentication Center (AUC).
Visitor Location Register (VLR)
The VLR is a temporary database that holds roaming subscriber data while they are within the coverage area of a particular MSC. It contains a subset of HLR information needed for call routing and service authorization. The VLR reduces signaling load by caching subscriber data locally. When a mobile moves to a new area, the old VLR is updated and the new VLR retrieves the profile from the HLR.
Authentication Center (AUC)
The AUC generates and stores authentication vectors used to verify a subscriber’s identity. It works with the HLR to provide challenge-response pairs (RAND, SRES, and Kc in older systems; evolved to 3G authentication). The AUC also holds encryption keys for securing over-the-air communications. Without the AUC, a CDMA network would be vulnerable to cloning and fraud. In CDMA2000, the AUC is often integrated with the HLR.
Equipment Identity Register (EIR)
The EIR contains lists of valid, stolen, or malfunctioning mobile equipment identifiers (IMEI or electronic serial number). Although not used in all CDMA deployments, the EIR allows operators to block specific handsets from accessing the network. This component adds a security layer beyond subscriber authentication.
Packet Core Elements (for Data Services)
CDMA networks evolved to support high-speed data with the introduction of CDMA2000 1xRTT and EV-DO. The packet core includes:
- Packet Data Serving Node (PDSN) – Acts as a gateway between the radio network and IP networks. It manages PPP sessions, assigns IP addresses, and handles authentication, authorization, and accounting (AAA) via RADIUS servers.
- Home Agent (HA) and Foreign Agent (FA) – For Mobile IP support, the HA anchors a mobile’s home network IP while the FA (often in the PDSN) helps in routing packets to roaming devices.
- AAA Server – Handles subscriber authentication for data sessions and generates billing records.
Infrastructure Components Supporting CDMA
Beyond the core network elements, a robust CDMA deployment relies on underlying infrastructure for transmission, management, and billing.
Transmission Networks (Backhaul)
Backhaul connects BTSs to the BSC and subsequently to the core network. Traditional CDMA networks used T1/E1 leased lines or microwave links. Modern deployments favor fiber optic connections due to higher bandwidth and lower latency. Backhaul must support both circuit-switched voice (constant bit rate) and packet-switched data (bursty), so operators often employ Ethernet over fiber or hybrid TDM/IP solutions. The transmission network is a major cost driver and performance bottleneck; many infrastructure upgrades focus on improving backhaul capacity.
Network Management System (NMS)
An NMS provides a centralized interface for configuring, monitoring, and troubleshooting all network elements. It collects alarms, performance counters, and logs from BTSs, BSCs, MSCs, and core nodes. Advanced NMS platforms support remote software upgrades, fault correlation, and predictive analytics. CDMA networks often use the Telecommunications Management Network (TMN) model with element managers, network managers, and service managers. Operators rely on NMS to maintain quality of service and reduce mean time to repair (MTTR).
Charging and Billing Systems
CDMA networks support a variety of charging models: prepaid, postpaid, flat-rate data, and per-minute voice. The charging infrastructure includes the OCS (Online Charging System) for real-time credit control in prepaid services and the CF (Charging Function) in the packet core for offline billing. The Billing System aggregates call detail records (CDRs) from the MSC and data session records from the PDSN, applying tariffs and generating invoices. Integration with the HLR ensures that roaming charges are correctly calculated.
Advanced Features and Evolutions of CDMA Architecture
CDMA networks have evolved significantly since their inception. Understanding these advancements helps put the basic architecture in context.
CDMA2000 1xRTT and 1xEV-DO
CDMA2000 1xRTT (Radio Transmission Technology) doubled voice capacity over IS-95 and introduced data rates up to 153 kbps. The architecture required only minor upgrades to BTS and BSC software, plus the addition of the PDSN for packet data. The subsequent 1xEV-DO (Evolution-Data Optimized) was designed specifically for high-speed data, with a dedicated carrier and a simplified RAN. EV-DO removed the circuit-switched voice component on that carrier, allowing the BTS to focus on scheduling data bursts efficiently. The network architecture for EV-DO introduced the Access Network (AN) consisting of a BTS and an Access Network Controller (ANC), which replaced the BSC/PCF.
Soft Handoff and Softer Handoff
CDMA’s soft handoff capability is a direct outcome of its architecture. In soft handoff, a mobile maintains connections with multiple BTSs simultaneously; the BSC/RNC selects the best signal on a frame-by-frame basis. Softer handoff occurs when the mobile is between sectors of the same BTS. These features require the BSC/RNC to combine or select frames from multiple sources, increasing backhaul and processing demands. The network must support accurate timing (via GPS) and enough bandwidth to forward duplicated frames.
Mobility Management – Location Areas and Paging
Mobility management in CDMA involves Location Area (LA) and Routing Area (RA) updates. The MSC tracks the location of idle mobiles at the location area level (group of cells). When a call arrives, the MSC pages the mobile across all cells in the LA. The VLR stores the last known location. For data sessions, the PDSN tracks the mobile with a Routing Area update handled by the RNC or PCF. These procedures are part of the core network’s signaling, relying on the SS7 (Signaling System No. 7) or SIGTRAN (for IP) protocols between the MSC, HLR, and VLR.
Benefits and Limitations of CDMA Network Architecture
No technology is perfect. The architectural decisions behind CDMA bring both advantages and trade-offs.
Advantages
- High Spectral Efficiency – CDMA reuses frequency across every cell, providing higher capacity than FDMA/TDMA systems under uniform load.
- Soft Capacity – The number of concurrent users can exceed theoretical limits with graceful degradation, unlike hard-limited TDMA.
- Soft Handoffs – Seamless transitions reduce dropped calls and improve voice quality at cell edges.
- Inherent Security – Spread-spectrum modulation and authentication provide strong privacy and fraud resistance.
- Multirate Support – Variable spreading gains allow adaptive data rates, beneficial for mixed voice/data traffic.
Limitations
- Complex Power Control – Tight power control is essential; lapses can cause significant interference and capacity loss.
- Strict Synchronization – Every BTS requires GPS timing, raising cost and vulnerability to GPS jamming.
- Interference Limited – Capacity is ultimately bounded by interference, which increases with data traffic asymmetry.
- Backhaul Demands – Soft handoffs duplicate frames over backhaul, consuming bandwidth and processing at the BSC/RNC.
- Evolution Path – CDMA has largely been overtaken by LTE and 5G; most operators have sunsetted CDMA networks, leading to continued maintenance of legacy architecture.
Conclusion
Understanding the architecture and infrastructure components of CDMA networks reveals how mobile communication systems achieve reliable, high-capacity service. From the BTS that interacts with mobile devices to the core network elements that route calls and authenticate users, each component plays a vital role. The radio access network’s emphasis on soft handoffs and power control, the core network’s databases and switching centers, and the supporting transmission and management systems all interconnect to deliver seamless communication. Although CDMA technology is now considered legacy, its architectural principles—particularly spread spectrum and coordinated handoffs—influenced the design of modern 4G and 5G networks. Operators and engineers who master CDMA infrastructure gain a solid foundation for understanding contemporary wireless systems.
For further reading, consult the 3GPP2 specifications for CDMA2000 (3GPP2 Official Site), a detailed overview of CDMA principles on Wikipedia (CDMA on Wikipedia), and practical wireless network design guides from the IEEE Communications Society. These resources provide deeper technical details and case studies on CDMA network deployments.