A network administrator notices that while transit data packets are forwarded rapidly across a router using hardware ASICs, traceroute traffic whose IP TTL expires at the router causes a temporary increase in main CPU utilization. Which architectural plane is directly responsible for processing these TTL-expired packets and generating the resulting ICMP Time Exceeded messages?
- AData plane
- Control planeCevap
- CManagement plane
- DPolicy plane
Cevap
The control plane is directly responsible for processing exception packets, such as generating ICMP Time Exceeded messages when an IP packet's Time-To-Live (TTL) reaches zero.
The control plane is managed by the network device's CPU and is responsible for running routing protocols (like OSPF and BGP) as well as handling exception packets. When a transit IP packet's TTL expires, the data plane cannot complete hardware forwarding and punts the packet to the control plane CPU to construct and send an ICMP Time Exceeded packet.
Adım Adım Çözüm
Anahtar Kavram
Control Plane vs Data Plane Exception Handling