A netops team is deploying a controller-based network architecture to maintain network topology intelligence centrally while retaining local packet switching on individual infrastructure nodes. Which operational behavior correctly distinguishes the responsibility of the centralized control plane from that of the local data plane?
- The centralized control plane constructs topology intelligence and programs forwarding tables, whereas the local data plane inspects packet headers and switches transit traffic using hardware ASICs.Answer
- BThe centralized control plane performs line-rate MAC address lookups and frame encapsulation, whereas the local data plane exchanges dynamic routing protocol neighbor adjacencies to build the Routing Information Base.
- CThe centralized control plane directly processes high-throughput user payload transit traffic, whereas the local data plane uses agentless SSH automation connections to update neighbor states.
- DThe centralized control plane buffers out-of-profile data packets to shape transit traffic, whereas the local data plane drops control plane messages whenever link congestion occurs.
Answer
The centralized control plane constructs topology intelligence and programs forwarding tables, whereas the local data plane inspects packet headers and switches transit traffic using hardware ASICs.
The correct answer accurately distinguishes between the two operational planes. The control plane is responsible for intelligence-gathering operations such as path calculation, building the routing table (RIB), and deriving forwarding tables (FIB). The data plane is dedicated to fast, local handling of transit data packets—reading packet headers and executing switching or routing actions directly in hardware via ASICs.
Step-by-Step Solution
Key Concept
Control Plane vs. Data Plane Functional Separation