A network security administrator is replacing legacy switch administration protocols across an enterprise. The administrator attempts to configure RADIUS to enforce per-command authorization for individual privileged shell commands executed by engineers during SSH sessions on core switches, attempting to replicate an existing TACACS+ feature set. However, command-line execution validation fails to inspect individual commands once the administrative session is established. Which of the following technical characteristics of RADIUS explains why it cannot provide real-time, granular per-command authorization during an active interactive session?
- RADIUS combines authentication and authorization into unified transaction exchanges during session establishment, lacking a decoupled architecture to evaluate individual administrative commands post-login.Cevap
- BRADIUS encrypts the entire network packet payload using TCP port 49, preventing the AAA server from inspecting command-line strings contained inside active SSH frames.
- CRADIUS relies on connectionless UDP transport, which inherently prevents the AAA server from establishing payload encryption keys required for authorization data.
- DRADIUS mandates EAP-TLS certificate negotiation for all administrative requests, creating protocol processing overhead that drops real-time authorization packets.
Cevap
RADIUS combines authentication and authorization into unified transaction exchanges during session establishment, lacking a decoupled architecture to evaluate individual administrative commands post-login.
The correct answer highlights the architectural difference between the two AAA protocols: RADIUS combines authentication and authorization into unified packet exchanges during session establishment. Because authentication and authorization are tightly bound at initial logon, RADIUS cannot perform real-time, command-by-command authorization checks during an active management session. TACACS+ explicitly decouples authentication, authorization, and accounting, allowing network devices to query the TACACS+ server for authorization on every single command executed by a user.
Adım Adım Çözüm
Anahtar Kavram
AAA Decoupling and RADIUS vs TACACS+ Protocol Architecture
Tahmini Süre:3m 0s