What name would be given to the below speeds of Ethernet interfaces?
1 - 10/100
2 - 10/100/1000
Cisco switches list their interfaces as the fastest possible speed that interface can obtain so:
1 - Fast Ethernet
2 - Gigabit Ethernet
What are the three main tasks a switch completes when making a switching decision?
What is the process that a switch uses to forward KNOWN Unicast frames?
The switch will check its MAC address table for this particular MAC address. Since the MAC address is known it forwards it out of the interface that the switch received traffic from this MAC address on.
What is the process that a switch uses to learn MAC addresses not stored in its MAC address table?
For each frame a switch receives it adds the src address of the frame to its MAC address table along with the interface it was received on. If the MAC address is already there then this isn’t necessary.
What is the process that a switch uses to forward UNKNOWN Unicast frames?
The switch floods the frame out of all interfaces apart from the one it was received on. Once the device replies to this frame, that devices MAC is added to the switches MAC address table along with the incoming interface.
What is STP (Spanning Tree Protocol)?
What is MAC aging?
Switches remove entries in their MAC tables that have not been used for a predefined amount of time (many switches default this to 300 seconds). For every frame that enters the switch, a lookup is done on the MAC address table. If the MAC does not have an entry then it is added, however if it does already have an entry then the inactivity timer is reset to 0.
What form of memory does a MAC address table use?
True or False. Routers do not contain MAC address tables.
True.
What is an Unknown Unicast Frame?