Network automation Flashcards
(93 cards)
What are the three logical planes of network functions?
Management plane
Control plane
Data plane
Tasks involved in forwarding user traffic from one interface to another are part of the […] plane.
data
Functions that control the actions of the data plane are part of the […] plane.
control
Functions that are used to manage devices are part of the […] plane.
management
The Data plane is also known as the […] plane.
Forwarding
The MAC address table is also known as the […] table.
CAM
What does SDN stand for?
Software-Defined Networking
What does API stand for?
Application Programming Interface
SDN is an approach to networking that centralizes the […] plane into an application called a controller.
control
What does SBI stand for?
Southbound Interface
What does NBI stand for?
Northbound Interface
The […]bound interface is used for communications between the SDN controller and the network devices it controls.
South
The […]bound interface is used for communications between the SDN controller and applications.
North
REST APIs are used for […]bound interfaces.
North
CRUD […] = HTTP POST
Create
CRUD […] = HTTP GET
Read
CRUD […] = HTTP PUT, PATCH
Update
CRUD […] = HTTP DELETE
Delete
Which part of the following URI is the scheme?
https://sandboxdnac.cisco.com/dna/intent/api/v1/network-device
https
Which part of the following URI is the authority?
https://sandboxdnac.cisco.com/dna/intent/api/v1/network-device
sandboxdnac.cisco.com
Which part of the following URI is the path?
https://sandboxdnac.cisco.com/dna/intent/api/v1/network-device
/dna/intent/api/v1/network-device
HTTP Response class […] = informational
1xx
HTTP Response class […] = successful
2xx
HTTP Response class […] = redirection
3xx