A network security architect is reviewing the deployment of centralized authentication protocols across a global enterprise network infrastructure. The architecture requires separate handling for administrative access to network edge routers and user authentication for 802.1X wireless access. Which TWO of the following statements correctly evaluate the operational and security characteristics of RADIUS and TACACS+ in this deployment?
- TACACS+ decouples authentication, authorization, and accounting, allowing granular command-by-command authorization rules for administrative device management over TCP port 49.Cevap
- BRADIUS encrypts the entire packet payload, including the header and attributes, making it preferable for securing administrative command execution over TCP port 1812.
- RADIUS combines authentication and authorization into a single functional framework, utilizing UDP transport for network access control such as 802.1X enterprise Wi-Fi.Cevap
- DTACACS+ uses UDP port 49 to achieve low-latency connectionless transport while combining authentication and accounting into unified exchange packets.
Cevap
The correct statements are that TACACS+ decouples AAA functions for granular administrative command authorization over TCP port 49, and RADIUS combines authentication/authorization into a single framework using UDP transport for network access control.
TACACS+ is designed for administrative device management because it separates AAA components, allowing independent authorization of individual CLI commands, and uses TCP port 49 with full payload encryption. RADIUS is designed for network access control (such as 802.1X enterprise Wi-Fi), combining authentication and authorization responses while utilizing UDP ports 1812/1813.
Adım Adım Çözüm
Anahtar Kavram
AAA Protocol Differentiation (RADIUS vs TACACS+)