4.1e — AAA, RADIUS, TACACS+, EAP Variants (14)

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/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:34 PM on 8/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

AAA server

Centralized authentication server; RADIUS, LDAP, or TACACS are common implementations.

2
New cards

AAA framework

Identification, then Authentication (who are you), Authorization (what can you access), and Accounting (logged usage metrics).

3
New cards

RADIUS

Remote Authentication Dial-In User Service; widely supported centralized authentication protocol used for network device logins, VPN, and 802.1X.

4
New cards

RADIUS characteristics

Primarily used for network access; combines authentication and authorization into one step; encrypts only the password in the access-request packet, not the full payload.

5
New cards

TACACS+

AAA protocol that separates authentication and authorization into distinct steps, encrypts the entire payload, and is used primarily for device administration rather than general network access.

6
New cards

RADIUS vs TACACS+

RADIUS: network access, combines authN/authZ, encrypts only the password. TACACS+: device administration, separates authN/authZ, encrypts the full payload.

7
New cards

802.1D

Spanning Tree Protocol, prevents switching loops. Unrelated to authentication; a common exam trap alongside 802.1X.

8
New cards

EAP (reinforced)

Framework embedding the authentication conversation within 802.1X; vendor-customizable.

9
New cards

EAP-TLS (reinforced)

Certificate-based, mutual authentication EAP variant; the strongest option.

10
New cards

LEAP

Cisco's deprecated, proprietary EAP variant; vulnerable to offline dictionary attacks.

11
New cards

PEAP (Protected EAP)

EAP tunneled inside TLS for protection; common in enterprise Wi-Fi deployments.

12
New cards

EAP-TTLS

Similar TLS-tunneling concept to PEAP, less commonly deployed.

13
New cards

Supplicant / authenticator / authentication server (Wi-Fi)

The same three 802.1X roles from wired networks, applied to the Wi-Fi login flow: device requesting access, device enforcing the block, and the server making the decision.

14
New cards

Bluetooth PIN pairing

The actual security mechanism for classic Bluetooth pairing, not MFA.