A network architect is comparing the convergence and operational behavior of a legacy campus environment running distributed routing protocols against a controller-based Software-Defined Networking (SDN) fabric. Following an unexpected link failure within the core infrastructure, which statement correctly contrasts how control plane state and data plane forwarding updates are processed in the controller-based architecture versus the traditional distributed network model?
- The centralized controller recalculates the network topology and updates device forwarding tables via Southbound interface protocols, whereas traditional routers individually compute routing algorithms locally to update their own forwarding tables.Answer
- BThe controller uses HTTP GET requests across Northbound REST APIs to dynamically alter data plane MAC address tables on switch hardware, whereas traditional routers rely on TACACS+ to synchronize distributed control plane states.
- CThe controller relies on an agentless orchestration engine to execute automated scripts that forward frame-by-frame data plane packets, whereas traditional switches rely on agent-based hypervisors to handle local packet forwarding.
- DThe controller intercepts all data plane traffic and processes low-level packet switching directly through Syslog severity level 7 emergency messages, whereas traditional switches decouple the control plane to achieve sub-second convergence.
Answer
The centralized controller recalculates the network topology and updates device forwarding tables via Southbound interface protocols, whereas traditional routers individually compute routing algorithms locally to update their own forwarding tables.
The correct answer accurately describes the fundamental distinction: controller-based networks centralize control plane logic within an SDN controller that programs data plane switches via Southbound APIs, whereas traditional networks use a distributed control plane where each node independently computes paths and populates its local forwarding table.
Step-by-Step Solution
Key Concept
Centralized vs. Distributed Control Plane Architecture and Southbound API Integration
Estimated Time:2m 0s