No history yet

EPS Network Architecture

The LTE Network Blueprint

The 4G LTE network, officially called the Evolved Packet System (EPS), is split into two main domains. First is the Evolved Universal Terrestrial Radio Access Network (E-UTRAN), which is the radio part of the network. It consists of the cell towers, called eNodeBs, that your phone talks to. Second is the Evolved Packet Core (EPC), which is the brain and nervous system that manages everything behind the scenes.

The E-UTRAN's job is simple but critical: manage the radio waves. The EPC handles the complex logic: authenticating your device, routing your data to the internet, managing your mobility as you move, and enforcing your data plan's rules. This separation allows the radio technology to evolve without requiring a complete overhaul of the core network.

This diagram shows the main nodes and the connections, or reference points, between them. Each has a specific job in keeping you connected.

The Core Network's Brains

Within the EPC, we can separate components by their main job: managing control signals or handling user data. The control components are the network's decision-makers.

The Mobility Management Entity (MME) is the primary control node. Think of it as the network's traffic controller for signaling messages. When you turn on your phone, the MME handles the authentication process. It tracks your location so that calls and data can find you, and it manages the creation and deletion of data sessions. It communicates with your device using a special protocol.

NAS Signaling

noun

Non-Access Stratum (NAS) signaling refers to the communication protocol between the User Equipment (your phone) and the MME. It's used for session management and mobility procedures, and its messages are passed transparently through the E-UTRAN.

The MME doesn't store your permanent information. For that, it consults the Home Subscriber Server (HSS). The HSS is a central database containing all user subscription data. This includes your unique identity (IMSI), the services you're allowed to use, and the security keys needed to authenticate you and encrypt your data.

Finally, the Policy and Charging Rules Function (PCRF) acts as the network's rule book. It dictates the quality of service (QoS) for your data session. If you're streaming a video, the PCRF might tell the network to prioritize that traffic. It also ensures your data usage aligns with your subscription plan, which is crucial for billing.

The Data Superhighway

While the MME, HSS, and PCRF make decisions, a different set of components handles the actual flow of your data. This part of the network is called the user plane.

The Serving Gateway (SGW) is the first stop for your data after it leaves the radio network. Its main job is to be a mobility anchor. When you move between eNodeBs (cell towers), the SGW stays the same, ensuring a seamless data connection during a handover. It acts as a local router, forwarding data packets between the eNodeB and the next stop, the PGW.

The Packet Data Network Gateway (PGW) is the exit and entry point for all your data to and from external networks, like the internet. It assigns an IP address to your device, making it a reachable node on the internet. The PGW also acts as the mobility anchor for handovers to non-LTE networks (like 3G or Wi-Fi) and enforces policy rules given by the PCRF, such as blocking certain types of traffic or applying data rate limits.

This architecture is what enables LTE's 'Always-On' connectivity. Even when you're not actively using data, your device maintains a connection with the MME and has an IP address from the PGW. This way, a data session can start instantly without a lengthy setup process every time.

Connecting the Dots

The interfaces between these components are standardized to ensure equipment from different vendors can work together. They are named with a letter and a number.

InterfaceConnectsPurpose
S1-MMEeNodeB to MMEControl plane signaling for managing connections and mobility.
S1-UeNodeB to SGWUser plane data tunneling between the radio network and the core.
S11MME to SGWControl signaling to create, modify, and delete data sessions.
S5/S8SGW to PGWTunneling user data. S5 is for home networks; S8 is used when roaming.
X2eNodeB to eNodeBSignaling and data forwarding during handovers between cell towers.

Understanding these nodes and interfaces is key. They form the map that all LTE procedures, from a simple text message to a cross-country video call, follow.

Quiz Questions 1/6

What are the two main domains that make up the 4G LTE network, also known as the Evolved Packet System (EPS)?

Quiz Questions 2/6

Which component in the Evolved Packet Core (EPC) is considered the primary control node, responsible for processes like user authentication and tracking device location for calls and data?

With this foundation, you're ready to explore how these pieces work together to handle complex tasks like device registration and call setup.