Acronyms Flashcards
1
Q
PII
A
Personally Identifiable Information
2
Q
AES
A
Advanced Encryption Standard
3
Q
MD5
A
Message Digest 5
hashing algorithm
4
Q
SHA
A
Secure Hash Algorithm
5
Q
HMAC
A
Hash-based Message Authentication Code
6
Q
MAC
can have 3 different meanings in Security+
A
- Media Access Control (physical address assigned to NICs)
- Mandatory Access Control (an access control model)
- Message Authentication Code (provides integrity like a hash would do)
7
Q
PKI
A
Public Key Infrastructure
Provides the means to create, manage and distribute certificates.
8
Q
SPOF
A
Single Point of Failure
Ex: a single drive in a server. If that drive goes down, the whole system fails.