A network technician is troubleshooting a connectivity issue where a host cannot communicate with a remote server. The technician notices that frames are being dropped at an intermediate switch. At which OSI model layer does the switch primarily operate, and what is the Protocol Data Unit (PDU) used at that layer?
Switches operate at Layer 2 (Data Link) and use frames, which contain source and destination MAC addresses, to make forwarding decisions.
Why this answer
Switches primarily operate at Layer 2 (Data Link layer) of the OSI model, where they make forwarding decisions based on MAC addresses. The Protocol Data Unit (PDU) at this layer is the frame, which includes the MAC header, payload, and trailer. When frames are dropped at an intermediate switch, it indicates a Layer 2 issue such as a MAC address table problem, VLAN mismatch, or duplex mismatch.
Exam trap
Cisco often tests the distinction that a standard switch operates at Layer 2, but candidates may incorrectly choose Layer 3 because they associate switches with VLANs or IP routing, forgetting that basic switching is a Layer 2 function.
Why the other options are wrong
Switches do not operate at Layer 1; hubs and repeaters do.
While some multilayer switches can route, the basic switch in this scenario operates at Layer 2.
Segments are used by transport layer protocols, not by switches.