From the course: 5G Architecture, Design, Protocols, Evolution, and Deployment

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Network repository function (NRF)

Network repository function (NRF)

(bright music) - [Instructor] In 5G cloud-native architecture, network functions don't use static configuration. They dynamically discover each other through the network repository function, which is NRF. Think of it as a real-time secure matchmaking services for microservices enablement. It is in charge of managing the lifecycle of network function profiles, which includes registering new profiles, updating old ones, and deregistering those that are no longer in news. So NRF offers a standard based API for 5G network function registration and discovery. In case of service-based architecture, the network functions offer their services to any other network function via common frame of interfaces. We have the Rest API, which is representational state transfer, which defines a set of defined rule to be implemented for the communication within the different modules or functions in a network. It has a GET command, which is used to fetch the data from the server. It also has the POST…

Contents