Match each network operation or component to its correct functional plane or architectural interface.
- Exchanging BGP routing updates and building the Routing Information Base (RIB)Distributed Control Plane
- Performing Layer 3 destination IP lookups in TCAM for line-rate packet forwardingData Plane (Forwarding Plane)
- Establishing an encrypted SSH session to configure device hostnames and interfacesManagement Plane
- Centralized controller pushing network flow policies down to switches using OpenFlowSouthbound API / Centralized Control Plane
Cevap
Exchanging BGP updates and building the RIB matches Distributed Control Plane. Performing Layer 3 IP lookups in TCAM matches Data Plane. Establishing an encrypted SSH session for device configuration matches Management Plane. Pushing flow policies down via OpenFlow matches Southbound API / Centralized Control Plane.
The pairings correctly delineate network plane boundaries: dynamic routing intelligence operates in the distributed control plane, hardware-based packet forwarding resides in the data plane, administrative device access belongs to the management plane, and controller-driven flow programming utilizes Southbound APIs from the centralized control plane.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing functional plane boundaries (Control, Data, Management) and SDN architecture interfaces