300-425 · Question #282
Which authentication method is most scalable for enterprise WLAN deployments?
The correct answer is D. 802.1X with RADIUS. 802.1X with RADIUS is the standard enterprise authentication framework, enabling centralized per-user credential management that scales to thousands of devices.
Question
Which authentication method is most scalable for enterprise WLAN deployments?
Options
- AWPA2-PSK
- BMAC filtering
- CWPA3-SAE
- D802.1X with RADIUS
How the community answered
(38 responses)- A3% (1)
- B5% (2)
- D92% (35)
Why each option
802.1X with RADIUS is the standard enterprise authentication framework, enabling centralized per-user credential management that scales to thousands of devices.
WPA2-PSK uses a single shared passphrase for all clients, making individual revocation impossible without changing the key for every device - not scalable for enterprises.
MAC filtering is not a true authentication mechanism and is trivially bypassed by MAC address spoofing, while also requiring manual administration of every device.
WPA3-SAE improves on PSK with Simultaneous Authentication of Equals, but it is still a shared credential model that lacks the per-user identity and centralized policy control required for enterprise deployments.
802.1X with RADIUS decouples authentication from the AP by offloading credential verification to a centralized RADIUS server, supporting EAP methods like PEAP and EAP-TLS. This allows individual user and device credentials, granular policy enforcement, and easy revocation without changing a shared key. It is the IEEE and industry standard for enterprise WLAN security at scale.
Concept tested: Enterprise WLAN authentication with 802.1X and RADIUS
Source: https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Mobility/WiFiLanDesign/WLANDesign.html
Topics
Community Discussion
No community discussion yet for this question.