Match each AAA protocol or network authentication framework to its corresponding operational characteristic.
- TACACS+Encrypts the entire packet payload over TCP port 49 and separates AAA functions into distinct services.
- RADIUSEncrypts only the password field over UDP ports 1812/1813 and combines authentication and authorization.
- KerberosUtilizes a Ticket Granting Service (TGS) and symmetric cryptography for mutual authentication on trusted networks.
- IEEE 802.1XActs as a Layer 2 port-based network access control framework that encapsulates Extensible Authentication Protocol (EAP) frames.
Answer
TACACS+ matches with whole-payload TCP encryption and separated AAA functions; RADIUS matches with UDP password-only encryption and combined auth/authz; Kerberos matches with ticket-granting service mutual authentication; and IEEE 802.1X matches with Layer 2 EAP-based port access control.
Each authentication solution corresponds directly to its architectural features: TACACS+ delivers connection-oriented TCP administration with complete payload encryption and granular AAA separation; RADIUS operates over UDP with password-only encryption; Kerberos enforces ticket-granting mutual authentication; and IEEE 802.1X serves as a Layer 2 port-level access framework utilizing EAP encapsulation.
Step-by-Step Solution
Key Concept
AAA Protocols and Authentication Framework Mechanics