4.1 Authentication

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

What is identification?

Who you claim to be, usually your uername.

2
New cards

What is the AAA framework made of?

Authentication, authorization, and accounting.

3
New cards

What is authentication?

Prove you are who you say are, usually with your password.

4
New cards

What is authorization?

Based on your identification and authentication, what access do you have?

5
New cards

What is accounting?

Document login time, data sent and receiving, and logout time.

6
New cards

What is single sign-on (SSO)?

Get access to all available or assigned resources by providing credential once.

7
New cards

What long is SSO usually limited to?

Around 24 hours.

8
New cards

What is Remote Authentication Dial-in user Service (RADIUS)?

Centralizes authentication for users.

9
New cards

What is lightweight directory access protocol?

Reading and writing directory service over an IP network.

10
New cards

What is an X.500 Distinguished Name?

Unique identifiers to pinpoint specific objects within a hierarchy, with the most specific attribute listed and first.

11
New cards

What is an X.500 Directory Information Tree?

Hierarchy dividing the organization into different sections.

12
New cards

What are containers in an X.500 Directory Information Tree?

Countries, organizations, or organizational units.

13
New cards

What are leaf object in an X.500 Directory Information Tree?

Users, computers, and printers are files.

14
New cards

What is Security Assertion Markup Language (SAML)?

An open standard for authentication and authorization.

15
New cards

What is Terminal Access Controller Access Control System (TACAS)?

A remote authentication protocol created to control access to dial-up lines to ARAPNET.

16
New cards

What is TACAS+?

More authentication request and response codes.

17
New cards

What is multifactor authentication?

Prove who you are through multiple ways.

18
New cards

How can you prove you are through multifactor authentication?

Memorized password, mobile app, and your GPS location.

19
New cards

What are factors you can prove who you are through multifactor authentication?

Something you know, something you have, something you are, and somewhere you are.

20
New cards

What is time-based one-time password algorithm?

Use a secret key and the time of day.

21
New cards

How is the secret key for time-based one-time password algorithm configured?

It’s configured ahead of time, with the timestamps being synchronized via NTP.

22
New cards

How often does the timestamp for time-based one-time password algorithm increment?

It increments every 30 seconds.