Lecture #1 - Architecture Flashcards

1
Q

Name the design principles of a mobile communication network

A
  1. All-IP Networks; circuit switch, packet switch
  2. Simple Network Architecture; 5G network structure
  3. Software Designed Control
  4. Cloud-ready
  5. Access-agnostic
  6. Multi-tenacy
  7. Integration, migration, network evolution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name the main difference between connection-oriented and packet-based networks - what are the main benefits?

A

Circuit-switch/Connection-Oriented

  1. Long, continuous transmissions i.e. telephone
  2. One connection blocks resources (even if not used)
  3. High signaling overhead to control/set up connection
  4. User plane protocols are rather simple
  5. Quality of Service can be enforced

Packet-switched/Packet-based Network

  1. Burst-based communication
  2. Resources are shared/multiplexed between users
  3. Low complex control plane, higher complexity for user plane.
  4. No dedicated connection setup (but route planning)
  5. No Quality of Service guaranteed.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s Quality of Service (QoS)

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

What’s the difference between user plane and control plane.

A

User plane refers to all data forwarding processing within the network. The forwarding is controlled by the control plane.

The control plane controls the forwarding of data within the network - from source to sink. w

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

Explain software-defined networking/control

A

It involves the separation of control plane functions from the underlying hardware, allowing network operators to dynamically manage and configure their mobile networks through software interfaces.

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

Explain the set-up of a software defined control system.

A
  1. UE; smartphone
  2. Radio Access Network; CP + UP (hard to differentiate, need CP at base station, tracking mobile terminals)
  3. Core Network; seperate control and user plane entity (controlling packet and QoS mostly, policy enforcement)
  4. Self-Organising Networks
  • Between long-term and short-term checks.
  • Unusual number of handover within networks, handover failures, spectral effiency low.
  • SON react to these and control the network.
  1. OAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define how a software defined control system is then implemented.

Explain the benefit of this.

A

A simple network structure has three things:

  1. Protocols/Control Plane
  2. Operating System
  3. Forwarding HW

With SDC, we can split these three elements.

There are five benefits:

  1. The applications at the top of the layer can be changed and developed
  2. Simplified network management
  3. Increased performance through ‘global’ view on network
  4. Better troubleshooting
  5. Quality of Service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe the open-flow that implements SDC

A
  1. Match; matches port

VLAN - ports virtually made
MAC - ethernet

  1. Action
    - Forward to set of ports
    - Encapsulate and forward to countroller
    - Send to processing pipe
    - Modify fields
  2. Counter

Protocol that somebody is accessing the based; data matching rule by tracking. Forward the to the controller.

  1. Priority; order of processing rules
  2. Time-out; when does the rule expire
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain:

  1. State monitoring
  2. Topology
  3. Route planning
A
  1. State Monitoring
  • Check the health of the system
  1. Topology
  • Recording which box is connected to the port of another box
  • Port set-up correctly
  • Good for big networks
  1. Route planning
  • Which route is the shorted
  • Start to programme router

E.g. One of the links is broken. This means that

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

Explain the basic principles of a virtualised/cloud-ready mobile communication system

A
  1. Can change forwarding services into smaller units.
  2. Network Function Virtualisation
  • Don’t execute networks on dedicated hardware.
  • Network function only executed on SW; flexibility and is not dedicated to a particular hardware. This was very expensive and very hard to renew your hardware over-time. Can just get HW off-the-shelf.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Name the benefits of a cloud-ready architecture.

A
  1. Network Functions HW
  2. Orchestration; allocation of resources to services. Using the standard API’s.
  3. Programmable; behaviour can be changed on the fly, in line with the SDN principle
  4. Scaling
  5. Automation
  6. Visibility; Resources and conductivity can be monitored to take corrective actions.
  7. Performance; optimise available resources.
  8. Multi-tenacy; same resources can be used within the same partners without the consequences.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Name and explain the requirements of a cloud-ready architecture.

A
  1. Portability; NF are decoupled from underlying layer
  2. Performance
  3. Elasticity; be able to scale up for more users in the network
  4. Resiliency; maintain network during a failure
  5. Security; authorisation and authentication, each function has their own role and controlled
  6. Service Continuity; after failure, service can continue. service side not affected at user
  7. Service Assurance
  8. Energy Efficiency; Should also scale properly
  9. Transition; allow transition systems with legacy.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe the main characteristics of a cloud-ready system.

A
  1. Network functions implemented in software
  2. Modularisation of network functions
  3. Virtualisation
  4. Common API’s between NF’s.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Explain the difference between vertical scaling and horizontal scaling

A

Vertical Scaling
1. Increase resources
2. Single point of failure

Horizontal Scaling
1. Add additional servers
2. Load balancing and ordchestration
3. More complex

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

Explain the difference between traditional, IaaS, PaaS, SaaS

A

Traditional; everything is maintained by the user

Infrastracture as a Service; the virtualisation layer and networking, storage and compute is managed by user. Means then, updates and stuff is managed by user.

Platform as a Service; Allows a platform, which allows multi-tenacy. All that needs to happen is to add the applications and data. Implement your own logic; how session management is run

Software as a Service; Use applications running as a cloud (Microsoft Word).

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

Explain the architectural figure for a cloud-ready service (NFV)

A

There are four components.

  1. NFVI infastructure; compute, network, storage
  2. MANO; v important to get pic of whole network. To orchestrate and reconfigure it properly. MANO part is forgotten common but very important.

With ML (predictive error/outages)

  1. OSS and BSS; the main interface between partners and mobile network.
17
Q

Describe the concept of multi-tenacy

A
  1. V important for MN for different purposes and for third parties.

Multi-tenancy in mobile communication networks refers to the concept of supporting multiple tenants or service providers on a shared network infrastructure. In a multi-tenant environment, the network resources and services are logically partitioned and isolated to ensure that each tenant’s data and operations remain separate and independent.

18
Q

What are the main characteristics of multi-tenacy?

A
  • Service quality and
    performance
  • Service-specific
    functionality; only those needed functions are provided
  • Adaptation to available infrastructure; service execution is developed to the infastructure. Don’t care about the resources provided
  • Different models of sharing network resources
19
Q

What are the main benefits of multi-tenacy?

A
  • Monetize existing assets
  • Focus on service provision; Decouple service development, which is important for more cashflow
  • Customization of network behavior; Performed differently for different services
  • Select NF optimally for service;
  • Joint optimization of radio access and core network resources;
  • Service-specific network topologies; require different abstraction layer
20
Q

What are the main requirements of multi-tenacy?

A
  • Service Level Agreements
  • Monitoring of performance
  • No side-effects
  • On-demand allocation of
    network resources
  • Orchestration and
    management of E2E
    resources
  • Decomposition of network
    functions
21
Q

What does access agnostic mean?

A

Access agnostic refers to a concept or characteristic of a system or technology that is not dependent on or limited to a specific access method or technology. It implies the ability of a system to operate and provide services seamlessly across different access networks or technologies without requiring significant modifications or adaptations.

22
Q

Name and explain what goes into a Simple Network Architecture

A
  1. Flat; there’s no hierarchy (no clear division of roles or responsibilities)

Single elements in radio and core network

  1. Effective; Protocols supporting packet-switched based services and controlling network behaviour.
  2. Open;

Open interfaces for inter-vendor interoperability (don’t buy all from one company)

Open interfaces for network controllability

  1. Scalable;

Resource efficient for different network size -> sea ports have their own mobile network

On-demand resource allocation