# What is Ethernet Switching?

> Ethernet switching is the forwarding of Ethernet frames between ports in a bridged local-area network.

- Canonical URL: https://yellowcube.eu/glossary/ethernet-switching/
- Publisher: Yellow Cube
- Language: en
- Contact: hello@yellowcube.eu

## Content

A switch examines destination Media Access Control (MAC) addresses and uses a filtering database to select the appropriate outbound port. It can learn the location of devices from source addresses observed on incoming frames rather than requiring every forwarding entry to be configured manually.

Frames for known destinations can be forwarded selectively, while broadcast, relevant multicast, and unknown-destination traffic may be replicated to multiple ports within the applicable broadcast domain. Bridges also need loop-control mechanisms because redundant Layer 2 paths can otherwise circulate and multiply frames. IEEE 802.1Q specifies bridge and virtual local-area network (VLAN) behavior and related traffic-class functions.

### Key points

- **Learning and aging:** Dynamic forwarding entries reflect recent source-address observations and expire over time; static entries and controls can override or constrain learning.
- **Forwarding scope:** VLANs create distinct Layer 2 broadcast domains on shared switching infrastructure, while trunks can carry traffic for multiple VLANs between configured devices.
- **Security design:** Protect switch management, restrict unused ports and trunk formation, control Layer 2 protocols, and combine switching with authenticated admission, filtering, routing, and monitoring appropriate to the risk.
- **Important limitation:** A switch or VLAN is not automatically a trustworthy security boundary. MAC addresses can be spoofed, configuration can leak traffic between intended zones, and attacks or faults can disrupt address learning and loop control.

### Related terms

[Network segmentation](<https://yellowcube.eu/glossary/network-segmentation/>) · [Network access control list (ACL)](<https://yellowcube.eu/glossary/network-access-control-list/>) · [Address Resolution Protocol (ARP)](<https://yellowcube.eu/glossary/address-resolution-protocol/>) · [Network access control (NAC)](<https://yellowcube.eu/glossary/network-access-control/>) · [Network traffic](<https://yellowcube.eu/glossary/network-traffic/>)

### Sources

[IEEE 802.1Q-2022: Bridges and Bridged Networks](https://standards.ieee.org/ieee/802.1Q/10323/) · [IEEE 802.3-2022: Ethernet](https://standards.ieee.org/ieee/802.3/10422/)

## Attribution and scope

This Markdown representation is generated from the same approved content records as the canonical HTML page. Cite the canonical URL above when referencing this material. Product and service descriptions are informational; confirm project-specific requirements with Yellow Cube.

