Chapter 12 - Automation Flashcards
What data encoding format uses tags such as <> and >?
- JSON
- XML
- BER
- Base64
B. XML is the data encoding format that uses these tags.
Which of the following is an HTTP-based protocol that provides a programmatic interface for accessing YANG modeled data?
- SSH
- JSON
- NETCONF
- RESTCONF
D. RESTCONF is an HTTP-based protocol that provides a programmatic interface for accessing YANG data.
Which of the following is a data modeling language used to describe the data for network configuration protocols such as NETCONF and RESTCONF?
- YANG
- SOAP
- Express g
- RPC
A. YANG is a data modeling language used to describe the data for network configuration protocols.
Inside the YANG data model, which of the following is used to group related nodes?
- Lists
- Attributes
- Containers
- Types
C. Containers are used to group related nodes in a YANG data model.
What network management protocol defined by the IETF supports running, candidate, and startup configuration data stores?
- NETCONF
- JSON
- RESTCONF
- SSH
A. NETCONF is defined by the IETF and supports running, candidate, and startup configuration data stores.
Which of the following uses HTTP operations to provide create, retrieve, update, and delete (CRUD) operations on a NETCONF data store containing YANG data?
- XML
- JSON
- NETCONF
- RESTCONF
D. RESTCONF uses HTTP operations to provide create, retrieve, update, and delete (CRUD) operations on a NETCONF data store.
Which Internet standards body develops open standards by using open processes and working groups?
- OpenConfig
- IETF
- IANA
- ARIN
B. The IETF is an Internet standards body that develops open standards using open processes and working groups.
Which of the following is a group of network operators working on developing programmable interfaces and tools for managing networks in a vendor-neutral way?
- IETF
- IANA
- ARIN
- OpenConfig
D. OpenConfig is a group of network operators working on developing programmable interfaces and tools for managing networks in a vendor-neutral way.
Model-driven telemetry is a new concept for network monitoring in which data is streamed from network devices continuously to subscribers using a push model via which protocol?
- NETCONF
- RESTCONF
- XML
- HTML
A. Model-driven telemetry is a new concept for network monitoring in which data is streamed from network devices continuously to subscribers using NETCONF.
What type of subscription is useful for situations in which a data value changes occasionally but the information needs to be sent in a timely manner?
- On-change publication
- Dial-out
- Periodic publication
- Dial-in
C. A periodic publication is a subscription that is useful for when a data value changes occasionally but the information needs to be sent in a timely manner.
Which of the following does Simple Object Access Protocol (SOAP) use to transport messages using XML-based syntax?
- HTML
- SSH
- NETCONF
- HTTP
D. Simple Object Access Protocol (SOAP) uses HTTP to transport messages using XML-based syntax.
Which of the following is an open-source framework project and is a functional subset of NETCONF with JSON representation?
- XML
- SOAP
- gRPC
- YANG
C. gRPC is an open-source framework project and is a functional subset of NETCONF with JSON representation.
Which of the following is a lightweight data-interchange text format that is fairly easy to read and write and easy for systems to understand?
- JSON
- REST
- NETCONF
- RESTCONF
A. JSON is a lightweight data-interchange text format that is fairly easy to read and write and easy for systems to understand.
What network management protocol uses protocol operations that are defined as remote procedure calls (RPCs) for requests and replies in XML-based representation?
- XML
- SSH
- JSON
- NETCONF
D. NETCONF is a network management protocol that uses protocol operations that are defined as remote procedure calls (RPCs) for requests and replies in XML-based representation.
Which of the following is a data modeling language used to describe the data for network configuration protocols such as NETCONF and RESTCONF?
- YANG
- RPC
- REST
- XML
A. YANG is a data modeling language used to describe the data for network configuration protocols such as NETCONF and RESTCONF.