200-301 · Question #651
What is the function of "off-the-shell" switches in a controller-based network?
The correct answer is B. forwarding packets. In a controller-based network, off-the-shelf switches serve as the data plane, executing instructions from the central controller to forward packets efficiently.
Question
What is the function of "off-the-shell" switches in a controller-based network?
Options
- Aproviding a central view of the deployed network
- Bforwarding packets
- Cmaking routing decisions
- Dsetting packet-handling policies
How the community answered
(43 responses)- A2% (1)
- B95% (41)
- D2% (1)
Why each option
In a controller-based network, off-the-shelf switches serve as the data plane, executing instructions from the central controller to forward packets efficiently.
Providing a central view of the deployed network is a function of the SDN controller or a network management application, not the data plane switches themselves.
In a controller-based (SDN) network, off-the-shelf or 'data plane' switches are primarily responsible for the high-speed forwarding of packets. They receive forwarding instructions and policies from the central SDN controller and simply execute those rules without making independent routing decisions or policy determinations.
Making routing decisions is the responsibility of the SDN controller, which then programs the forwarding paths into the data plane switches, rather than the switches making these decisions autonomously.
Setting packet-handling policies is a control plane function performed by the SDN controller, which then enforces these policies by pushing rules to the data plane switches.
Concept tested: SDN data plane function
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/networking/sdn-architecture
Topics
Community Discussion
No community discussion yet for this question.