Match each network operational task or protocol interaction to its corresponding functional plane or architectural interface.
- Exchanging OSPF Hello packets and constructing the Routing Information Base (RIB)Control Plane
- Performing hardware-accelerated IP destination lookup using the Forwarding Information Base (FIB) in ASICsData Plane (Forwarding Plane)
- Establishing a secure SSH session to modify interface configurations and hostname settingsManagement Plane
- Transmitting flow table entries from a centralized controller to network devices via OpenFlowSouthbound API / Interface
Answer
OSPF exchange and RIB construction match the Control Plane. FIB lookup in ASICs matches the Data Plane. SSH session configuration matches the Management Plane. Controller flow table transmission via OpenFlow matches the Southbound API.
Each functional operation aligns directly with its respective architectural plane: Control Plane handles topology decision intelligence (OSPF/RIB); Data Plane handles high-speed packet transit (FIB lookups in ASICs); Management Plane handles device governance and interactive administration (SSH); and Southbound APIs bridge the controller's control decisions to the physical hardware (OpenFlow).
Step-by-Step Solution
Key Concept
Functional Separation of Control, Data, and Management Planes in Traditional and SDN Architectures
Estimated Time:1m 30s