Authentication Methods

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:01 PM on 8/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

What must a user do to access an account in an access control system?

Authenticate by supplying the correct credentials, proving that they are the valid account holder

2
New cards

What are accounts configured with in an access control system?

Permissions to access resources and, for privileged accounts, rights to change the system configuration

3
New cards

What is zero trust?

A security framework in which no user or device should ever be automatically trusted, regardless of location or previous authentication

4
New cards

What does zero trust require before access is granted?

All users and devices are authenticated, authorized, and continuously validated

5
New cards

What kind of authentication should be used for all users and devices trying to access network resources?

Strict authentication

6
New cards

What does the validity of the whole access control system depend on?

The credentials for an account being known and used only by the account holder

7
New cards

What is the format of a credential called?

An authentication factor

8
New cards

What are the principal authentication factor categories?

Knowledge, possession, and inherence

9
New cards

What is a knowledge factor?

Something you know, such as a password

10
New cards

What is a possession factor?

Something you have, such as a smart card or smartphone

11
New cards

What is an inherence factor?

Something you are, such as a fingerprint

12
New cards

Why is using a single authentication factor less reliable?

A password could be shared, a device token could be stolen, or a facial recognition system could be spoofed using a photograph

13
New cards

When is an authentication technology considered strong?

When it is multifactor

14
New cards

What is multifactor authentication (MFA)?

The user must submit at least two different types of credentials

15
New cards

Does submitting two of the same type of credentials count as MFA?

No

16
New cards

What is a valid MFA example from the text?

Username/password and a fingerprint

17
New cards

Why is username/password plus a PIN not valid MFA in the text?

They are both knowledge-based

18
New cards

How does MFA support zero trust?

It is a core component of the "never trust, always verify" principle

19
New cards

Why does MFA make unauthorized access more difficult?

It provides a second layer of authentication

20
New cards

What is 2-step verification?

A means of using a soft token to check that a sign-in request is authentic

21
New cards

What does the user register first for 2-step verification?

A trusted contact method

22
New cards

What can a trusted contact method be?

An email account or phone number

23
New cards

What does the user use to log on before receiving a soft token in 2-step verification?

A password or biometric recognition

24
New cards

When might an app generate and send a token in 2-step verification?

If it detects a new device, a different location, or is configured by policy to require 2-step verification in all instances

25
New cards

How can the 2-step verification code be delivered?

By email, SMS text, or an automated voice call

26
New cards

What must the user do with the soft token code in 2-step verification?

Input it within a given time frame to be granted access

27
New cards

What may soft tokens also be referred to as?

A one-time password (OTP)

28
New cards

How long is an OTP valid?

Only for a single login session

29
New cards

What is generated for each login attempt with OTP?

A new unique passcode

30
New cards

Why do OTPs add security if a user's password is compromised?

The attacker will not have access to the OTP

31
New cards

What is TOTP?

An OTP valid for a set amount of time before it expires

32
New cards

What happens if a TOTP is not entered within the specified timeframe?

A new OTP will need to be requested

33
New cards

What is HOTP?

An OTP generated using a counter-based approach

34
New cards

How does HOTP ensure every password is unique and can only be used once?

The counter is increased each time the OTP is requested

35
New cards

What is challenge-response OTP?

The server sends a challenge, and the OTP generator uses it to generate a unique OTP

36
New cards

Why do OTPs work as a form of multifactor authentication?

They typically require the user to have access to a specific device tied to their account

37
New cards

What can an authenticator app be used for?

Passwordless access or as a two-factor authentication mechanism

38
New cards

Where is an authenticator app installed?

On a trusted device under the sole control of the user

39
New cards

How must the trusted device be protected?

By its own authentication system, such as a screen lock opened via a fingerprint

40
New cards

How is a service or network typically registered with an authenticator app?

By scanning a QR code and then completing some validation checks

41
New cards

What establishes a trust relationship during authenticator app registration?

Encryption keys

42
New cards

What happens when the user tries to sign in with an authenticator app?

The service or network generates a prompt on the authenticator

43
New cards

What must the user do to authorize the sign-in request from an authenticator app?

Unlock the device

44
New cards

How does the authenticator complete authentication after authorization?

It either displays a soft token for the user to input or directly communicates to the service or network

45
New cards

What happens after the authenticator verifies the user?

The service grants the user access

46
New cards

What is a hard token?

A token implemented as firmware in a smart card or USB thumb drive rather than running on a smartphone

47
New cards

How is a hard token used before authentication?

It is first registered with the service or network

48
New cards

How does a user authorize a hard token?

By a password, PIN, fingerprint reader, or voice recognition

49
New cards

What does the hard token do after authorization?

Transmits its credentials to the service

50
New cards

What happens after the hard token transmits its credentials?

The service grants the user access

51
New cards

What standards are these hard token devices typically compliant with?

Fast Identity Online (FIDO) version 2 standards