400-007 · Question #299
Which component of the SDN architecture automatically ensures that application traffic is routed according to policies established by network administrators?
The correct answer is A. SDN controller. The SDN controller is the centralized intelligence that translates administrator-defined policies into forwarding rules and automatically programs network devices to enforce them.
Question
Which component of the SDN architecture automatically ensures that application traffic is routed according to policies established by network administrators?
Options
- ASDN controller
- Bpacket forwarding engine
- Csouthbound API
- Dnorthbound API
How the community answered
(44 responses)- A95% (42)
- C2% (1)
- D2% (1)
Why each option
The SDN controller is the centralized intelligence that translates administrator-defined policies into forwarding rules and automatically programs network devices to enforce them.
The SDN controller sits between the application plane and the data plane, receiving policy intent via northbound APIs and automatically pushing forwarding rules to all network devices via southbound APIs. This centralized enforcement guarantees that application traffic is routed consistently according to administrator policies across the entire network without per-device manual configuration.
The packet forwarding engine simply executes forwarding decisions that have already been pushed to it by the controller - it has no awareness of policies and cannot enforce them autonomously.
The southbound API is only the communication channel between the controller and data plane devices - it transmits instructions but has no decision-making or policy-enforcement capability of its own.
The northbound API is the interface through which applications and orchestration systems express intent to the controller - it carries policy requests upward but does not itself enforce routing behavior.
Concept tested: SDN controller role in policy enforcement
Source: https://www.cisco.com/c/en/us/solutions/software-defined-networking/sdn-resources.html
Topics
Community Discussion
No community discussion yet for this question.