An enterprise engineering team is preparing to migrate a legacy multi-tier campus network to a centralized controller-based architecture using Cisco DNA Center. During an architectural review, an engineer explains how control plane operations and management differ between the two paradigms. Which statement correctly contrasts control plane operations in a traditional network versus a controller-based network architecture?
- Traditional networks execute control plane logic independently on each distributed network device, whereas controller-based networks centralize control plane intelligence within a logical software controller.Answer
- BTraditional networks utilize agentless SSH connections to push control plane decisions between switches, whereas controller-based networks require dedicated agent software installed on every network device to compute routing tables.
- CTraditional networks execute HTTP GET and PUT verbs locally on each switch to build MAC address tables, whereas controller-based networks automate data plane forwarding using JSON payloads over Southbound interfaces.
- DTraditional networks consolidate authentication and authorization into a central control plane interface, whereas controller-based networks require individual device CLI access to encrypt payload data via RADIUS.
Answer
Traditional networks execute control plane logic independently on each distributed network device, whereas controller-based networks centralize control plane intelligence within a logical software controller.
In traditional network environments, each router and switch runs its own distributed control plane to independently discover neighbors, build routing/switching tables, and determine path selection. In contrast, controller-based networking decouples control plane intelligence from individual network devices and centralizes it within a software controller (such as Cisco DNA Center), which programs the data plane of underlying network devices.
Step-by-Step Solution
Key Concept
Decoupling and Centralization of Control Plane in SDN vs Distributed Traditional Control Plane