# NSS - Network Switching Subsystem

#### Network Switching Subsystem (NSS)

The Network Switching Subsystem (NSS) is a key component in a GSM network responsible for call processing and subscriber mobility management. It consists of several network elements, including:

* **Mobile Switching Center (MSC):** Manages call setup, routing, and mobility.
* **Home Location Register (HLR):** A database storing details of each subscriber.
* **Visitor Location Register (VLR):** Temporarily holds data about subscribers currently in the MSC area.
* **Authentication Center (AUC):** Provides data for verifying user identity.
* **Equipment Identity Register (EIR):** Keeps records of mobile equipment to prevent fraud.

The NSS facilitates communication between mobile users and connects them to other networks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gsm.learn-telecom.com/architecture/nss-network-switching-subsystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
