Chapter 5 Analyzing Ethernet LAN Switching Flashcards
What is a broadcast frame.
An Ethernet Frame sent to a destination address FFFF.FFFF.FFFF , meaning that the frame should be delivered to all hosts on the LAN
Known unicast frame
And ethernet frame who’s destination Mac address is listed in a switches Mac address table, so the switch will forward that frame out the one port associated with the entry and that Mac address table
STP
Spanning tree protocol. A protocol defined by IEEE standard 802.ID . Allow switches and bridges to create a redundant LAN with the protocol dynamically causing some ports to block traffic, so that the bridge / switch forwarding logic will not cause frames to loop indefinitely around the LAN.
Unknown unicast frame
and ethernet frame whose destination Mac address is not listed in a switches Mac address table, so the switch must flood the frame
Mac address table
A table of forwarding information held by a layer to switch, built dynamically by listening to incoming frames and used by the switch to match frames to make decisions about where to forward the frame
What is flooding and forwarding in regards to switches
Forwarding is regarding sending a frame received in one interface out another interface, towards his ultimate destination.
flooding is the result of the land switch forwarding process for broadcast and unknown unicast frames. Switches for these frames out all interfaces, except the interface in which the frame arrived. Switches also fled multicass by default, although this behavior can be changed.
CLI
Show mac address-table
Shows all Mac table entries of all types
CLI
Show mac address-table dynamic
Shows all dynamic we learned Mac table entries
CLI
Show mac address-table count
Shows the number of entries in a Mac table and a total number of remaining empty slots in the Mac table
Show mac address-table aging-time
Shows the global and per VLAN aging time out for inactive mac table entries
CAM
Content addressable memory. This is the type of memory used to store a mac address table.
Switches build incoming frames by listening to what address.
Source Mac address
When a switch receives a frame and there is no matching entry into it’s mac table, the switch forwards that frame out of all interfaces except what .
The incoming interface.
What is the broadcast address
FFFF.FFFF.FFFF