A network security team is deploying an 802.1X port-based network access control framework across enterprise Ethernet switches. Which of the following statements accurately describe the operational roles and protocol encapsulation methods defined in this framework? (Select TWO)
- The network switch functions as the authenticator, relaying EAP messages between the endpoint client and the backend AAA server without evaluating user credentials locally.Answer
- Extensible Authentication Protocol over LAN (EAPOL) carries authentication frames between the supplicant and switch, while EAP over RADIUS carries frames between the switch and AAA server.Answer
- CThe client endpoint initiates a direct TACACS+ TCP session on port 49 with the central AAA server before port access is granted by the switch.
- DThe authenticator switch decrypts the user credential payload and validates it against its local user database before opening the port.
Answer
The correct statements are that the network switch functions as an authenticator relaying EAP messages without validating credentials locally, and EAPOL is used between the supplicant and switch while EAP over RADIUS is used between the switch and authentication server.
The 802.1X standard separates access control into three roles: the supplicant (client), the authenticator (switch or wireless access point), and the authentication server (RADIUS). The switch does not evaluate credentials; it simply relays EAP packets. The client communicates with the switch using EAPOL frames, while the switch encapsulates those EAP payloads into RADIUS packets sent to the AAA server over UDP ports 1812/1813.
Step-by-Step Solution
Key Concept
802.1X Framework Roles and EAP Protocol Encapsulation