Recall & Review
beginner
What is user authentication in operating systems?
User authentication is the process of verifying the identity of a user before granting access to the system or resources.
Click to reveal answer
beginner
Name three common types of user authentication mechanisms.
The three common types are: 1) Something you know (passwords, PINs), 2) Something you have (security tokens, smart cards), 3) Something you are (biometrics like fingerprints or facial recognition).
Click to reveal answer
intermediate
What is two-factor authentication (2FA)?
Two-factor authentication requires users to provide two different types of authentication factors, such as a password plus a code sent to their phone, to increase security.
Click to reveal answer
beginner
Why are passwords alone often not enough for secure authentication?
Passwords can be guessed, stolen, or cracked. They may be weak or reused, making systems vulnerable to unauthorized access.
Click to reveal answer
intermediate
What role do biometrics play in user authentication?
Biometrics use unique physical traits like fingerprints or facial features to verify identity, providing a convenient and hard-to-forge authentication method.
Click to reveal answer
Which of the following is NOT a common authentication factor?
✗ Incorrect
Authentication factors include something you know, have, or are. 'Something you want' is not an authentication factor.
What does two-factor authentication (2FA) improve?
✗ Incorrect
2FA improves security by requiring two different types of authentication factors.
Which authentication method uses fingerprints?
✗ Incorrect
Biometrics use physical traits like fingerprints for authentication.
Why might passwords alone be insecure?
✗ Incorrect
Passwords can be guessed, stolen, or cracked, making them less secure alone.
Which of these is an example of 'something you have' authentication?
✗ Incorrect
'Something you have' includes items like security tokens or smart cards.
Explain the three main types of user authentication factors with examples.
Think about what you remember, what you carry, and what you physically are.
You got /3 concepts.
Describe why combining multiple authentication factors improves security.
Consider how layers of security work together.
You got /3 concepts.