Complete the sentence to define a network switch.
A network switch operates at the [1] layer of the OSI model.A network switch works at the Data Link layer (Layer 2) to forward frames based on MAC addresses.
Complete the sentence to explain how a switch learns MAC addresses.
A switch learns MAC addresses by [1] the source address of incoming frames.Switches record the source MAC address of incoming frames to build their MAC address table.
Fix the error in the sentence about bridging.
A bridge connects two [1] networks to reduce traffic by filtering frames.A bridge connects two different networks or segments to reduce traffic by filtering frames between them.
Fill both blanks to complete the description of a switch's MAC address table.
The MAC address table stores [1] addresses and their associated [2].
The MAC address table stores MAC addresses and the ports where those addresses were last seen.
Fill all three blanks to complete the explanation of how a switch forwards frames.
When a switch receives a frame, it checks the [1] address, looks up the [2] table, and forwards the frame to the correct [3].
The switch checks the destination MAC address, looks up the MAC address table, and forwards the frame to the correct port.