Question

Difficulty: MediumComparing Traditional Networks with Controller-Based Networking

A network administrator is evaluating the operational differences when transitioning an enterprise campus network from traditional distributed networking to a centralized controller-based architecture. Which operational feature uniquely distinguishes the controller-based architecture from the traditional network model during configuration and policy deployment?

  1. Network policies and configurations are centrally orchestrated at the controller layer and programmatically applied to network devices using Southbound APIs.Answer
  2. B
    Control plane routing decisions are offloaded to AAA servers, which generate per-packet forwarding instructions using encrypted RADIUS protocols.
  3. C
    Individual network switches independently pull configuration changes by making HTTP GET requests directly to Northbound REST APIs on downstream endpoints.
  4. D
    Device configurations must still be individually configured via local command-line interfaces (CLI), while the centralized controller acts strictly as a passive log server.

Answer

Network policies and configurations are centrally orchestrated at the controller layer and programmatically applied to network devices using Southbound APIs.
In controller-based networking architectures, management and control intelligence are centralized. Network administrators specify high-level policies at the controller, which then automatically provisions and manages network devices using Southbound APIs (such as NETCONF, RESTCONF, or OpenFlow). This eliminates the need for manual, device-by-device CLI configurations typical of traditional networks.

Step-by-Step Solution

1
Analyze traditional network management operational mechanics.
In traditional networking, the control plane and data plane reside on each individual device, requiring hop-by-hop configuration updates (typically via CLI or SNMP).
Understanding traditional distributed management establishes the baseline comparison.
2
Analyze controller-based software-defined networking (SDN) operational mechanics.
Controller-based networking decouples or centralizes control logic into a controller. Administrators define policy on the controller (or via Northbound APIs), and the controller uses Southbound APIs (e.g., NETCONF, RESTCONF, OpenFlow) to communicate with physical switches and routers.
This identifies the key operational shift to centralized orchestration and Southbound API device communication.
3
Evaluate option choices to identify the correct distinguishing operational feature.
Centralized orchestration pushing configurations via Southbound APIs correctly reflects SDN architecture.
It highlights the direct architectural role of the SDN controller and Southbound interfaces.

Key Concept

Traditional vs. Controller-Based Network Architecture and Interface Roles
Rate this question