An Ethernet switch operates at the Data Link layer (Layer 2) of the OSI model. Its primary function is to forward frames between devices based on their MAC (Media Access Control) addresses. When a frame arrives at the switch, the switch reads the destination MAC address and forwards the frame to the appropriate port that connects to the device with that MAC address. * MAC Address Table: Switches maintain a MAC address table that maps each MAC address to a specific port. This table is built dynamically as the switch learns the MAC addresses of devices connected to its ports. * Frame Switching: By using the MAC address table, the switch can efficiently switch frames only to the destination port, which reduces unnecessary traffic on other ports and improves network performance. References: * Cisco DevNet Associate Certification Guide * Cisco Ethernet Switch Operation