CompTIA Security+ Architecture and Design Review

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

1/42

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary terms based on the Secure Baselines, Hardening, Identity Management, and Incident Response lecture transcript.

Last updated 2:38 AM on 6/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

43 Terms

1
New cards

Secure Baselines

Defined security configurations established (often by manufacturer), deployed via centrally administered consoles, and maintained over time.

2
New cards

SCADA/ICS

Supervisory Control and Data Acquisition / Industrial Control Systems; large-scale multi-site systems that manage onsite equipment and require extensive segmentation.

3
New cards

RTOS

Real-Time Operating System; an OS with a deterministic processing schedule, isolated from the network and run with minimum services.

4
New cards

MDM

Mobile Device Management; centralizes management of company/user-owned mobile devices including apps, data, camera, and access control.

5
New cards

COPE

Corporate Owned, Personally Enabled; the company buys the device but allows personal use while keeping full control.

6
New cards

CYOD

Choose Your Own Device; like COPE, but the user picks which device they want from a pre-approved list.

7
New cards

WPA3

Wi-Fi Protected Access 33, adopted in 20182018; introduces GCMP and SAE for stronger security.

8
New cards

GCMP

Galois/Counter Mode Protocol; uses AES for data confidentiality and GMAC for message integrity.

9
New cards

SAE

Simultaneous Authentication of Equals; a Diffie-Hellman derived key exchange (dragonfly handshake) used in WPA3 that creates different session keys with the same PSK.

10
New cards

WPA3-Personal/PSK

WPA3 using a pre-shared key where everyone uses the same 256256-bit key.

11
New cards

RADIUS

Remote Authentication Dial-in User Service; one of the more common AAA protocols used to centralize authentication.

12
New cards

IEEE 802.1X802.1X

Port-based Network Access Control; ensures no access to the network until the user is authenticated.

13
New cards

EAP

Extensible Authentication Protocol; a framework that embeds authentication within the 802.1X802.1X process.

14
New cards

SAST

Static Application Security Testing / Static code analyzers; tools that find security vulnerabilities by reviewing source code.

15
New cards

Code Signing

Using asymmetric encryption where a trusted CA signs the developer's public key and the developer signs code with their private key to verify origin.

16
New cards

Fuzzing

Dynamic analysis / fault injection testing that sends random input to an application to see how it handles it.

17
New cards

OSINT

Open-Source Intelligence; publicly available info from the internet, government data, and commercial data.

18
New cards

CVSS

Common Vulnerability Scoring System; quantitative scoring of vulnerability severity on a scale from 00 to 1010.

19
New cards

CVE

Common Vulnerabilities and Exposures; a standardized list or identifier for known vulnerabilities.

20
New cards

Exposure Factor

The percentage of value or business activity lost if a specific vulnerability is exploited.

21
New cards

Compensating Controls

'Good enough' solutions used when a primary security control cannot be implemented.

22
New cards

SCAP

Security Content Automation Protocol; maintained by NIST, it consolidates vulnerability info across devices into a single language.

23
New cards

SIEM

Security Information and Event Management; a system for log collection and security alert management.

24
New cards

SNMP

Simple Network Management Protocol; an application-layer protocol used to monitor and manage network devices over IP.

25
New cards

NetFlow

A protocol that gathers traffic statistics from all traffic flows on a network.

26
New cards

NGFW

Next Generation Firewall; a Layer 77 firewall that analyzes and categorizes every packet, also known as deep packet inspection.

27
New cards

Implicit Deny

A firewall principle where traffic is denied by default at the end of the rule list if it does not match any specific rule.

28
New cards

Screened Subnet

An additional layer of security between the internal network and the internet, connected through a firewall.

29
New cards

SELinux

Security-Enhanced Linux; open-source security patches for the Linux kernel that add Mandatory Access Control (MAC).

30
New cards

SPF

Sender Policy Framework; defines which email servers can send mail on a domain's behalf to verify sender legitimacy.

31
New cards

DKIM

DomainKeys Identified Mail; digitally signs outgoing mail to confirm it was not altered after being sent.

32
New cards

DMARC

Domain-based Message Authentication, Reporting, and Conformance; extends SPF and DKIM and allows domain owners to specify actions for failing emails.

33
New cards

FIM

File Integrity Monitoring; monitors the integrity of files on a system (e.g., SFC for Windows or Tripwire for Linux).

34
New cards

EDR

Endpoint Detection and Response; uses behavioral analysis and machine learning to detect threats and respond via isolation or quarantine.

35
New cards

XDR

Extended Detection and Response; an evolution of EDR that adds broader data input from network and cloud sources.

36
New cards

LDAP

Lightweight Directory Access Protocol; a protocol for read/write access of directories over an IP network, based on X.500500.

37
New cards

SAML

Security Assertion Markup Language; an open standard for the authentication of a user through a third party.

38
New cards

MAC

Mandatory Access Control; assigns labels to objects with the administrator deciding access by security level.

39
New cards

DAC

Discretionary Access Control; the data creator or owner decides access; highly flexible but weak.

40
New cards

RBAC

Role-Based Access Control; access is determined by the user's role in the organization via group memberships.

41
New cards

ABAC

Attribute-Based Access Control; grants or denies access based on characteristics of the user, resource, and environment.

42
New cards

Legal Hold

A legal technique to preserve relevant Electronically Stored Information (ESI) in a separate repository.

43
New cards

Chain of Custody

A list of everyone who has had contact with digital data to maintain its integrity for forensic purposes.