Which three statements correctly describe the encoding used by NETCONF and RESTCONF?

Which three statements correctly describe the encoding used by NETCONF and RESTCONF? (Choose three.)
A. RESTCONF uses XML-encoded data
B. RESTCONF uses JSON-encoded data
C. NETCONF uses JSON-encoded data
D. NETCONF uses YAML-encoded data
E. RESTCONF uses YAML-encoded data
F. NETCONF uses XML-encoded data

cisco-exams

5 thoughts on “Which three statements correctly describe the encoding used by NETCONF and RESTCONF?

  1. The “CISCO” answer to this is ABF

    RESTCONF—Uses structured data (XML or JSON) and YANG to provide a REST-like APIs, enabling you to programmatically access different network devices. RESTCONF APIs use HTTPs methods.

    https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html

    NETCONF provides a mechanism to install, manipulate, and delete the configuration of network devices.

    It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages.

    https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/configuring_yang_datamodel.html

  2. NETCONF is using XML/JSON-encoded data as far as I am aware so C option should be also correct.

      1. Yes, I saw that of course but I went through the official “CCIE/CCDE Evolving Technologies Study Guide” and they mentioned XML, JSON used by NETCONF for encoding so I was a bit confused what’s correct.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.