A network engineer is evaluating the architectural shift from legacy autonomous switches to a centralized Software-Defined Networking (SDN) model for a campus deployment. Which statement accurately describes how control plane operations and traffic handling differ in a controller-based network compared to a traditional network architecture?
- Control plane intelligence is centralized within the software controller to program policies and forwarding instructions, while individual network devices perform high-speed data plane packet forwarding.Cevap
- BControl plane decisions remain distributed across individual switch CPUs, while all data plane packet forwarding is centralized and handled directly by the controller.
- CManagement applications use Southbound REST APIs to dynamically recalculate the physical network topology at the data plane layer of each autonomous router.
- DIndividual network devices use agent-based configuration management to process data plane path selection, eliminating the need for Southbound interfaces.
Cevap
Control plane intelligence is centralized within the software controller to program policies and forwarding instructions, while individual network devices perform high-speed data plane packet forwarding.
In controller-based networking (SDN), control plane decision-making is decoupled from local network devices and centralized within the controller. The controller maintains a global view of the network and programs the forwarding tables on physical network devices via Southbound APIs. The physical switches and routers continue to perform hardware-based data plane packet forwarding.
Adım Adım Çözüm
Anahtar Kavram
Separation and centralization of control plane functions in controller-based SDN architectures versus distributed control planes in traditional networks.