A network administrator is evaluating authentication methods and security protocols for a corporate wireless network deployment. Match each wireless security protocol or framework on the left with its defining technical requirement or operational feature on the right.
- EAP-TLSMandates mutual authentication using digital certificates on both the server and all client devices.
- PEAP / EAP-TTLSEstablishes an encrypted TLS tunnel using only a server certificate, enabling clients to authenticate via passwords.
- WPA3-Personal (SAE)Replaces standard pre-shared keys with a key exchange mechanism resistant to offline dictionary attacks.
- 802.1X with RADIUSProvides centralized port-based network access control by relaying EAP payloads to an authentication server.
Answer
EAP-TLS matches mutual certificate authentication; PEAP / EAP-TTLS matches tunneled authentication with server-side certificates; WPA3-Personal (SAE) matches key exchange resistant to offline dictionary attacks; 802.1X with RADIUS matches centralized port-based access control.
Each protocol or framework is accurately paired with its primary technical requirement: EAP-TLS relies on mutual certificates, PEAP/EAP-TTLS tunnels password authentication via a server certificate, WPA3-Personal employs SAE to protect against dictionary attacks, and 802.1X with RADIUS provides centralized port-based network authentication.
Step-by-Step Solution
Key Concept
Wireless Authentication Frameworks and Protocol Characteristics