Complete the code to identify the common factor used in password authentication.
Authentication often requires a [1] that only the user knows.The password is a secret known only to the user, used to verify identity.
Complete the code to specify a type of authentication that uses physical characteristics.
Biometric authentication uses [1] like fingerprints or facial recognition.
Biometrics are unique physical traits used to verify identity.
Fix the error in the statement about multi-factor authentication.
Multi-factor authentication requires [1] types of credentials from different categories.
Multi-factor authentication requires at least two different types of credentials, such as something you know and something you have.
Fill both blanks to complete the description of a common authentication protocol.
The [1] protocol uses a [2] to verify user identity over a network.
Kerberos is an authentication protocol that uses tokens (tickets) to verify identity securely over a network.
Fill all three blanks to complete the explanation of authentication factors.
Authentication factors include [1] (something you know), [2] (something you have), and [3] (something you are).
The three main authentication factors are knowledge (like passwords), possession (like security tokens), and inherence (biometrics).