nerdexam
Cisco

200-301 · Question #1232

What describes a northbound REST API for SDN?

The correct answer is C. application-facing interface for GET, POST, PUT, and DELETE methods. This question asks for the correct description of a northbound REST API in the context of Software-Defined Networking (SDN).

Submitted by omar99· Mar 5, 2026Automation and Programmability

Question

What describes a northbound REST API for SDN?

Options

  • Anetwork-element-facing interface for GET, POST, PUT, and DELETE methods
  • Bapplication-facing interface for SNMP GET requests
  • Capplication-facing interface for GET, POST, PUT, and DELETE methods
  • Dnetwork-element-facing interface for the control and data planes

How the community answered

(22 responses)
  • A
    9% (2)
  • C
    86% (19)
  • D
    5% (1)

Why each option

This question asks for the correct description of a northbound REST API in the context of Software-Defined Networking (SDN).

Anetwork-element-facing interface for GET, POST, PUT, and DELETE methods

A network-element-facing interface is a southbound interface, which communicates from the controller to the network devices, not northbound.

Bapplication-facing interface for SNMP GET requests

While applications can use SNMP, a northbound API typically uses RESTful principles for network programmability, and is not limited to just SNMP GET requests.

Capplication-facing interface for GET, POST, PUT, and DELETE methodsCorrect

A northbound REST API in SDN is an application-facing interface that allows applications and orchestration systems to program the network and request network services. It uses standard HTTP methods like GET, POST, PUT, and DELETE to interact with the SDN controller, enabling high-level control and automation.

Dnetwork-element-facing interface for the control and data planes

A network-element-facing interface for control and data planes describes southbound interfaces (like OpenFlow), not northbound APIs.

Concept tested: SDN northbound API characteristics

Source: https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-731320.html

Topics

#SDN architecture#Northbound API#REST API

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice