CCIE Data Center (legacy) — Question 78
Which three statements correctly describe the encoding formats for NETCONF, RESTCONF, and gRPC? (Choose three.)
Answer options
- A. NETCONF uses JSON encoding
- B. RESTCONF uses GPB encoding
- C. gRPC uses XML encoding
- D. RESTCONF uses JSON encoding
- E. gRPC uses GPB encoding
- F. NETCONF uses XML encoding
Correct answer: C, D, F
Explanation
The correct statements are that RESTCONF uses JSON encoding (D), NETCONF employs XML encoding (F), and gRPC utilizes XML encoding (C). The other options are incorrect because NETCONF does not use JSON (A), RESTCONF does not use GPB (B), and gRPC does not use XML (C).