An enterprise networking team is replacing a legacy campus deployment of fifty access switches that suffer from configuration drift and inconsistent QoS policies. The team evaluates migrating to a software-defined network (SDN) architecture managed by a centralized controller such as Cisco DNA Center. Which statement correctly contrasts how control plane state and policy management differ between these two architectures?
- The controller centralizes policy logic and abstracts device provisioning through Southbound APIs such as NETCONF to communicate with network hardware, whereas traditional switches build routing and forwarding decisions independently using distributed control plane protocols.Cevap
- BThe controller relies on RESTful HTTP GET requests to push and overwrite device configuration states across access switches, whereas traditional switches require out-of-band SNMP traps for configuration deployment.
- CThe controller requires a dedicated software agent installed on each switch's operating system to interpret configuration pushes, whereas traditional switch management requires an agentless infrastructure driven by local Python scripts.
- DThe controller operates as a Type 2 hosted hypervisor directly on switch physical ASICs to handle packet switching, whereas traditional switches rely on Type 1 bare-metal hypervisors to manage physical interface states.
Cevap
The controller centralizes policy logic and abstracts device provisioning through Southbound APIs such as NETCONF to communicate with network hardware, whereas traditional switches build routing and forwarding decisions independently using distributed control plane protocols.
In controller-based SDN environments, control plane intelligence is centralized on the controller, which programs network forwarding hardware using Southbound APIs (such as NETCONF or RESTCONF). Traditional networks employ a distributed control plane where each network device independently processes control protocols and requires individual device configuration.
Adım Adım Çözüm
Anahtar Kavram
Comparing Traditional Networks with Controller-Based Networking