200-301 · Question #503
Which plane is centralized by an SON controller?
The correct answer is B. control-plane. An SDN (Software-Defined Networking) controller centralizes the control plane, separating the network's decision-making logic from the data forwarding plane.
Question
Which plane is centralized by an SON controller?
Options
- Amanagement-plane
- Bcontrol-plane
- Cdata-plane
- Dservices-plane
How the community answered
(29 responses)- A3% (1)
- B93% (27)
- D3% (1)
Why each option
An SDN (Software-Defined Networking) controller centralizes the control plane, separating the network's decision-making logic from the data forwarding plane.
The management plane handles network monitoring, configuration, and troubleshooting; while the controller contributes to management, its primary centralization function is for the control plane.
An SDN controller centralizes the control plane, which is responsible for determining how data packets are forwarded through the network, allowing for programmable and dynamic network management.
The data plane (or forwarding plane) is where actual user data packets are forwarded based on rules from the control plane, but it is distributed across network devices, not centralized by the controller.
The term 'services-plane' is not a standard network plane (data, control, management) recognized in the context of network architecture like SDN.
Concept tested: SDN architecture planes
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/networking/sdn-architecture
Topics
Community Discussion
No community discussion yet for this question.