nerdexam
Cisco

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.

Evolving Technologies

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)
  • A
    74% (17)
  • B
    4% (1)
  • C
    4% (1)
  • D
    17% (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.

ASouthbound interfaces are interfaces used between the control plane and the date plane.Correct

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.

BOpenFlow isconsidered one of the first Northbound APIs used by SDN controllers.

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.

CNorthbound interfaces are open interfaces used between the control plane and the date plane.

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.

DThe separation of the control plane from the data plane.

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.

EOVSDB is an application database management protocol.Correct

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

#SDN#southbound interfaces#OVSDB#control plane separation

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice