N10-009 · Question #420
A network engineer needs to change, update, and control APs remotely, with real-time visibility over HTTPS. Which of the following will best allow these actions?
The correct answer is D. API gateway. An API gateway exposes a RESTful (or similar) interface over HTTPS, allowing clients to programmatically push configuration changes, retrieve status, and control access points in real time. While a web interface also uses HTTPS, it’s typically user-interactive (browser-based)…
Question
A network engineer needs to change, update, and control APs remotely, with real-time visibility over HTTPS. Which of the following will best allow these actions?
Options
- AWeb interface
- BCommand line
- CSNMP console
- DAPI gateway
How the community answered
(37 responses)- A3% (1)
- B11% (4)
- C3% (1)
- D84% (31)
Explanation
An API gateway exposes a RESTful (or similar) interface over HTTPS, allowing clients to programmatically push configuration changes, retrieve status, and control access points in real time. While a web interface also uses HTTPS, it’s typically user-interactive (browser-based) rather than scriptable or easily automatable. A command-line interface might be available via SSH, but that’s not over HTTPS and is less suited to real-time web integration. SNMP is for monitoring and limited configuration but is not natively tunneled over HTTPS and doesn’t provide the same modern programmability.
Community Discussion
No community discussion yet for this question.