A network engineer is analyzing packet processing behavior on a router to differentiate between tasks executed by the general-purpose CPU and tasks handled by specialized forwarding hardware. Which two operational tasks are executed exclusively within the control plane? (Select two.)
- Exchanging OSPF hello and link-state messages with neighboring devices to construct the Routing Information Base (RIB)Cevap
- BPerforming destination IP address lookups against the Forwarding Information Base (FIB) inside hardware ASICs to switch transit packets
- Processing incoming ARP request packets to resolve Layer 3 to Layer 2 address mappings and maintain the ARP cacheCevap
- DFiltering transit data frames on interface ingress by matching packet header fields against Access Control List (ACL) entries in TCAM
Cevap
The control plane is responsible for exchanging OSPF routing updates to build the RIB and processing ARP requests to manage Layer 2 to Layer 3 address resolution.
The control plane is responsible for generating, receiving, and processing intelligence-building network protocols. Exchanging OSPF messages to calculate routes and populate the Routing Information Base (RIB), as well as processing ARP requests to populate the ARP table, are CPU-bound tasks managed exclusively by the control plane.
Adım Adım Çözüm
Anahtar Kavram
Separation of Control Plane and Data Plane Responsibilities