Authentication Flashcards

(13 cards)

1
Q

AAA Framework

A

Authentication, Authorization, and Accounting (AAA) Framework → A security model that verifies identity, grants permissions, and tracks user activity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Authentication in AAA

A

Authentication → The first step in the AAA Framework that verifies a user’s or device’s identity before granting access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Authorization in AAA

A

Authorization → The second step in the AAA Framework that defines what actions or resources an authenticated entity can access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Accounting in AAA

A

Accounting → The third step in the AAA Framework that logs user activity for auditing and reporting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SSO

A

Single Sign-On (SSO) → Allows users to authenticate once and gain access to multiple systems without re-entering credentials.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

RADIUS

A

Remote Authentication Dial-In User Service (RADIUS) → A centralized AAA protocol that uses UDP ports 1812 and 1813.

Manages user wireless access to networks, WiFi, and VPNs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

LDAP

A

Lightweight Directory Access Protocol (LDAP) → A protocol for accessing and managing directory information such as usernames and passwords; runs on Transmission Control Protocol (TCP) port 389.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

X.500 Distinguished Names

A

The structured naming format used in directories like LDAP and Active Directory.

Common Name (CN)
Organizational Unit (OU)
Organization (O)
Locality (L)
State (ST)
Country (C)
Domain Component (DC)

Example: CN=Andrew Barrett, OU=Design, O=Brain Rot Creative, L=Cincinnati, ST=Ohio, C=US.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

X.500 Directory Information Tree

A

A hierarchical structure of directory data consisting of containers and leaf objects.

Example: a container for “Users” and leaf objects for each employee account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SAML

A

Security Assertion Markup Language (SAML) → An open standard for exchanging authentication and authorization data between identity providers and service providers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

TACACS+

A

Terminal Access Controller Access-Control System Plus (TACACS+) → A Cisco-developed protocol that separates authentication, authorization, and accounting; runs on Transmission Control Protocol (TCP) port 49.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

MFA

A

Multi-Factor Authentication (MFA) → Security method using two or more factors: something you know (password), something you have (token), something you are (biometric), or somewhere you are (location).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

TOTP

A

Time-Based One-Time Password (TOTP) → A temporary passcode generated from a shared secret and current time, used in Multi-Factor Authentication (MFA).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly