Match each network security authentication protocol or access control framework to its corresponding architectural characteristic and transport specification.
- RADIUSOperates over UDP ports 1812/1813, combines authentication and authorization, and encrypts only the password field.
- TACACS+Operates over TCP port 49, completely decouples AAA functions, and encrypts the entire packet payload body.
- KerberosUses a Key Distribution Center (KDC) to issue Ticket-Granting Tickets (TGTs) over port 88 for mutual authentication.
- 802.1XActs as an IEEE Layer 2 port-based network access control standard encapsulating EAP messages between supplicant and authenticator.
Answer
RADIUS matches UDP ports 1812/1813 with password-only encryption; TACACS+ matches TCP port 49 with full payload encryption and decoupled AAA; Kerberos matches Key Distribution Center tickets over port 88; 802.1X matches IEEE Layer 2 port-based access control using EAP encapsulation.
Each item is correctly matched based on its transport protocol, port assignments, and architectural mechanisms. RADIUS utilizes UDP 1812/1813 with password-only attribute encryption. TACACS+ uses TCP port 49 with full payload encryption and separate AAA processes. Kerberos relies on a KDC issuing TGTs on port 88. 802.1X specifies IEEE Layer 2 port-based network access control encapsulating EAP.
Step-by-Step Solution
Key Concept
Centralized AAA Protocols, Port Numbers, and Encryption Boundaries