CiscoCisco
350-401 · Question #712
350-401 Question #712: Real Exam Question with Answer & Explanation
The correct answer is B: in an XML tree format. NETCONF (Network Configuration Protocol) uses XML to encode and represent data structures, while YANG defines the structure of this data.
Submitted by yuriko_h· Mar 6, 2026No Domain List Provided
Question
How does NETCONF YANG represent data structures?
Options
- Aas strict data structures denned by RFC 6020
- Bin an XML tree format
- Cin an HTML format
- Das modules within a tree
Explanation
NETCONF (Network Configuration Protocol) uses XML to encode and represent data structures, while YANG defines the structure of this data.
Common mistakes.
- A. While RFC 6020 defines YANG, the actual data structures exchanged via NETCONF are represented in XML, not strictly defined as RFC 6020 itself being the representation format.
- C. HTML is a web content markup language and is not used by NETCONF or YANG for network device configuration data representation.
- D. YANG organizes data models into modules, which are part of a tree, but the fundamental runtime representation of the data itself via NETCONF is specifically in an XML tree format.
Concept tested. NETCONF and YANG data representation
Topics
#NETCONF#YANG#Data modeling#XML data structures
Community Discussion
No community discussion yet for this question.