Front
Back
What does ASIC stand for?
Application-Specific Integrated Circuit
What does TCAM stand for?
Ternary Content-Addressable Memory
Layer 2 forwarding is done in hardware with ASICs and […] memory.
CAM
Layer 3 forwarding can be done in hardware with ASICs and […] memory.
TCAM
In software-based routers, the […] is responsible for the Control Plane and Data Plane.
General-Purpose CPU
In hardware-based routers, the […] handles the Control Plane.
CPU
In hardware-based routers, […] are responsible for the Data Plane.
ASICs
In hybrid routers, the […] handles the Control Plane.
CPU
In hybrid routers, the […] handles the Data Plane.
NP (Network Processor)
Show processes running on the CPU:<br></br>R1# […]
<b>show processes cpu</b>
[…] switching requires routers to perform routing lookups using the CPU for every packet.
Process
In Process Switching, the […] process is responsible for forwarding packets.
IP Input
Fast Switching allows the router to build a […] in memory.
Fast-Switching Cache
Fast Switching: To create cache entries, the first packet to a destination is …
process-switched
What does CEF stand for?
Cisco Express Forwarding
What does FIB stand for?
Forwarding Information Base
What does RIB stand for?
Routing Information Base
RIB is another name for the […].
routing table
The FIB is built using information in the […].
RIB
The Adjacency Table is built using information in the […].
ARP table
CEF uses two tables in the Data Plane: […] and […]
FIB / Adjacency Table
In […] CEF, the FIB/Adjacency Table are stored in RAM and processed by the CPU.
Software
In […] CEF, the FIB is stored in TCAM, Adjacency Table stored in separate memory, and they are processed by an ASIC.
Hardware