A network architect is analyzing the architectural differences during a migration from a legacy campus network to a controller-based software-defined networking (SDN) model. In the legacy environment, switches operate using a traditional distributed control plane, whereas the new architecture utilizes a centralized SDN controller. Which statement accurately describes the fundamental shift in control plane processing and forwarding table management when transitioning to the controller-based model?
- The centralized controller assumes responsibility for control plane intelligence and uses Southbound APIs to program forwarding tables directly onto hardware devices, while data plane traffic continues to be forwarded locally by the physical switches.Cevap
- BPhysical switches continue computing independent control plane routing tables using distributed routing protocols, while using Northbound REST APIs to push local routing tables to the controller for centralized telemetry.
- CThe SDN controller executes agentless SSH CLI scripts to update device running-configurations in real-time, requiring individual switches to re-converge local distributed routing protocols upon receiving configuration updates.
- DCentralizing the control plane requires all user data plane traffic to be encapsulated and hairpinned back through the SDN controller so the controller can inspect and route every payload packet.
Cevap
The centralized controller assumes responsibility for control plane intelligence and uses Southbound APIs to program forwarding tables directly onto hardware devices, while data plane traffic continues to be forwarded locally by the physical switches.
In traditional networking, each network node maintains both its own control plane (calculating topologies and paths) and data plane (forwarding frames/packets). In controller-based networking, the control plane is abstracted and centralized within the controller. The controller uses Southbound APIs to push compiled forwarding policies down to physical network devices, allowing the switches to execute data plane packet forwarding at hardware wire speed without having to compute topology calculations independently.
Adım Adım Çözüm
Anahtar Kavram
Separation of Control Plane and Data Plane in SDN vs Traditional Distributed Control Planes
Tahmini Süre:1m 30s