Definition
A network device that forwards and filters frames within a local network by learning and using MAC‑address to port mappings (a MAC table); a switch operates primarily at the data‑link layer to deliver frames to the appropriate interface within a broadcast domain and to limit unnecessary frame propagation.

Principle

Principle
A switch forwards frames to the port associated with the destination MAC when known, floods frames to multiple ports when the destination is unknown, and isolates collision domains per port; its forwarding behavior depends on learned MAC mappings and configured features such as VLANs or port security.

Demonstration

Demonstration
Illustrative Scenario → Three hosts are connected to different switch ports in the same VLAN (Situation). Host A sends an Ethernet frame to Host B’s MAC. The switch consults its MAC table, finds Host B’s port, and forwards the frame only to that port (Recognition → Action). If Host B’s entry were absent, the switch would flood the frame to all ports in the VLAN (Consequence).

Misapplication

Misapplication
Mistaken Interpretation → Equating a modern multilayer switch with a traditional Layer‑2 switch and assuming it cannot route or apply IP‑level policies. Why it seems plausible: the term “switch” historically denotes layer‑2 devices. Semantic error: ignoring that many switches perform Layer‑3 functions or implement ACLs. Corrected interpretation: distinguish pure Layer‑2 switching from multilayer devices with routing/ACL capabilities.

Consequence

Consequence
Switch configuration (VLANs, port security, spanning tree) determines broadcast domains, isolation, and internal traffic patterns; misconfiguration can merge broadcast domains, expose unintended hosts, or create loops that disrupt local connectivity.

Reversal

Reversal
High‑performance data‑center switches, virtualization, and SDN blur device roles: some switches implement routing, access control, and tunneling in hardware or software; these expanded capabilities change operational expectations but do not negate the switch’s fundamental frame‑forwarding behavior at L2 when configured to do so.

Boundary

Boundary
Clearly Within: An Ethernet switch that forwards frames based on MAC‑to‑port learning within a VLAN. Boundary Case: A multilayer switch that forwards at L2 for host traffic and routes between VLANs at L3. Clearly Outside: A passive hub that blindly repeats electrical signals on all ports is not a switch.

Semantic Tension

Semantic Tension
Switch ↔ Router: Switches optimize local frame delivery using link‑layer addresses, while routers determine inter‑network paths using network‑layer addresses; devices that combine both behaviors require clear operational distinctions for policy and troubleshooting.

Synthesis

Synthesis
A switch’s defining function is selective frame delivery inside a local domain via MAC learning and port mapping; recognizing when additional L3 or security features are present is essential to predict traffic flows and to apply correct network policies.