SK0-004 · Question #76
In authentication, which of the following represents something you have?
The correct answer is C. Token. In multi-factor authentication, factors are categorized as something you know, something you have, or something you are. A token is a physical or digital object in your possession and represents the 'something you have' factor.
Question
In authentication, which of the following represents something you have?
Options
- APassword
- BFingerprint
- CToken
- DPIN
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- C92% (24)
Why each option
In multi-factor authentication, factors are categorized as something you know, something you have, or something you are. A token is a physical or digital object in your possession and represents the 'something you have' factor.
A password is a 'something you know' factor because it is a secret that is memorized, not a physical or digital object that must be possessed.
A fingerprint is a 'something you are' factor because it is a biometric characteristic inherent to the user's physical body.
A token - whether a hardware security key, smart card, or software-based OTP token - is a physical or digital artifact that must be in the user's possession to authenticate. This directly maps to the 'something you have' authentication category as defined in authentication factor taxonomy. Tokens are distinct from knowledge-based factors because possession, not memorization, is required.
A PIN is a 'something you know' factor because it is a numeric secret stored in memory, functionally equivalent to a password in authentication factor classification.
Concept tested: Authentication factor categories - something you have
Source: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks
Topics
Community Discussion
No community discussion yet for this question.