300-435 · Question #68
Which two protocols use YANG as an underlying data modeling language? (Choose two.)
The correct answer is B. NETCONF C. RESTCONF. NETCONF and RESTCONF are two primary protocols that utilize YANG as their underlying data modeling language for network configuration and operational data.
Question
Options
- ASOAP
- BNETCONF
- CRESTCONF
- DREST
- EHTTP
- FSSH
How the community answered
(27 responses)- B93% (25)
- D4% (1)
- F4% (1)
Why each option
NETCONF and RESTCONF are two primary protocols that utilize YANG as their underlying data modeling language for network configuration and operational data.
SOAP (Simple Object Access Protocol) primarily uses XML for messaging and WSDL for service descriptions, not YANG.
NETCONF (Network Configuration Protocol) uses YANG to define the structure and content of configuration and state data exchanged between network devices and management systems.
RESTCONF is a protocol that uses YANG to define its data models, providing a REST-like interface for accessing and manipulating configuration and operational data on network devices.
REST (Representational State Transfer) is an architectural style, not a protocol that directly uses YANG; RESTCONF is a specific protocol built on REST principles that uses YANG.
HTTP (Hypertext Transfer Protocol) serves as a transport layer for many web services but does not inherently use YANG for data modeling.
SSH (Secure Shell) is a secure transport protocol, often used by NETCONF, but it does not use YANG for data modeling itself.
Concept tested: Protocols leveraging YANG models
Source: https://datatracker.ietf.org/doc/html/rfc6241
Topics
Community Discussion
No community discussion yet for this question.