A network security engineer analyzes packet traces captured during remote access sessions to network infrastructure and 802.1X wireless client authentications. Which TWO statements correctly describe the architectural and packet-level differences between TACACS+ and RADIUS operations?
- TACACS+ separates authentication and authorization into independent transaction pairs, whereas RADIUS combines authentication and authorization within its access-request and access-accept exchanges.Cevap
- BRADIUS encrypts the entire payload of every packet after the initial handshake, whereas TACACS+ encrypts only the user password field within the Access-Request frame.
- TACACS+ uses TCP port 49 to ensure reliable transport for fine-grained command-by-command authorization, whereas RADIUS relies on UDP ports 1812 and 1813 for authentication and accounting traffic.Cevap
- DTACACS+ binds accounting logs directly with authorization responses in a single packet, whereas RADIUS requires a distinct TCP connection for accounting data.
Cevap
The correct statements state that TACACS+ separates authentication and authorization into independent transactions while RADIUS combines them, and that TACACS+ operates over TCP port 49 while RADIUS uses UDP ports 1812 and 1813.
TACACS+ provides modular separation of authentication and authorization, enabling independent transaction pairs, and runs over TCP port 49 for reliable transmission. RADIUS bundles authentication and authorization together within single Access-Request/Accept exchanges and operates over UDP ports 1812 and 1813.
Adım Adım Çözüm
Anahtar Kavram
Operational and protocol mechanics distinguishing TACACS+ and RADIUS within the AAA framework.