Drag and drop the protocols/technologies on the left to the descriptions on the right.
Drag a concept onto its matching description — or click a concept then click the description.
Uses XML-encoded RPCs over SSH for network device configuration
Uses HTTP/HTTPS methods (GET, POST, PUT, DELETE) with JSON or XML
Data modeling language that defines the structure of configuration and state data
High-performance RPC framework using Protocol Buffers and HTTP/2
Vendor-neutral YANG data models for network configuration and monitoring
Why these pairings
NETCONF uses XML-encoded RPCs over SSH (port 830) for device configuration. RESTCONF uses HTTP/HTTPS methods with JSON or XML. YANG is a data modeling language defining structure of configuration/state data. gRPC is a high-performance RPC framework using Protocol Buffers over HTTP/2.
OpenConfig provides vendor-neutral YANG models. These pairings reflect their primary characteristics as tested on the CCNA.