Match each centralized authentication protocol or access control framework component to its corresponding transport layer behavior, encryption boundary, or operational function.
- RADIUS ProtocolOperates over UDP ports 1812/1813 and encrypts only the password field within the packet body.
- TACACS+ ProtocolOperates over TCP port 49 and encrypts the entire payload body of every transmission.
- 802.1X SupplicantClient-side software component responsible for presenting credentials to the network access device.
- EAP-TLS FrameworkAuthentication mechanism requiring mutual authentication using X.509 digital certificates on both client and server.
Answer
RADIUS Protocol pairs with UDP 1812/1813 password-only encryption; TACACS+ Protocol pairs with TCP port 49 full payload encryption; 802.1X Supplicant pairs with client-side software credential agent; EAP-TLS Framework pairs with mutual certificate-based authentication.
Each security protocol and architectural term is matched accurately according to its transport protocol layer, payload encryption scope, endpoint role, or cryptographic verification mechanism.
Step-by-Step Solution
Key Concept
Centralized AAA Framework mechanisms, protocol transport differences, and 802.1X/EAP architecture components