Chapter 3 Software-Defined Networking Security and Network Programmability Flashcards
Which of the following are the three different “planes” in traditional networking?
A. The management, control, and data planes
B. The authorization, authentication, and accountability planes
C. The authentication, control, and data planes
D. None of these answers is correct.
A
Which of the following is true about Cisco ACI?
A. Spine nodes interconnect leaf devices, and they can also be used to establish connections from a Cisco ACI pod to an IP network or interconnect multiple Cisco ACI pods.
B. Leaf switches provide the Virtual Extensible LAN (VXLAN) tunnel endpoint (VTEP) function.
C. The APIC manages the distributed policy repository responsible for the definition and deployment of the policy-based configuration of the Cisco ACI infrastructure.
D. All of these answers are correct.
D
Which of the following is used to create network overlays?
A. SDN-Lane
B. VXLAN
C. VXWAN
D. None of these answers is correct.
B
Which of the following is an identifier or a tag that represents a logical segment?
A. VXLAN Network Identifier (VNID)
B. VXLAN Segment Identifier (VSID)
C. ACI Network Identifier (ANID)
D. Application Policy Infrastructure Controller (APIC)
A
Which of the following is network traffic between servers (virtual servers or physical servers), containers, and so on?
A. East-west traffic
B. North-south traffic
C. Micro-segmentation
D. Network overlays
A
Which of the following is an HTTP status code message range related to successful HTTP transactions?
A. Messages in the 100 range
B. Messages in the 200 range
C. Messages in the 400 range
D. Messages in the 500 range
B
Which of the following is a Python package that can be used to interact with REST APIs?
A. argparse
B. requests
C. rest_api_pkg
D. None of these answers is correct.
B
Which of the following is a type of API that exclusively uses XML?
A. APIC
B. REST
C. SOAP
D. GraphQL
C
Which of the following is a modern framework of API documentation and is now the basis of the OpenAPI Specification (OAS)?
A. SOAP
B. REST
C. Swagger
D. WSDL
C
Which of the following can be used to retrieve a network device configuration?
A. RESTCONF
B. NETCONF
C. SNMP
D. All of these answers are correct.
D
The RESTCONF interface is built around a small number of standardized requests. Which of the following are requests supported by RESTCONF?
A. GET
B. PUT
C. PATCH
D. All of these answers are correct.
D
NETCONF messages are encoded in a(n) ________ structure defined by the NETCONF standard.
A. JSON
B. XML
C. OWASP
D. RESTCONF
B
Which of the following is a Cisco resource where you can learn about network programmability and obtain sample code?
A. APIC
B. ACI
C. DevNet
D. NETCONF
C
. A YANG-based server publishes a set of YANG modules, which taken together form the system’s _________.
A. YANG model
B. NETCONF model
C. RESTCONF model
D. gRPC model
A
Which of the following HTTP methods sends data to the server typically used in HTML forms and API requests?
A. POST
B. GET
C. TRACE
D. PUT
A