Match each authentication protocol or access control framework to its defining operational and architectural characteristics.
- RADIUSEncrypts only the password field within packets, operates over connectionless UDP transport, and combines authentication and authorization into unified server responses.
- TACACS+Encrypts the complete packet payload, operates over connection-oriented TCP port 49, and fully decouples authentication, authorization, and accounting functions.
- IEEE 802.1XActs as a port-based network access control encapsulation framework that securely transports EAP frames between a supplicant, network switch/NAS, and backend AAA server.
- KerberosRelies on a Key Distribution Center (KDC) to issue time-sensitive Ticket-Granting Tickets (TGTs) and session tickets using symmetric key cryptography for mutual authentication.
Answer
RADIUS pairs with connectionless transport encrypting passwords only; TACACS+ pairs with TCP port 49 encrypting the full payload; IEEE 802.1X pairs with port-based EAP encapsulation; Kerberos pairs with KDC ticket-granting architecture.
Each protocol is accurately matched based on its network transport, cryptographic boundary, service modularity, and operational role within enterprise authentication.
Step-by-Step Solution
Key Concept
AAA Protocol Architecture and Authentication Mechanisms