An enterprise network security policy mandates Multi-Factor Authentication for administrative access to core switches. An administrator logs in by entering a static PIN followed by a one-time passcode generated by a physical hardware token. Which statement correctly categorizes the authentication factors used in this scenario?
- It combines a knowledge factor (the static PIN) with a possession factor (the physical hardware token).Cevap
- BIt relies entirely on two knowledge factors because both the static PIN and the generated passcode are numeric strings entered by the user.
- CIt combines an inherent factor (biometric trait) with a possession factor (the hardware token).
- DIt provides single-factor authentication because RADIUS and TACACS+ servers automatically consolidate PINs and passcodes into one credential payload.
Cevap
The authentication mechanism combines a knowledge factor (static PIN) with a possession factor (hardware token).
The static PIN is a knowledge factor (something you know), and the hardware token is a possession factor (something you have). Using credentials from two distinct categories forms valid Multi-Factor Authentication (MFA).
Adım Adım Çözüm
Anahtar Kavram
Multi-Factor Authentication (MFA) Factor Classification