QuestionQ471

Automation and Programmability

Which technology is suitable for communication between an SDN controller and applications running over the network?

  • A Southbound API
  • B REST API
  • C NETCONF
  • D OpenFlow
Explanation

Communication between SDN applications and the controller is typically done through the controller’s northbound interface, which is commonly exposed as a REST API. Southbound APIs, including technologies such as OpenFlow or NETCONF, are used for communication between the controller and network devices rather than with applications.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!