Practice Chapters 21-23 Flashcards
21.1 Which HTTP status code would you expect to get if the resource wasn’t found?
A. 200
B. 201
C. 401
D. 403
E. 404
- E. 404 is the status code when what you requested isn’t found.
21.2 VMware Workstation is what type of hypervisor?
A. Type-1
B. Type-2
C. Type-3
D. Type-4
E. Type-5
B. VMware Workstation is a Type-2 solution.
21.3 Which of the following are JSON syntax rules? (Choose three.)
A. Use double quotes, not single quotes.
B. Use single quotes, not double quotes.
C. Boolean values must be lowercase.
D. Boolean values must be uppercase.
E. Trailing commas must not be used.
A, C, E. JSON files must use double quotes and Boolean values must be lower case.
Trailing commas are not allowed.
21.4 Which of the following virtualization products is made by Microsoft?
A. ESXi
B. Workstation
C. Xen
D. KVM
E. Hyper-V
E. Microsoft makes the Hyper-V.
21.5 What does REST stand for?
A. Really easy stateful ticket
B. Representational stateful transfer
C. Representational state transfer
D. Representational stateless transfer
C. REST stands for Representational State Transfer
21.6 Which of the following best describes a Resource in Restful API?
A. The specific path to the resource you’re trying to access through the API
B. The security token for the request
C. Filtering options for the request
D. The full URL
A. The resource section of the URI points to the specific
21.7 A Cisco CSR1000v virtual router is which type of virtual resource?
A. Virtual machine
B. Virtual appliance
C. Virtual network
D. Virtual storage
E. Type-1
B. A virtual network device from a vendor is a virtual appliance.
21.8 Does YAML support tab characters?
A. Yes
B. No.
B. YAML doesn’t support using the tab in the file. You must always use the spacebar, otherwise it will throw an error when you try to run it.
21.9 What does a mapping refer to in YAML?
A. Simple value-key pairs
B. Simple key-value pairs
C. Complex value-key pairs
D. Complex key-value pairs
B. In YAML a mapping is a simple key-value pair such as Name: Todd
21.10 Which of these virtualization features is useful for reverting a bad change in a VM?
A. Snapshot
B. Clones
C. Migrations
D. Hardware abstraction
A. Snapshots let you restore virtual machines back to a state in time. Cloning can also be used to make a backup, but it isn’t as practical as a snapshot is.
21.11 Which HTTP operation in Restful API is most like a show command in Cisco IOS?
A. POST
B. DELETE
C. GET
D. PATCH
C. You use the GET operation to “get” information from Restful API, so it’s most like a show command on a router.
21.12 Which HTTP operation in Restful API most closely resembles a configuration command in Cisco IOS?
A. POST
B. DELETE
C. GET
D. PATCH
A. You use the POST operation to “post” information to Restful API, is most like a configuration command on a router.
21.13 Which of the following choices best defines a token in Restful API?
A. How you filter the response from the Restful API service
B. How you save the output from the Restful API service
C. How you authorize access to the Restful API service
D. How you authenticate to the Restful API service
D. The token is used to authenticate you to the restful API service. Restful API does not support authorization.
22.1 What’s the Northbound interface used for? (Choose one.)
A. Communicates with the network device layer
B. Allows users to interact with the SDN controller
C. Tracks Access Point performance
D. How traffic routes out the network
B. The north bound interface (NBI) allows users to interface with the SDN controller through a web interface or through scripts that call RESTful API.
22.2 What’s the network underlay?
A. A term for everything in the SDN network
B. A layer where tunnels are built to provide services
C. A layer that provides connectivity throughout the fabric
C. The job of the underlay is to provide connectivity to the overlay so tunnels can be formed.
22.3 What’s an advantage of controller-based network vs. traditional networks? (Choose three.)
A. Central management.
B. Allows for mass configuration.
C. Can monitor the entire network connected to the controller.
D. Difficult to manage.
E. Each device is independent of each other.
A, B, C. A controller offers many benefits, including central management, system-wide network monitoring, and the ability to push out configuration to multiple devices.
22.4 What’s the name of an architecture that uses an access layer?
A. Spine/Leaf
B. CLOS
C. Underlay
D. Campus
E. DNA Center
D. The campus architecture uses an access, distribution, and core layer.
22.5 What are some protocols found in the management plane? (Choose three.)
A. SSH
B. CDP
C. SNMP
D. Telnet
E. LLDP
A, C, D. The management plane provides management access to the device; it contains protocols such as Telnet, SSH, and SNMP.
22.6 What are some protocols found in the control plane? (Choose three.)
A. OSPF
B. CDP
C. Console Port
D. LLDP
E. Management Port
A, B, D. The control plane provides all protocols that live on the router, including protocols such as CDP, LLDP, and OSPF.