QuestionQ874

Automation and Programmability

Drag and drop the characteristics of northbound APIs from the left onto the right. Not all characteristics are used.

Drag & Drop
supports automation
communicates between the SDN controller and the application plane
communicates between the SDN controller and the data plane
supports data sharing between systems
supports network virtualization protocols
supports REST-based requirements
uses OpenFlow to interface between the data and control planes
1
2
3
4
Explanation

Northbound APIs let applications and orchestration tools interact with the SDN controller, so they are associated with application-plane communication, automation, and integration/data exchange. They are commonly implemented with REST-style interfaces. OpenFlow is a southbound protocol used between the controller and forwarding devices in the data plane, so any option describing controller-to-data-plane communication or OpenFlow belongs to southbound APIs instead.

Learn more

Community Discussion

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