Lecture #2 - Requirements Flashcards

1
Q

Name the different architecture domains.

A
  1. Distributed/ Centralised RAN
  2. Management, control, user plane
  3. Access and core network
  4. Individual core network functions.
  5. Core network and applications.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define a network function and network function service, and how their communication framework (compared to a reference point based)

A

A network function refers to a specific task or operation performed by a network or component within a mobile network.

A network function is composed of many Network Services; Which have many services such as forwarding packets, monitoring.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the main properties of a RESTful protocol? Why do we need it, and how is implemented.

A

We need REST as it is a basis for communication in 5G Core Control Plane between NF

  1. Client-Server
  2. Stateless
  3. Cacheable
  4. Layered System
  5. Uniform Interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a policy framework and does interact with service requirements and control parameters?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an exposure framework, and why do we need it?

A

Very new to 5G; didn’t exist in 4G

  1. Proxy between network and external applications.
  2. Authenticates access to services and data
  3. Hide network internal architecture
  4. Internally, exposure control can control NF’s directly.

We need the exposure framework for well-defined north-bound API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe the main function of AMF

A

Access and Mobility Management; controls almost everything in terms of access and controlling

Everything behind the AMF, they know nothing about the access networks.

Connection between base station and AMF.

  1. Registration management
  2. Security management; all keys are made in AMF
  3. Connection management; IDLE/Connected
  4. Reachability management
  5. Mobility management
  6. Next Generation Application Protocol (NGAP) signaling
  7. Selecting AUSF, UDM, PCF, SMF
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Examples for interworking with other technologies

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Main elements of the RAN

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When talking about flexible connectivity models, name the three types of connectivity options and the different data sources it can be connected to.

A
  1. Centralised (Internet)
  2. Regional (e.g. smart city)
  3. Localised (e.g. video streaming)
  4. Different data networks
  5. Different access networks
  6. Different access points.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe how the service based architecture is implemented

A

It’s class-based.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Name the principles of service-based framework.

A
  1. Flexible and dynamic interconnection of NFs; i.e. on the cloud
  2. NF services offer common interfaces; API’s.
  3. Consumers of NF service must be authorised.
  4. Each NF service is self-contained and reusable with an independent life-cycle management.
  5. System procedures are described by series of service invocations.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Explain the different between:

  1. Request - Response
  2. Subscribe - Notify
A
  1. Request - Response
  • 1:1 communications between consumer and producer
  • Response expected within timeframe.
  1. Subscribe - Notify
  • 1:N communications between produce and consumers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe the main function of SMF

A

From Lecture:

  1. Session Management Function; the main function to manage PDU sessions.
  2. PDU sessions is a data transport connection from UE to UPF. It establishes it, it deletes it.
  3. Declares PDU session mode.
  4. Switch UPF -> switch IP’s; Problem as there is no IP mobility in the network.
  5. Gateway address given by address.
  6. Direct interface to the UPF, to handle the PDU sessions and inform UE about PDU establishment and is done through AMF.
  7. Don’t know what access network is maintained; 4G, 5G. Only AMF knows.
  8. IP allocation is done by SMF.

Lecture Notes:

GTP-U Tunnel Management; For routing in network including QoS information.

Tunnel Endpoint Identifier; establish a tunnel between AN and Data Network. Must identify where the packet belong to and that what TEID does. One to one mapping in PDU session.

Downlink Notification Management; Mpbile terminal is connected, but IDLE. User plane function doesn’t have mapping between incoming packets and PDU session where packets must be transported. No tunnel; trigger to SMF and then trigger a paging.

Selection of UPF, PCF upon PDU Session Establishment.

Request subscription information from UDM during PDU Session Setup

Supports interfacing with network charging system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe the main function of UPF

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Explain the connection management of AMF

A
  1. AMF sets up N1 connection over N2 towards a UE to perform control plane signaling and transport NAS messages to the UE.
  2. All NF can send NAS signaling to UE with the help of AMF
  3. Moves UE from CM-IDLE to CM-CONNECTED
  4. This control plane signaling is essential to set up a PDU Session towards SMF (which is also selected by AMF)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly