CISSP · Question #204
For an organization considering two-factor authentication for secure network access, which of the following is MOST secure?
The correct answer is D. Smart card and biometrics. Two-factor authentication (2FA) requires two distinct authentication factors from different categories: something you have, something you know, or something you are. The most secure combination uses factors from the most tamper-resistant categories.
Question
For an organization considering two-factor authentication for secure network access, which of the following is MOST secure?
Options
- AChallenge response and private key
- BDigital certificates and Single Sign-On (SSO)
- CTokens and passphrase
- DSmart card and biometrics
How the community answered
(23 responses)- A9% (2)
- B4% (1)
- D87% (20)
Why each option
Two-factor authentication (2FA) requires two distinct authentication factors from different categories: something you have, something you know, or something you are. The most secure combination uses factors from the most tamper-resistant categories.
Challenge response and private key both fall under the 'something you know/have' cryptographic category and are more susceptible to interception or theft compared to physical biometrics, making this combination less secure than smart card and biometrics.
Digital certificates provide strong authentication, but Single Sign-On (SSO) is an access methodology rather than an authentication factor, so this pairing does not constitute a true two-factor authentication scheme and actually reduces security by creating a single point of compromise.
Tokens (something you have) and passphrases (something you know) are a valid 2FA combination, but passphrases can be phished, guessed, or stolen, making this pairing less secure than the hardware-plus-biometric combination of a smart card and biometrics.
A smart card (something you have) combined with biometrics (something you are) represents the strongest 2FA combination because both factors are extremely difficult to steal or replicate simultaneously. Smart cards store cryptographic credentials in tamper-resistant hardware, while biometrics verify physical characteristics unique to the individual, making impersonation nearly impossible even if one factor is compromised.
Concept tested: Two-factor authentication factor categories and security strength
Source: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks
Topics
Community Discussion
No community discussion yet for this question.