300-415 · Question #248
Which protocol is used by the REST API to communicate with network devices in the Cisco SD-WAN network?
The correct answer is A. HTTP. REST APIs in Cisco SD-WAN environments communicate using HTTP, typically secured with TLS/SSL, to interact with network devices and controllers.
Question
Exhibit
Options
- AHTTP
- BSSL
- CIPSec
- DSSH
How the community answered
(46 responses)- A89% (41)
- B2% (1)
- C7% (3)
- D2% (1)
Why each option
REST APIs in Cisco SD-WAN environments communicate using HTTP, typically secured with TLS/SSL, to interact with network devices and controllers.
REST APIs fundamentally operate over HTTP (Hypertext Transfer Protocol), which serves as the underlying communication protocol for web-based services. While often secured with TLS/SSL (making it HTTPS), the core protocol for data exchange is HTTP.
SSL (or TLS) is a security protocol that encrypts HTTP traffic (making it HTTPS), but it is not the application-layer protocol used by REST APIs for communication itself.
IPSec is a network layer security protocol used for securing IP communications, commonly used for VPN tunnels in SD-WAN data plane, but not for REST API communication.
SSH (Secure Shell) is a protocol for secure remote command-line access and file transfer, not the protocol used by REST APIs.
Concept tested: REST API communication protocol
Source: https://developer.cisco.com/docs/sdwan/#!rest-api-overview/introduction-to-the-cisco-sd-wan-rest-api
Topics
Community Discussion
No community discussion yet for this question.
