3.4 Wireless Authentication Protocols Flashcards
What is the framework that many wireless networks built upon?
EAP in conjunction with 802.1x
What is 802.1x
Port-based network access control.
What is NAC?
Network access control. You don’t get to connect to the network until you authenticate yourself.
What type of central database is NAC used with?
RADIUS, LDAP, TACACS+
What are the 3 systems that make up 802.1x and EAP?
The client - known as supplicant
Authenticator - The device that provides access
Authentication Server - Validation of client credentials
What is EAP-FAST?
EAP Flexible Authentication via Secure Tunneling
Authentication server and supplicant have a Protected Access Credential (PAC) (its just a shared secret)
Supplicant receives the PAC and establishes a TLS tunnel and then authentication occurs. Requires a RADIUS server.
What is PEAP?
Created by Cisco, MS, RSA
Also uses TLS. Uses digital certificate instead of PAC. Client does not use certificate.
User authenticates with MSCHAPv2. Alternatively user can authenticate with GTC or Hardware token generator.
What is EAP-TLS?
This one requires digital certificate from Authentication Server and Supplicant. Once both parties exchange certificates, TLS tunnel is created.
Requires PKI because of certificates.
What is EAP-TTLS?
Supports other authentication protocols in TLS tunnel. Only the AS requires a digital certificate. The TLS tunnel is created via the AS certificate.
Authentication can be done via any other method such as MSCHAPv2, other EAP, or Federations like RADIUS.
What does RADIUS federation commonly use as their authentication method?
802.1x and EAP for authentication.