Scripting

Scripting

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which type of configuration is represented in the output? Options: Ansible, Chef, JSON, Puppet

Back

Puppet

Answer explanation

Media Image

"Puppet code is done in modules. Each module manages a specific task in the infrastructure such as installing and configuring a piece of software." Modules are reusable and shareable. Sample of resource declaration:

<TYPE> { '<TITLE>:
<ATTRIBUTE> => <VALUE>,
<ATTRIBUTE> => <VALUE>,
}

2.

FLASHCARD QUESTION

Front

Which technology is appropriate for communication between a SDN controller and applications running over the network? Options: OpenFlow, REST API, NETCONF, Southbound API

Back

OpenFlow

Answer explanation

Media Image

Southbound communications is between SDN and switches/routers: Higher level to lower level: OpenFlow, SNMP, OpFlex, OSPF, NETCONF

Northbound communication is between SDN and applications: Lower level to higher level: REST API, RESTCONF

3.

FLASHCARD QUESTION

Front

Which purpose does a northbound API serve in a controller-based networking architecture?

Back

Facilitates communication between the controller and the applications

4.

FLASHCARD QUESTION

Front

Which software defined architecture plan assists network devices with making packet forwarding decisions by providing Layer 2 reachability and Layer 3 routing information?

Back

Control plane

Answer explanation

The control plane controls "how" data is forwarded.

The data plane controls the actual forwarding process.

5.

FLASHCARD QUESTION

Front

Which CRUD operation corresponds to the HTTP GET method?

Back

Read

Answer explanation

Media Image

Both POST and PUT sends data. POST is idempotent (eeedempotent a function/operation that can be performed multiple times without changing the result). Assume you are designing an API for asking questions. Use POST if you would send that data to a list of questions. Use PUT if you would do that to a particular question.

6.

FLASHCARD QUESTION

Front

What is the function of a controller in controller-based networking?

Back

It serves as the centralized management point of an SDN architecture.

7.

FLASHCARD QUESTION

Front

What is the purpose of a southbound API in a controller-based networking architecture?

Back

Facilitates communication between the controller and the networking hardware

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?