A network security administrator is mapping enterprise authentication protocols and frameworks to their core operational characteristics. Match each authentication protocol or framework on the left with its correct operational description on the right.
- TACACS+Encrypts the entire packet payload and separates authentication, authorization, and accounting into modular processes over TCP port 49.
- RADIUSEncrypts only the password field by default and combines authentication and authorization functions over UDP ports 1812 and 1813.
- KerberosUtilizes a Key Distribution Center (KDC) to issue ticket-granting tokens (TGT) for centralized single sign-on across a trusted domain.
- 802.1XProvides port-based network access control by encapsulating Extensible Authentication Protocol (EAP) messages between a supplicant and an authenticator.
Answer
TACACS+ matches full payload encryption over TCP port 49; RADIUS matches password-only encryption over UDP ports 1812/1813; Kerberos matches ticket-granting tokens for SSO; 802.1X matches port-based access control encapsulating EAP traffic.
Each protocol is accurately matched to its operational characteristics: TACACS+ encrypts the entire payload over TCP port 49 with decoupled AAA; RADIUS encrypts only passwords over UDP ports 1812/1813 with combined authentication/authorization; Kerberos uses a Key Distribution Center and tickets for SSO; and 802.1X provides port-level protection using EAP encapsulation.
Step-by-Step Solution
Key Concept
AAA Framework and Centralized Authentication Protocols