Packet Fowarding Flashcards
What does CSMA/CD stand for, and what does it do?
Carrier Sense Multiple Access/Collision Detection
It is an Ethernet Protocol used to ensure that only one device talks at a time in a collision domak
What is unknown unicast flooding?
A switch will forward/broadcast a packet out all ports when it receives an unknown destination MAC address in order determine where to send the packet too
What is broadcast traffic?
Network traffic that is intended for all hosts within the LAN and is forwarded out every switch port
What are the 4 802.1Q fields in a packet?
TPID (Tag Protocol Identifier): 16-bit field to identify 802.1Q packet
PCP (Priority Code Point): 3-bit field used to identify a class of service (CoS) as part of layer 2 QoS between switches
DEI (Drop Eligble Indicator): 1-bit field indicates whether a packet can be dropped or not during bandwidth contention
VLAN Identifier: 12-bit field that specifies the VLAN associated with a packet
What happens to a packet when it is received on a remote trunk link?
The 802.1Q headers are removed, and the packet is forwarded to the next port, based on the MAC address for that VLAN
Where does the MAC address table reside?
In the CAM (content addressable memory), the CAM uses high-speed memory that is faster than typical computer RAM due to its search techniques.