What is Extensible Authentication Protocol (EAP)?

by Pelican Press
3 views 9 minutes read

What is Extensible Authentication Protocol (EAP)?

Extensible Authentication Protocol (EAP) is a protocol for wireless networks that expands the authentication methods used by Point-to-Point Protocol, a protocol often used when connecting a computer to the internet. EAP is used on encrypted networks to provide a secure way to send identifying information to provide network authentication. It supports various authentication methods, including token cards, smart cards, certificates, one-time passwords and public key encryption.

EAP methods protect a specific portal so that only users with an authentication key or password can get network access. These methods limit the number of users and help prevent network congestion, making networks faster and more secure. Organizations can use EAP methods to adapt to specific privacy needs and company guidelines.

As technology advances, EAP continues to evolve, with new methods emerging to address modern security challenges. This extensibility makes EAP a foundational protocol for network security across industries.

Features of Extensible Authentication Protocol

Extensibility is a key trait of the EAP framework. Some main features of the protocol are the following:

  • It provides the framework within which the various authentication methods work.
  • It adapts to future security needs.
  • It can be kept simple if that’s what is wanted.

EAP’s flexibility enables it to support both simple and complex authentication requirements, making it a preferred choice for environments with diverse security needs.

How does Extensible Authentication Protocol work?

EAP uses the 802.1X standard as its authentication mechanism over a local area network or a wireless LAN (WLAN). There are three primary components of 802.1X authentication:

  1. User’s wireless device.
  2. Wireless access point (AP) or authenticator.
  3. Authentication database or authentication server.

The organization or user must choose what type of EAP to use based on their requirements. EAP transfers authentication information between the user and authenticator database or server.

The EAP process works as follows:

  1. A user requests connection to a wireless network through an AP — a station that transmits and receives data, sometimes known as a transceiver.
  2. The AP requests identification data from the user and transmits that data to an authentication server.
  3. The authentication server asks the AP for proof of the validity of the identification information.
  4. The AP obtains verification from the user and sends it back to the authentication server.
  5. The user is connected to the network as requested.
802.1X authentication process diagram
802.1X uses EAP and the Remote Authentication Dial-In User Service (RADIUS) protocol, which enables communication between the authenticator and the authentication server.

Different EAP types may modify this process slightly to enhance security or meet specific network requirements. Organizations typically select an EAP type based on factors like the level of security needed, ease of implementation and compatibility with existing infrastructure.

Why use EAP in modern networks?

EAP has become essential for modern networks, particularly with the rise of Wi-Fi and internet of things (IoT) devices, as well as the need for secure enterprise access. It enables comprehensive, flexible and scalable authentication solutions that help prevent unauthorized access and protect sensitive data across corporate environments.

As cyberthreats continue to evolve, EAP’s extensibility is invaluable, enabling organizations to implement new security methods to stay ahead of attackers.

Tunneled Extensible Authentication Protocol methods

There are upwards of 40 EAP methods, including several commonly used ones that are often called inner methods or tunneled EAP methods. These include the following.

EAP-TLS (Transport Layer Security)

EAP-TLS provides certificate-based, mutual authentication of the network and the client. Both the client and the server must have certificates to perform this authentication. EAP-TLS randomly generates session-based, user-based Wired Equivalent Privacy (WEP) keys. These keys secure communications between the AP and the WLAN client.

EAP-TLS is considered one of the most secure EAP types but requires a complex infrastructure to manage client and server certificates, which can be challenging for large organizations.

how TLS 1.3 handshake works diagram
TLS 1.3 is the most recent version of this authentication method. Its client-server handshake establishes an encrypted and secure connection.

EAP-TTLS (Tunneled TLS)

Like EAP-TLS, EAP-TTLS offers an extended security method with certificate-based mutual authentication. However, instead of both the client and the server requiring a certificate, only the server side does. EAP-TTLS enables WLANs to securely reuse legacy user authentication databases, such as Active Directory.

LEAP (Lightweight EAP)

Cisco created this proprietary EAP authentication type for mutual client and server authentication on its WLANs. The LEAP server sends the client a random challenge, and the client returns a hashed password. Once authenticated, the client asks the server for a password, and a key exchange follows.

PEAP (Protected EAP)

PEAP was created as a more secure version of LEAP. Like EAP-TTLS, PEAP authenticates clients using server-side certificates. It creates a TLS tunnel from the server to the client so the client can be authenticated through that encrypted tunnel. Unlike EAP-TTLS, with PEAP, the client must use a different EAP type. PEAP is widely adopted because it offers a secure solution, while reducing the complexity of certificate management on the client side.

EAP-FAST (Flexible Authentication via Secure Tunneling)

Cisco created EAP-FAST to replace LEAP. EAP-FAST uses a tunnel to provide mutual authentication like PEAP and EAP-TTLS. EAP-FAST does not have the server authenticate itself with a digital certificate. Instead, it uses a Protected Access Credential, which creates a one-time provisioning exchange with a shared secret, or PAC key. The PAC key handles the authentication.

EAP-SIM (Subscriber Identity Module)

This authentication type is based on the Global System for Mobile communication (GSM) SIM card used in cellphones. It uses a per-session WEP key to encrypt the data. This authentication method requires the client to enter a verification code to enable communication with the SIM. EAP-SIM 802.1X requests go through a carrier’s roaming gateway to a GSM authentication server. It is used to authenticate devices that roam between commercial 802.11 hotspots and GSM networks.

EAP-MD5 (Message Digest 5)

EAP-MD5 offers a base level of support and is not recommended when implementing a WLAN. It is easier for threat actors to determine the user’s or client’s password with this method. It also only provides one-way authentication rather than mutual authentication, and there is no way to develop per-session WEP keys or offer a continuous rotation and distribution of WEP keys. The manual maintenance of the WEP keys can pose challenges. Due to its vulnerability to password-based attacks, EAP-MD5 has become largely obsolete and is rarely used in enterprise environments.

The future of EAP and emerging security methods

Security is a critical aspect of public network architecture. This is more important than ever given how fast telecommunications technology is changing and the development of 5G. Security features in 5G include native support of EAP. Authentication in 5G networks is access-agnostic, so the same methods are used for 3rd Generation Partnership Project and non-3GPP access networks.

As wireless network security needs grow, EAP is expected to adapt with new standards and methods. Future EAP implementations may incorporate biometric authentication, behavioral analysis or even blockchain technology to increase security in IoT and mobile networks. EAP’s adaptability ensures that it remains a vital framework for secure network authentication, even as network technology evolves rapidly.

Learn more by checking out an overview of 802.1X authentication methods and EAP. Explore the differences among WEP, Wi-Fi Protected Access, WPA2 and WPA3 wireless security. Read about PEAP, which extends EAP by encapsulating the EAP connection within a TLS tunnel.



Source link

#Extensible #Authentication #Protocol #EAP

You may also like