Non-Access Stratum, or NAS, is the control signaling that lets a phone talk to the mobile core network. It handles identity, registration, authentication, mobility, and data session setup. The radio network carries these messages, but it usually does not interpret most of them. That split keeps radio access tasks separate from core network control.
TLDR: NAS signaling is the message layer between a user device and the cellular core, used before and during normal service. For example, when a 5G phone registers after power-on, it may exchange 10 to 20 control messages before mobile data works. In a dense urban cell, even a 2% rise in failed NAS registrations can mean thousands of users seeing “no service” or delayed data sessions. NAS is small in bandwidth, but large in impact.
What NAS Means in Cellular Networks
NAS sits above the radio access layer. In LTE, it connects the user equipment, often called UE, with the Mobility Management Entity, or MME. In 5G, it connects the UE with the Access and Mobility Management Function, or AMF. For session control in 5G, NAS information can also reach the Session Management Function, or SMF, through the AMF.
The radio side has its own signaling. That part is called the Access Stratum. It includes RRC messages, radio bearer setup, handover control, and channel configuration. NAS is different. It is about the subscriber and the core service, not the air interface itself.
Access Stratum vs Non-Access Stratum
The difference is simple but often misunderstood. Access Stratum handles the path between the device and the radio access network. Non-Access Stratum handles the path between the device and the core network.
- Access Stratum: radio connection, RRC state, scheduling, handover, radio bearer control.
- Non-Access Stratum: registration, authentication, security mode, mobility updates, session setup, service requests.
- Transport role: NAS messages are carried inside radio and transport protocols, but the main NAS logic belongs to the device and core.
The catch is that troubleshooting often shows both layers mixed together. A failed data session may look like a radio issue at first. Then the logs show a rejected NAS message, a missing subscriber profile, or a security mismatch. It drives engineers a little mad because one visible symptom can have roots in several protocol layers.
What NAS Signaling Does
NAS is used whenever the device needs permission, identity handling, or core network service. It supports several critical functions.
- Registration and attach: The device tells the network that it is present and ready for service.
- Authentication: The network checks whether the subscriber is valid.
- Security setup: NAS helps agree on integrity and ciphering protection.
- Mobility management: The network tracks the general area of the device, not every meter of movement.
- Session management: NAS helps create, modify, and release data sessions.
- Service requests: A device can request resources when it has data to send or receive.
In LTE, mobility and session functions are often described as EMM and ESM. EMM means EPS Mobility Management. ESM means EPS Session Management. In 5G, the equivalent terms are 5GMM and 5GSM. 5GMM controls registration and mobility. 5GSM controls PDU sessions, which carry user data.
How a Typical NAS Registration Works
When a phone is switched on, it first searches for a suitable cell. It then establishes a radio connection. After that, NAS begins its core work.
- The UE sends a registration or attach request. This message includes identity information and requested capabilities.
- The core network checks the subscriber. It may contact subscriber databases such as HSS in LTE or UDM in 5G.
- Authentication takes place. The device and network prove that they share valid security material.
- NAS security is activated. Integrity protection helps stop message tampering. Ciphering helps protect privacy.
- The network accepts or rejects registration. If accepted, the device can receive service based on its subscription.
- Data session setup follows. The device can request internet access or another packet data service.
Why NAS Security Matters
NAS carries sensitive control information. It can include subscriber identity handling, allowed network features, and session requests. Because of that, NAS messages need protection.
Integrity protection confirms that a NAS message was not changed in transit. Ciphering hides selected signaling content from unwanted observers. These controls do not make the entire system perfect, but they reduce several serious risks.
5G improves privacy by reducing plain exposure of permanent subscriber identity. It uses concealed identity methods so that the permanent identifier is not sent openly in normal cases. That helps reduce tracking risks, especially in public radio environments.
NAS in LTE and 5G
NAS exists in both LTE and 5G, but the naming and core functions differ.
| Area | LTE | 5G |
|---|---|---|
| Core mobility node | MME | AMF |
| Mobility signaling | EMM | 5GMM |
| Session signaling | ESM | 5GSM |
| Data session | PDN connection | PDU session |
In LTE, NAS signaling is carried between UE and MME through the eNodeB. In 5G, it is carried between UE and AMF through the gNodeB. The base station transports the NAS container but does not act as the final NAS endpoint.
Common NAS Problems
NAS failures can be painful because users only see simple symptoms. A phone may show no service. Data may not start. Calls may fail. Roaming may break. Behind that plain problem, there may be a very specific reject cause.
- Authentication failure: The SIM, subscriber database, or security vector may not match.
- Registration reject: The network may block access due to subscription, roaming limits, or area restrictions.
- Session reject: The requested APN, DNN, or slice may not be allowed.
- Timer expiry: A message may not receive a response within the expected time.
- Capability mismatch: The device may request a feature that the network does not support.
Expect to waste time on logs if cause codes are hidden or poorly mapped in tools. A reject cause may be clear in the NAS layer, while the dashboard only says “activation failed.” That extra 30 seconds per case becomes a real cost during a live outage.
Why NAS Is So Important
NAS does not carry the user’s video stream, web page, or file download. User-plane traffic does that. Still, NAS decides whether that traffic may start at all. Without successful NAS signaling, there is no proper registration, no valid security context, and no usable data session.
For operators, NAS quality affects attach success rate, session setup time, roaming performance, and customer experience. For device makers, NAS behavior affects battery life and network compatibility. For enterprises using private 5G, NAS affects device onboarding and service policy.
Good NAS design is quiet. Users never notice it. Bad NAS behavior is loud. It shows up as failed connections, repeated retries, battery drain, and support tickets.
FAQ
What is NAS in simple terms?
NAS is the signaling layer that lets a mobile device communicate with the cellular core network for registration, authentication, mobility, and session setup.
Is NAS the same as RRC?
No. RRC belongs to the radio access side. NAS belongs to the core control side. RRC can carry NAS messages, but it does not replace NAS.
Does NAS carry user data?
No. NAS carries control signaling. User data, such as video, web browsing, and app traffic, uses the user plane.
Where does NAS terminate in LTE?
In LTE, NAS terminates mainly between the UE and the MME.
Where does NAS terminate in 5G?
In 5G, NAS mobility signaling terminates between the UE and the AMF. Session-related NAS information is handled with the SMF through the AMF.
Why do NAS failures affect service?
If NAS registration, authentication, or session setup fails, the device may not receive network access or mobile data service.
Is NAS encrypted?
NAS can be protected with integrity and ciphering after security setup. Some early messages may occur before full NAS security is active.