Select the best option below to complete the following sentence.
On-Boarding of a Network Service requires both____and____templates.
Answer : B
On-Boarding of a Network Service requires both NS and NF templates. NS stands for Network Service, which is a logical grouping of network functions and resources that provide a specific functionality or service to the end user. NF stands for Network Function, which is a software component that performs a specific task or function within the network. Templates are files that describe the characteristics, requirements, and dependencies of network services and network functions. On-Boarding is the process of registering and validating network services and network functions in the cloud platform, so that they can be instantiated and managed.
Module by Module - Self Study Note Guide, DC5.1-- New Services Automation, page 19
On-boarding a Network Service typically involves Network Service (NS) and Network Function (NF) templates. NS templates define the overall structure and requirements of a network service, including its composition of various NFs and their interconnections. NF templates specify the configurations for individual network functions that are part of the service. Together, they enable the automated deployment and management of complex network services in a standardized manner.
Select the best option below to complete the following sentence. Multi-tenancy network connectivity provides dedicated resources through_____
Which of the following statements are correct regarding the characteristics of microservices? (Select 2)
Answer : A, C
Microservices arechainedin order to build an application, meaning that they are connected by a network and exchange messages or data to perform a specific function or task.
Microservices aredifferentiatedby function, meaning that each microservice has a single responsibility and performs a distinct function within the application.
Microservices arederivedfrom monolithic applications, meaning that they are created by breaking down a large and complex application into smaller and simpler pieces that can be developed, deployed, and scaled independently.
Microservices arescalableandresilient, meaning that they can handle variable workloads and recover from failures without affecting the whole application.
Which of the following are characteristics of traditional monolithic services. (Select 2)
Answer : A, C
The characteristics of traditional monolithic services are low scalability and fixed capacity. Monolithic services are applications that are built as a single unit, where all the components are tightly coupled and run in the same process. This makes them hard to scale, as they require more resources and coordination to handle increased demand. Monolithic services also have fixed capacity, as they are designed for a specific workload and cannot adapt to changing requirements or traffic patterns. Monolithic services are often slow to deploy, as they require updating the entire application for any change or improvement.Reference: [Cloud Native applications design], [Microservices and Containerization]