Chapter 1 - Packet Forwarding Terms Flashcards
access port
A switch port that is configured for only one specific VLAN and generally
connects end user devices.
Address Resolution Protocol (ARP)
A protocol that resolves a MAC address to a specific IP address.
broadcast domain
A portion of a network where a single broadcast can be advertised or received.
Cisco Express Forwarding (CEF)
A method of forwarding packets in hardware through the use of the FIB and adjacency tables. CEF is much faster than process switching.
collision domain
A set of devices in a network that can transmit data packets that can collide
with other packets sent by other devices (that is, devices that can detect traffic from other
devices using CSMA/CD).
content addressable memory (CAM)
A high-performance table used to correlate MAC
addresses to switch interfaces that they are attached to.
Layer 2 forwarding
The forwarding of packets based on the packets’ destination Layer 2
addresses, such as MAC addresses.
Layer 3 forwarding
The forwarding of packets based on the packets’ destination IP
addresses.
Forwarding Information Base (FIB)
The hardware programming of a forwarding table.
The FIB uses the RIB for programming.
MAC address table
A table on a switch that identifies the switch port and VLAN with
which a MAC address is associated for Layer 2 forwarding.
native VLAN
A VLAN that correlates to any untagged network traffic on a trunk port.
process switching
The process of forwarding traffic by software and processing by the
general CPU. It is typically slower than hardware switching.
Routing Information Base (RIB)
The software database of all the routes, next-hop IP
addresses, and attached interfaces. Also known as a routing table.
trunk port
A switch port that is configured for multiple VLANs and generally connects a
switch to other switches or to other network devices, such as firewalls or routers.
ternary content addressable memory (TCAM)
A high-performance table or tables that
can evaluate packet forwarding decisions based on policies or access lists.