An engineer is inspecting traffic processing on a core router during a network maintenance window. Which operation is handled directly within the data plane (forwarding plane) of the router?
- Decrementing the IP Time-to-Live (TTL) field and rewriting Layer 2 headersAnswer
- BBuilding and updating the Routing Information Base (RIB) from dynamic protocols
- CHandling interactive SSH sessions and processing network management commands
- DEstablishing BGP neighbor relationships and exchanging topology updates
Answer
Decrementing the IP Time-to-Live (TTL) field and rewriting Layer 2 headers
The data plane (forwarding plane) deals exclusively with forwarding user transit traffic across the network device. Operations performed on a per-packet basis—such as decrementing the IP TTL value, updating packet checksums, performing FIB lookups, and applying Layer 2 framing encapsulation—are executed directly in data plane hardware (ASICs).
Step-by-Step Solution
Key Concept
Data plane hardware forwarding operations vs. control plane routing intelligence
Estimated Time:45s