Security FundamentalsDifficulty 3/5
Which statement correctly contrasts RADIUS and TACACS+?
- ARADIUS uses TCP 49 and encrypts the entire packet body
- BTACACS+ uses TCP 49, encrypts the entire packet body and separates authorization from authentication
- CTACACS+ uses UDP 1812 and encrypts only the password
- DBoth use UDP and are functionally identical
Show answer and rationale
Correct: B. TACACS+ (Cisco) runs over TCP 49, encrypts the whole payload, and separates AAA functions, enabling per-command authorization. RADIUS uses UDP 1812/1813, encrypts only the password, and combines authentication and authorization.
- A — Those are TACACS+ properties.
- C — UDP 1812 and password-only encryption describe RADIUS.
- D — They differ in transport, encryption and function separation.