July 23, 2008 – 9:09 pm
TKIP (Temporal Key Integrity Protocol) is an 802.11i standard that enhances WEP by providing key mixing, anti-replay and message integrity.
EAP (Extensible Authentication Protocol - RFC 3748) - is a universal authentication framework that provides increased functionality and communication for an authentication mechanism. It is available for both wired and wireless LANs and the WLAN piece is defined in RFC 4017.
There are multiple EAP methods used in access control solutions and a few are listed below:
- EAP-MD5
- EAP-TLS
- EAP-TTLS
- EAP-FAST
- EAP-Cisco LEAP
- PEAP
EAP-MD5 is one of the more common EAP methods due to its ease of deployment. However, it is also one of the least secure EAP methods because of the recent vulnerabilities to the MD5 hash.
EAP-TLS (RFC 2716) was developed by Microsoft as an extension to PPP to provide authentication within PPP with TLS (Transport Layer Security) providing integrity for the key exchange. TLS is the successor to SSL. EAP-TLS provides confidentiality and integrity on a per-packet basis and can also provide port-based certificate access control by using the X.509 PKI infrastructure. The deployment of EAP-TLS can become increasingly complex due to the mutual authentication and negotiation requirements
PEAP (Protected Extensible Authentication Protocol) was developed by Cisco, Microsoft and RSA. It is the preferred method for wireless authentication methods due to the increased functionality and security it provides. It uses a TLS tunnel that requires server-side certificates only and allows any EAP method type to be encapsulated inside its TLS tunnel.
Posted in CCIE Security, Cisco | No Comments »