In network architectures, router and switch operations are divided between distinct functional planes. Which of the following network functions are executed directly by the data (forwarding) plane? (Select TWO.)
- Decrementing the IP Time to Live (TTL) field and updating the header checksum for transit packetsCevap
- Matching incoming packet headers against the Forwarding Information Base (FIB) in TCAM hardwareCevap
- CExchanging OSPF Link-State Advertisements (LSAs) to build the Routing Information Base (RIB)
- DProcessing incoming Cisco Discovery Protocol (CDP) and LLDP neighbor management frames
- EAuthenticating administrative SSH access requests using TACACS+ or RADIUS servers
Cevap
The data plane is responsible for decrementing the IP TTL field (and updating the checksum) for transit packets and performing destination address lookups against the Forwarding Information Base (FIB) using specialized hardware ASICs and TCAM.
The data plane (also known as the forwarding plane) handles user traffic passing through the network device. It operates at line rate using specialized hardware such as Application-Specific Integrated Circuits (ASICs) and Ternary Content-Addressable Memory (TCAM). Standard data plane duties include looking up destination addresses in the Forwarding Information Base (FIB), rewriting Ethernet MAC addresses, decrementing the IPv4 Time to Live (TTL) or IPv6 Hop Limit, and updating header checksums. In contrast, dynamic routing protocols (OSPF/BGP) and Layer 2 discovery mechanisms (CDP/LLDP) reside in the control plane, while administrative access protocols (SSH, TACACS+, RADIUS) belong to the management plane.
Adım Adım Çözüm
Anahtar Kavram
Data Plane Responsibilities vs. Control/Management Planes