What is 802.1X authentication?

D3 ยท Architecture  ยท  CompTIA Security+ SY0-701
802.1X is an IEEE standard for port-based Network Access Control (NAC) that requires devices to authenticate before being granted access to a wired or wireless network port.

Three components: Supplicant (client device), Authenticator (switch or AP), Authentication Server (RADIUS/LDAP).

Flow: Supplicant connects โ†’ Authenticator blocks access โ†’ prompts for credentials โ†’ forwards to RADIUS server โ†’ if authenticated, port opens.

Used in: enterprise Wi-Fi (WPA2/3-Enterprise), wired network port security.
802.1X prevents unauthorized devices from connecting to your network. Combined with EAP (Extensible Authentication Protocol) for the actual authentication method. EAP-TLS (certificate-based) is the most secure EAP type. Without 802.1X, anyone can plug into a network jack.
โ† Back to Glossary Practice Questions โ†’