When contrasting traditional networking with a controller-based software-defined architecture, how is control plane intelligence managed across traditional network devices?
- Each network device processes routing logic and maintains its control plane independently.Answer
- BControl plane decisions are centralized on an external SDN controller using RESTful HTTP GET requests to program data planes.
- CControl plane operations are offloaded entirely to Hosted Type 2 hypervisors operating at the network access layer.
- DControl plane functions are processed centrally on AAA authentication servers using RADIUS payloads.
Answer
In traditional networking, control plane intelligence is distributed, meaning each individual network device independently calculates routing decisions and maintains its local forwarding information.
In traditional networking architectures, the control plane logic is distributed. Each router and switch independently runs routing protocols, builds routing tables (RIB), and computes forwarding decisions locally without relying on a centralized software controller.
Step-by-Step Solution
Key Concept
Distributed Control Plane in Traditional Networking vs. Centralized Control Plane in SDN