Network architectures strictly differentiate operational responsibilities between planes to ensure scalability and high-speed processing. Which two of the following tasks are performed by the control plane rather than the data plane? (Select two.)
- Building and maintaining the Routing Information Base (RIB) through dynamic routing protocols.Answer
- Processing incoming ARP requests that are directly addressed to the local router interface.Answer
- CPerforming longest prefix match lookups on transit packets using hardware ASICs.
- DDecrementing the IP Time-to-Live (TTL) field and rewriting Layer 2 headers on forwarded packets.
Answer
Building and maintaining the Routing Information Base (RIB) through dynamic routing protocols, and processing incoming ARP requests that are directly addressed to the local router interface.
The correct options identify operations belonging to the control plane. Dynamic routing protocols run on the control processor to construct the Routing Information Base (RIB). Additionally, packets addressed directly to the routing device itself—such as ARP queries directed to the local router interface—cannot be handled solely by forwarding ASICs and must be punted to the control plane for processing. Conversely, packet switching, hardware FIB lookups, TTL updates, and MAC address rewrites for transit packets occur exclusively within the data plane.
Step-by-Step Solution
Key Concept
Control Plane vs. Data Plane Responsibilities
Estimated Time:1m 30s