nerdexam
CompTIA

SY0-301 · Question #436

Which of the following authentication services should be replaced with a more secure alternative?

The correct answer is B. TACACS. Original TACACS (not TACACS+ or XTACACS) is the legacy version that encrypts only the password and uses UDP, making it far less secure than modern alternatives.

General security concepts

Question

Which of the following authentication services should be replaced with a more secure alternative?

Options

  • ARADIUS
  • BTACACS
  • CTACACS+
  • DXTACACS

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    87% (27)
  • C
    3% (1)
  • D
    6% (2)

Why each option

Original TACACS (not TACACS+ or XTACACS) is the legacy version that encrypts only the password and uses UDP, making it far less secure than modern alternatives.

ARADIUS

RADIUS is a current and widely used AAA protocol that encrypts passwords using MD5 and is supported across most modern network infrastructure, though it has known limitations it is still considered acceptable.

BTACACSCorrect

The original TACACS protocol uses UDP and encrypts only the password field in authentication packets, leaving other session data exposed. It lacks the full packet encryption, TCP reliability, and granular command authorization that TACACS+ provides. TACACS (original) is considered obsolete and should be replaced with TACACS+ or RADIUS for modern environments.

CTACACS+

TACACS+ is the modern, more secure successor that encrypts the entire authentication packet body (not just the password) and uses TCP, making it more reliable and secure.

DXTACACS

XTACACS is an extended version of TACACS developed by Cisco that improved upon the original, though it has since been superseded by TACACS+.

Concept tested: Legacy TACACS protocol security weaknesses

Source: https://www.cisco.com/c/en/us/support/docs/security-vpn/tacacs/13838-10.html

Topics

#TACACS#AAA protocols#authentication services#RADIUS

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice