2.3 - Wireless Encryption

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 7:45 PM on 7/30/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

MIC

Message Integrity Check

Verifies that received data is identical to the original sent data (integrity check)

2
New cards

Wireless encryption purpose

All wireless devices are radio transmitters/receivers, so anyone can listen in; encrypting data ensures only those with the correct key can transmit and read it (WPA2, WPA3)

3
New cards

WEP (Wired Equivalent Privacy) 👎👎👎

Original wireless encryption with serious cryptographic weaknesses; deprecated — DO NOT use

4
New cards

WPA

Wi-Fi Protected Access

2002 replacement for WEP; a short-term bridge that used TKIP for encryption and ran on existing hardware

5
New cards

TKIP

Encryption protocol used in the original WPA; weaker than AES, later replaced

6
New cards

WPA2

Wi-Fi Protected Access II (certified 2004); replaced WPA; uses AES encryption (stronger than TKIP); often required an access point hardware upgrade because AES needs more CPU

7
New cards

AES

Advanced Encryption Standard

Strong encryption used by WPA2/WPA3; replaced the weaker TKIP; requires more CPU power

8
New cards

WPA3

Wi-Fi Protected Access 3 (2018); upgrade to WPA2 with stronger AES options, more secure initial key exchange, and encryption even on open networks

9
New cards

WEP vs. WPA vs. WPA2 vs. WPA3

  • WEP = broken (don't use)

  • WPA = TKIP (bridge)

  • WPA2 = AES (2004)

  • WPA3 = AES + better key exchange + open-network encryption (2018)

10
New cards

Open System

Wireless security mode requiring NO authentication password

11
New cards

WPA-Personal / WPA-PSK

WPA2 or WPA3 with a pre-shared key; everyone uses the same 256-bit key

12
New cards

WPA-Enterprise / WPA-802.1X

WPA2 or WPA3 that authenticates users individually against an authentication server (e.g., RADIUS)

13
New cards

Personal vs. Enterprise mode

  • Personal (PSK) = one shared 256-bit key for everyone

  • Enterprise (802.1X) = individual user authentication via an authentication server like RADIUS

14
New cards

RADIUS

Authentication server used in WPA-Enterprise / 802.1X mode to authenticate users individually