Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.

Global Accelerated Learning • Est. 1999
Glossary Term Access Port

Training Camp • Cybersecurity Glossary

What is Access Port?

A switch port assigned to a single VLAN that carries untagged traffic for one end device, like a PC or printer, unlike a trunk carrying many VLANs.

Glossary > Network Security > Access Port

Understanding Access Port

An access port is a switch port configured to belong to a single VLAN and to carry untagged Ethernet frames for one end device, such as a workstation, printer, IP phone, or server. It connects VLAN-unaware devices to a specific network segment, in contrast to a trunk port, which carries tagged traffic for multiple VLANs between switches.

Mechanically, frames arriving on an access port are untagged; the switch internally associates them with the port's assigned VLAN and forwards them only within that VLAN. Outbound frames are sent untagged to the device, so the end host never needs to understand 802.1Q tagging. A special case is the voice VLAN, where an access port can carry untagged data for a PC and tagged voice traffic for an attached IP phone. Access ports are the standard configuration for the network edge where users and devices connect.

From a security standpoint, access ports are the front line of edge hardening and are common targets. Because they face users, they should be locked down to prevent VLAN hopping, rogue switches, and Layer 2 attacks. Best practices include hardcoding the port as access mode (disabling Dynamic Trunking Protocol negotiation), enabling port security to limit learned MAC addresses, applying BPDU Guard and PortFast for STP stability, and using 802.1X for authentication. Misconfigured access ports that auto-negotiate trunking can let an attacker reach VLANs they should never see.

For example, a network admin provisions a new cubicle drop for an employee's PC. They configure the switch port with "switchport mode access," assign it to the user data VLAN, disable trunk negotiation, and enable port security to allow only one MAC address. The PC connects and communicates only within its VLAN. When a contractor later tries to chain an unmanaged switch into that port, the additional MAC addresses trip the port-security limit and the port shuts down, preventing an unauthorized device from joining the segment.

Learn More About Access Port:

Ready to Get Certified?

Turn knowledge into credentials with our instructor-led cybersecurity boot camps.

View All Courses →