AAA Framework
Authentication, Authorization, and Accounting (AAA) Framework → A security model that verifies identity, grants permissions, and tracks user activity.
Authentication in AAA
Authentication → The first step in the AAA Framework that verifies a user’s or device’s identity before granting access.
Authorization in AAA
Authorization → The second step in the AAA Framework that defines what actions or resources an authenticated entity can access.
Accounting in AAA
Accounting → The third step in the AAA Framework that logs user activity for auditing and reporting.
SSO
Single Sign-On (SSO) → Allows users to authenticate once and gain access to multiple systems without re-entering credentials.
RADIUS
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
LDAP
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.
X.500 Distinguished Names
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.
X.500 Directory Information Tree
A hierarchical structure of directory data consisting of containers and leaf objects.
Example: a container for “Users” and leaf objects for each employee account.
SAML
Security Assertion Markup Language (SAML) → An open standard for exchanging authentication and authorization data between identity providers and service providers.
TACACS+
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.
MFA
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).
TOTP
Time-Based One-Time Password (TOTP) → A temporary passcode generated from a shared secret and current time, used in Multi-Factor Authentication (MFA).