A security team decides to implement multi-factor authentication for all remote access. Which combination of factors would constitute multi-factor authentication?
Trap 1: Fingerprint scan and retina scan
Both are Type 3 (biometric), so single-factor.
Trap 2: Two different passwords
Both are Type 1, single-factor.
Trap 3: Password and PIN
Both are Type 1 (knowledge), so it is single-factor.
- A
Fingerprint scan and retina scan
Why wrong: Both are Type 3 (biometric), so single-factor.
- B
Two different passwords
Why wrong: Both are Type 1, single-factor.
- C
Password and PIN
Why wrong: Both are Type 1 (knowledge), so it is single-factor.
- D
Smart card and fingerprint scan
Correct. Smart card is Type 2 and fingerprint is Type 3, combining two different factors.