IT Practice Exams

SY0-701 · Security Architecture · Updated July 25, 2026

802.1X Port-Based Network Access Control, Explained

IEEE 802.1X is the standard for port-based network access control (NAC). It blocks all normal traffic on a switch port or wireless association until the connecting device proves its identity to an authentication server — typically a RADIUS (Remote Authentication Dial-In User Service) server. Only after successful authentication does the port open for regular network traffic. It works on both wired Ethernet and Wi-Fi, which is why it underpins enterprise wireless security (WPA2/WPA3-Enterprise) as well as switch-port security in offices, campuses, and data centers.

What 802.1X actually controls

The name “port-based” is literal. Every access port on an 802.1X-enabled switch (or every wireless association on an access point) starts in an unauthorized state. In that state, the port passes only authentication traffic — specifically EAPOL (Extensible Authentication Protocol over LAN) frames. DHCP requests, web traffic, file shares, everything else is dropped. Plugging a cable into a live wall jack — the classic wired attack surface exposure — gets an attacker nothing until a successful authentication flips the port to the authorized state.

Conceptually, each physical port is split into two logical ports:

  • The uncontrolled port is always open, but only for EAPOL authentication frames.
  • The controlled port carries all other traffic and stays closed until authentication succeeds.

This is what separates 802.1X from weaker access controls like MAC address filtering: the decision is made by a cryptographic authentication exchange against a central server, not by a locally stored list of hardware addresses. (For why that distinction matters, see MAC filtering’s weaknesses.)

The three roles

Every 802.1X deployment has exactly three components, and the exam expects you to keep them straight:

RoleWhat it isWhat it does
SupplicantSoftware on the connecting device (laptop, phone, workstation)Requests access and supplies credentials or a certificate
AuthenticatorThe switch or wireless access pointRelays authentication traffic between supplicant and server; enforces the port state
Authentication serverAlmost always a RADIUS server (e.g., Cisco ISE, Windows NPS, FreeRADIUS)Validates the credentials and tells the authenticator to permit or deny

A critical detail: the authenticator never makes the access decision itself. It is a middleman. The supplicant speaks EAPOL to the switch or AP; the authenticator repackages those EAP messages inside RADIUS packets and forwards them to the server. The server evaluates the credentials — a username/password, a digital certificate, or another EAP method — and returns Access-Accept or Access-Reject. The authenticator simply enforces that verdict on the port.

How an authentication exchange works

  1. A device connects (cable plugged in, or wireless association completes). The authenticator sends an EAP-Request/Identity, or the supplicant initiates with an EAPOL-Start.
  2. The supplicant responds with its identity, which the authenticator forwards to the RADIUS server.
  3. The server selects an EAP method and challenges the supplicant. With EAP-TLS this is a mutual certificate exchange; with PEAP (Protected EAP) it is a server-authenticated TLS tunnel protecting an inner password exchange. The exchange passes through the authenticator untouched.
  4. On success, the RADIUS Access-Accept can carry extra attributes — most commonly a dynamic VLAN (virtual local area network) assignment, so a contractor lands on a restricted VLAN while an employee lands on the corporate VLAN, from the same physical jack.
  5. The controlled port opens. On Wi-Fi, the exchange also derives the keying material used to encrypt the session, so each user gets unique encryption keys rather than a shared passphrase.

Failed authentications can be handled gracefully too: many deployments send unauthenticated devices to a guest or quarantine VLAN instead of blocking them outright.

What about devices that can’t do 802.1X?

Printers, IP phones, badge readers, and lots of IoT (Internet of Things) gear often have no supplicant software at all. Flip on 802.1X across your access switches and these devices silently drop off the network — a classic day-one deployment surprise.

The standard accommodation is MAC Authentication Bypass (MAB). When a device never responds to the EAP-Request/Identity, the switch falls back to sending the device’s MAC (media access control) address to the RADIUS server as its credential. If that MAC is in an approved list, the server authorizes the port — usually onto a tightly restricted VLAN with access control lists limiting it to exactly what a printer or phone needs. MAB is weaker than true 802.1X (a MAC address can be spoofed), which is why the compensating restrictions matter: you accept a weaker credential for a narrow class of devices while full authentication still applies to user endpoints on every other port.

Two related conveniences you may see alongside MAB: a guest VLAN for devices with no supplicant, and per-port exceptions on voice VLANs for IP phones.

How the SY0-701 exam tests this

  • “Which standard…” identification. A stem describes port-based authentication through an authentication server before wired or wireless access is granted, and asks you to name it. The answer is 802.1X — distractors are usually 802.11 variants, RADIUS itself, or WPA versions. Remember: 802.1X is the framework; RADIUS is the server it talks to.
  • Role matching. A scenario names a component’s behavior (relays credentials but doesn’t validate them; runs on the endpoint; makes the accept/deny decision) and asks which role it is. Map: endpoint = supplicant, switch/AP = authenticator, RADIUS = authentication server.
  • The printers-and-phones scenario. 802.1X gets enabled, and devices without supplicant capability lose connectivity. The question asks for the accommodation that keeps authentication enforcement for everything else — the answer is MAB, not “disable 802.1X” and not “MAC filtering on the AP.”
  • True-statements questions. Multi-select stems test whether you know 802.1X applies to both wired and wireless, blocks traffic until authentication completes, uses EAP carried over LAN/RADIUS, and centralizes the decision at the authentication server — versus false claims like “it encrypts all LAN traffic by itself” or “the switch validates passwords locally.”

Role-mapping questions reward repetition — Security+ practice questions that force the supplicant/authenticator/server call are the fastest way to make it automatic.

Quick reference

  • 802.1X = IEEE standard for port-based network access control; works on wired and wireless networks.
  • Three roles: supplicant (endpoint), authenticator (switch/AP), authentication server (RADIUS).
  • The authenticator only relays and enforces; the RADIUS server makes the accept/deny decision.
  • Ports start unauthorized and pass only EAPOL frames until authentication succeeds.
  • EAP is the authentication framework; methods like EAP-TLS and PEAP plug into it.
  • RADIUS attributes can assign dynamic VLANs at login time.
  • MAB (MAC Authentication Bypass) is the fallback for printers, phones, and IoT devices with no supplicant — pair it with a restricted VLAN.
  • 802.1X with strong EAP methods replaces weak controls like MAC filtering, not the other way around.
Choose your exam → Lifetime access
from $59, once