Match each authentication protocol or network security framework to its primary operational characteristic.
- TACACS+Separates AAA functions into distinct processes, uses TCP port 49, and encrypts the entire packet payload.
- RADIUSCombines authentication and authorization, operates over UDP ports 1812 and 1813, and encrypts only the password field.
- 802.1XProvides port-based network access control by encapsulating EAP messages between a client endpoint and an authenticator.
- SAML 2.0Uses XML-based assertions to exchange identity information between an Identity Provider and a Service Provider for web-based single sign-on (SSO).
Cevap
TACACS+ pairs with full payload encryption and TCP port 49; RADIUS pairs with UDP ports 1812/1813 and password-only encryption; 802.1X pairs with port-based access control and EAP encapsulation; SAML 2.0 pairs with XML assertions for federated web SSO.
Each protocol matches its defined standard: TACACS+ separates AAA services over TCP port 49 with full payload encryption; RADIUS combines authentication and authorization over UDP ports 1812/1813 with password-only encryption; 802.1X provides port-based access control; and SAML 2.0 enables XML-based federated web SSO.
Adım Adım Çözüm
Anahtar Kavram
AAA Architecture, Transport Protocols, and Authentication Frameworks