nerdexam
CompTIA

220-1102 · Question #537

A technician needs to strengthen security controls against brute-force attacks. Which of the following options best meets this requirement?

The correct answer is A. Multifactor authentication. To best strengthen security against brute-force attacks, multifactor authentication (MFA) should be implemented because it requires additional verification factors beyond just a password, making it significantly harder for an attacker to gain access even if they guess the…

Security

Question

A technician needs to strengthen security controls against brute-force attacks. Which of the following options best meets this requirement?

Options

  • AMultifactor authentication
  • BEncryption
  • CIncreased password complexity
  • DSecure password vault

How the community answered

(42 responses)
  • A
    81% (34)
  • B
    2% (1)
  • C
    10% (4)
  • D
    7% (3)

Why each option

To best strengthen security against brute-force attacks, multifactor authentication (MFA) should be implemented because it requires additional verification factors beyond just a password, making it significantly harder for an attacker to gain access even if they guess the password.

AMultifactor authenticationCorrect

Multifactor authentication requires a user to provide two or more verification factors from independent categories (e.g., something you know, something you have, something you are). This makes brute-force attacks far less effective because even if a password is guessed, the attacker would still need the second factor to gain access.

BEncryption

Encryption protects data at rest or in transit from being read by unauthorized parties but does not directly prevent brute-force attempts against login credentials.

CIncreased password complexity

Increased password complexity makes it harder to guess a single password but does not prevent a brute-force attack from eventually succeeding given enough time and resources.

DSecure password vault

A secure password vault helps users store their passwords safely but does not directly strengthen the authentication mechanism against brute-force attacks on the system itself.

Concept tested: Mitigating brute-force attacks with MFA

Source: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks

Topics

#Brute-force attacks#Multifactor authentication (MFA)#Security controls#Authentication

Community Discussion

No community discussion yet for this question.

Full 220-1102 Practice