A company is implementing 802.1X port-based authentication on its wired network to control access. The network uses Active Directory for user accounts. Which type of server must be deployed to authenticate clients connecting to the switch ports?
Trap 1: A DNS server
DNS resolves domain names to IP addresses but does not authenticate users or devices. It is not part of the 802.1X process.
Trap 2: A DHCP server
DHCP assigns IP addresses to clients, but it does not perform authentication. 802.1X typically works before DHCP to ensure only authenticated devices get network access.
Trap 3: A Kerberos server
Kerberos is used for authentication in Windows domains but operates at the application layer. 802.1X uses EAP (Extensible Authentication Protocol) over RADIUS, not directly Kerberos. While Active Directory uses Kerberos for domain authentication, the network-level 802.1X authentication is mediated by RADIUS.
- A
A DNS server
Why wrong: DNS resolves domain names to IP addresses but does not authenticate users or devices. It is not part of the 802.1X process.
- B
A DHCP server
Why wrong: DHCP assigns IP addresses to clients, but it does not perform authentication. 802.1X typically works before DHCP to ensure only authenticated devices get network access.
- C
A RADIUS server
RADIUS is the standard protocol for 802.1X authentication. The switch acts as a RADIUS client, sending authentication requests to the RADIUS server, which validates credentials against an identity store (e.g., Active Directory).
- D
A Kerberos server
Why wrong: Kerberos is used for authentication in Windows domains but operates at the application layer. 802.1X uses EAP (Extensible Authentication Protocol) over RADIUS, not directly Kerberos. While Active Directory uses Kerberos for domain authentication, the network-level 802.1X authentication is mediated by RADIUS.