SEC+ Now

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:12 AM on 5/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

CCMP-TKIP-chain

Wi-Fi encryption ladder: WEP (broken) → TKIP/WPA (deprecated) → CCMP/WPA2 (current, uses AES)

2
New cards

IDS-IPS-grid

NIDS=network detect, NIPS=network prevent, HIDS=host detect, HIPS=host prevent — active=prevent, passive=detect

3
New cards

IPsec-AH-ESP

AH = auth + integrity ONLY (no encryption); ESP = auth + integrity + CONFIDENTIALITY — "need encryption" → ESP

4
New cards

SIEM-vs-SOAR

SIEM = collects logs, detects threats, sends alerts; SOAR = automates the RESPONSE to those alerts

5
New cards

ICS-vs-SCADA

ICS = broad umbrella (all industrial control); SCADA = specific type of ICS for remote monitoring — SCADA ≠ SoC

6
New cards

cloud-models

IaaS = rent hardware/VMs (you manage OS up); PaaS = rent platform (you manage app only); SaaS = use the app (manage nothing)

7
New cards

sym-asym-list

Symmetric: AES, DES, 3DES, RC4, IDEA — Asymmetric: RSA, DSA, DHE, ECDHE, ECC, PGP, GPG — AES is NOT asymmetric

8
New cards

PAM-2 Meanings

"Unix/Linux auth framework" → Pluggable Authentication Modules; "elevated/admin accounts" → Privileged Access Management

9
New cards

RPO-vs-RTO

RPO = max DATA LOSS tolerated (how old a backup can be); RTO = max DOWNTIME tolerated (how fast to recover)

10
New cards

OCSP-vs-CRL

"Fastest cert validity check" → OCSP (real-time single query); CRL = download whole revocation list (slow)

11
New cards

MDM-vs-UEM-vs-MMC

MDM = mobile devices only; UEM = all endpoints (mobile+PC+IoT); MMC = Windows admin console (NOT mobile mgmt)

12
New cards

STIX-vs-TAXII

STIX = FORMAT/language for threat intel; TAXII = TRANSPORT that delivers STIX — "dedicated transport" → TAXII

13
New cards

FTPS-vs-SFTP

FTPS = FTP + TLS, port 990 (NOT SSH-based); SFTP = SSH file transfer, port 22 — completely different stacks

14
New cards

CSRF-vs-XSS

XSS = injects script into page (exploits browser's trust in site); CSRF = tricks browser to send requests (exploits site's trust in browser)

15
New cards

FAR-FRR-CER

FAR = accepts impostor (security risk); FRR = rejects valid user (inconvenience); CER = crossover/balance point

16
New cards

MAC-3 meanings

MAC = 1) 48-bit hardware address on adapters 2) Mandatory Access Control (strictest) 3) Message Authentication Code (hash+key)

17
New cards

HMAC

Hash-Based Message Authentication Code — hash function + SECRET KEY; verifies BOTH integrity AND authenticity (plain hash = integrity only)

18
New cards

contracts-cluster

"Performance/uptime" → SLA; "work to be performed" → SOW; "informal intent" → MOU; "confidentiality" → NDA; "master framework" → MSA

19
New cards

DSA-vs-RSA

DSA = digital signatures ONLY (asymmetric, no encryption); RSA = signatures + encryption + key exchange

20
New cards

PSK-vs-SAE

PSK = WPA/WPA2 pre-shared key (Wi-Fi password); SAE = WPA3 auth method, replaces PSK, stops offline guessing attacks

21
New cards

TOTP-vs-HOTP

TOTP = time-based OTP (changes every ~30s, Google Auth); HOTP = counter-based OTP (changes each use)

22
New cards

block-modes-exam

ECB = weakest (don't use); CBC = chained blocks; CFB = block→stream; GCM = CTR + auth tag (confidentiality + integrity)

23
New cards

VPN-vs-VLAN

VPN = encrypted tunnel over public internet (privacy); VLAN = logical network segment, no encryption (segmentation only)

24
New cards

AES-strength-rank

AES > 3DES > DES > RC4 — "least vulnerable" or "strongest" = AES; "broken/deprecated stream cipher" = RC4

25
New cards

SSL-deprecated

SSL = deprecated encryption protocol; "deprecated encryption protocol" on exam → SSL (not TLS, not SSH)