Match each network operation or traffic flow to its corresponding architectural plane.
- Exchanging OSPF Link-State Advertisements (LSAs) and computing the shortest pathControl Plane
- Performing ingress packet header inspection and ASIC-based switchingData Plane
- Establishing an encrypted SSH session to configure device interfacesManagement Plane
Answer
Exchanging OSPF LSAs matches the Control Plane; Performing ASIC-based switching matches the Data Plane; Establishing an encrypted SSH session matches the Management Plane.
Network operations are separated into functional planes based on their purpose: the Control Plane handles routing logic and network state signaling (e.g., OSPF); the Data Plane processes and forwards transit user data via hardware (e.g., ASIC packet switching); and the Management Plane handles direct administrative interactions (e.g., SSH).
Step-by-Step Solution
Key Concept
Functional Plane Separation (Control, Data, and Management Planes)