A network engineer is inspecting packet captures during an audit of network management traffic. The captures show authentication and administration sessions between network switches and a central server communicating over TCP port 49, where the complete packet payload following the header is cryptographically encrypted. Which protocol is being observed, and which feature accurately reflects its architecture relative to RADIUS?
- TACACS+, which decouples authentication and authorization into distinct services while encrypting the entire message body.Cevap
- BRADIUS, which decouples authentication and authorization into distinct services while encrypting the entire message body.
- CTACACS+, which combines authentication and authorization into a unified process and uses UDP port 49 for transport communication.
- DRADIUS, which operates over TCP port 49 to provide granular per-command authorization while encrypting only the user password.
Cevap
TACACS+, which decouples authentication and authorization into distinct services while encrypting the entire message body.
The observed protocol is TACACS+ because it communicates over TCP port 49, encrypts the entire packet payload (excluding the header), and architecture-wise separates authentication and authorization, enabling detailed per-command administrative access controls.
Adım Adım Çözüm
Anahtar Kavram
AAA Framework protocol differences between TACACS+ and RADIUS regarding transport protocols, encryption boundaries, and architectural modularity.
Tahmini Süre:1m 30s