352-001 · Question #685
Which two statements define some of the general characteristics of SDN? (Choose two.)
The correct answer is A. Southbound interfaces are interfaces used between the control plane and the date plane. E. OVSDB is an application database management protocol. SDN southbound interfaces connect the control plane to the data plane, and OVSDB is a management protocol used to configure virtual switches like Open vSwitch.
Question
Which two statements define some of the general characteristics of SDN? (Choose two.)
Options
- ASouthbound interfaces are interfaces used between the control plane and the date plane.
- BOpenFlow isconsidered one of the first Northbound APIs used by SDN controllers.
- CNorthbound interfaces are open interfaces used between the control plane and the date plane.
- DThe separation of the control plane from the data plane.
- EOVSDB is an application database management protocol.
How the community answered
(23 responses)- A74% (17)
- B4% (1)
- C4% (1)
- D17% (4)
Why each option
SDN southbound interfaces connect the control plane to the data plane, and OVSDB is a management protocol used to configure virtual switches like Open vSwitch.
Southbound interfaces such as OpenFlow are the APIs that sit between the SDN controller (control plane) and forwarding devices (data plane), allowing the controller to programmatically install and modify flow entries on switches.
OpenFlow is a southbound API, not a northbound API - it governs communication between the SDN controller and the underlying forwarding hardware, not between the controller and upper-layer applications.
Northbound interfaces connect the SDN controller to applications and orchestration layers above it, not to the data plane below - this choice incorrectly describes the northbound interface's position.
While separation of control and data planes is a true SDN principle, it is too broad and incomplete on its own to serve as one of the two most specific and technically accurate answers tested here alongside A and E.
OVSDB (Open vSwitch Database Management Protocol) is an application-level database management protocol used to configure and manage Open vSwitch instances, handling switch configuration state such as bridges, ports, and interfaces.
Concept tested: SDN southbound interfaces and OVSDB management protocol
Source: https://www.cisco.com/c/en/us/solutions/software-defined-networking/overview.html
Topics
Community Discussion
No community discussion yet for this question.