Security+ Domain 1 Acronyms

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:36 AM on 9/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

ISO

International Organization for Standardization
(The global body that sets security baselines)

2
New cards

AAA

Authentication, Authorization, and Accounting

3
New cards

PEP

Policy Enforcement Point
(The gatekeeper tool that blocks or allows traffic)

4
New cards

PDP

Policy Decision Point
(The brain that checks the rules and tells the PEP what to do)

5
New cards

PKI

Public Key Infrastructure
(The entire system of digital certificates and trust)

6
New cards

FDE

Full Disk Encryption
(Encrypting the entire storage drive automatically)

7
New cards

EFS

Encrypting File System
(Microsoft's tool for encrypting individual files/folders)

8
New cards

TPM

Trusted Platform Module
(The physical security chip soldered onto your computer's motherboard)

9
New cards

HSM

Hardware Security Module
(A dedicated network appliance used to manage and secure massive amounts of cryptographic keys)

10
New cards

HTTPS

Hypertext Transfer Protocol Secure
(Secure, encrypted web browsing)

11
New cards

VPN

Virtual Private Network
(An encrypted tunnel over an untrusted network)

12
New cards

DES 56

Data Encryption Standard
(An old, legacy, insecure symmetric encryption method)

13
New cards

AES

Advanced Encryption Standard
(The golden standard for strong, fast symmetric encryption)

14
New cards

SHA-256

Secure Hash Algorithm 256-bit
(A hashing function used to verify data integrity—not for encryption)

15
New cards

CA

Certificate Authority
(The trusted third party that issues digital certificates)

16
New cards

CRL

Certificate Revocation List
(A published list of digital certificates that have been canceled early)

17
New cards

OCSP

Online Certificate Status Protocol
(The fast, real-time method to check if a certificate is valid right now)

18
New cards

IDS

Intrusion Detection System
(A monitoring tool that watches traffic and alerts on bad activity)

19
New cards

honeypot

A honeypot is a decoy server that looks like an easy target for a threat actor and is used to deter a threat actor from accessing the corporate network. Few or no security controls are put in place to allow a threat actor easy access.

20
New cards

self-signed

A self-signed certificate is one created by an individual user or entity and not using a third-party certificate authority (CA). Self-signed certificates can be useful when authenticating within an organization’s intranet or during DevOps.

21
New cards

wildcard

A wildcard is the portion of an issued certificate that contains the subdomains, which are included in the certificate issued to the primary domain.

22
New cards

ZTNA

Zero trust network access enforces strict continous verification for every access request