LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What is the 5G Service-Based Architecture (SBA), and how does it differ from earlier core-network designs?

SBA builds the 5G core from network functions (NFs) that communicate over standardised HTTP/2-based REST APIs instead of rigid point-to-point interfaces. It cleanly separates control and user plane, and is designed for cloud-native, containerised, virtualised, horizontally scalable deployment.

Network functions on an HTTP/2 service bus orchestrating the UPF.

* SBA: network functions call each other over an HTTP/2 service bus. *

The three principles of the 5G/NR architecture:

  1. Clear separation between Radio Access Network (RAN) and 5G Core (5GC)
  2. Service-Based Architecture (SBA): uses standardised APIs instead of rigid interfaces
  3. Flexible, scalable, cloud-native network services in the core (cloudification)

How SBA works: network functions (NFs) communicate over HTTP/2-based APIs (REST-style), service-oriented rather than fixed wiring. Key NFs:

NF Role
AMF access & mobility management
SMF / UPF session & user-plane management
UDM / AUSF subscriber data & authentication
PCF policy control
NRF service discovery (NFs find each other)
NEF / AF exposure to / functions of third parties

The big shift: earlier cores had rigid, point-to-point interfaces between fixed boxes. SBA turns the core into a set of software services calling each other over web APIs — so functions can be virtualised, containerised, scaled horizontally, and deployed flexibly (like any cloud microservice architecture).

Tip: SBA = "the core network rebuilt as cloud microservices talking HTTP/2." The NRF (service discovery) is the giveaway that this is a service mesh, not a fixed circuit diagram.

Go deeper:

From Quiz: MOBINFSEC / 5G New Radio: Architecture & Deployment | Updated: Jul 14, 2026