CompTIA Security+: Security Goals & Controls

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:57 PM on 8/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

What does the CIA triad stand for?

Confidentiality, Integrity, and Availability.

2
New cards

What is the purpose of confidentiality?

To prevent unauthorized access or disclosure of information.

3
New cards

What does confidentiality protect against?

Unauthorized viewing, access, or disclosure of data.

4
New cards

What are the three states of data that confidentiality protects?

Data at rest, data in transit, and data in use.

5
New cards

What security technology is commonly used to provide confidentiality?

Encryption (cryptography).

6
New cards

What types of information require confidentiality protection?

Passwords, cryptographic keys, PII, PHI, intellectual property, and sensitive business data.

7
New cards

What is PII?

Personally Identifiable Information.

8
New cards

What is PHI?

Protected Health Information.

9
New cards

What is an example of confidentiality protection using networking?

IPsec VPN or mutual TLS (mTLS).

10
New cards

What encryption method is commonly used to protect data at rest?

AES encryption.

11
New cards

What is integrity?

Ensuring data is accurate, complete, and has not been altered without authorization.

12
New cards

What does integrity protect against?

Unauthorized modification or destruction of data.

13
New cards

What does integrity verify about data?

That it has not been changed or corrupted.

14
New cards

What security mechanism is commonly used to verify integrity?

Hashing.

15
New cards

What is a checksum used for?

To verify that data has not changed during transfer or copying.

16
New cards

What is an HMAC?

A Hash-based Message Authentication Code used to verify message integrity and authenticity.

17
New cards

What access control models support integrity protection?

Biba and Clark-Wilson models.

18
New cards

What security goal does the Biba model focus on?

Integrity.

19
New cards

What is availability?

Ensuring systems and data are accessible when authorized users need them.

20
New cards

What is high availability (HA)?

A failover capability that keeps systems running during failures.

21
New cards

What attacks commonly impact availability?

DoS, DDoS, flooding, poisoning, and resource exhaustion attacks.

22
New cards

What resources can attackers consume to impact availability?

Bandwidth, memory, CPU cycles, and power.

23
New cards

What security solutions help maintain availability?

Firewalls, IDS/IPS, antivirus, endpoint protection, and failover clusters.

24
New cards

What is a warm site?

A disaster recovery location that is partially prepared and requires additional setup before use.

25
New cards

What is disaster recovery planning designed to protect?

Business operations after disruptions or disasters.

26
New cards

What is non-repudiation?

The ability to prove that someone performed an action and cannot deny it later.

27
New cards

What is the opposite of non-repudiation?

Repudiation.

28
New cards

What does non-repudiation prevent a user from claiming?

"I did not perform this transaction or communication."

29
New cards

What technology provides non-repudiation in cybersecurity?

Digital signatures using public/private key cryptography.

30
New cards

What is an example of non-repudiation outside of technology?

A handwritten signature on a legal document.

31
New cards

How do digital signatures provide non-repudiation?

They use a user's private key to sign data, proving ownership and authenticity.

32
New cards

What does AAA stand for?

Authentication, Authorization, and Accounting.

33
New cards

What is authentication?

Verifying that a user, device, or system is who they claim to be.

34
New cards

What is authorization?

Determining what an authenticated entity is allowed to access.

35
New cards

What is accounting?

Tracking activity, usage, start/end times, and actions performed.

36
New cards

What is the difference between authentication and authorization?

Authentication proves identity; authorization determines permissions.

37
New cards

What are the two AAA modes?

Character mode and packet mode.

38
New cards

What is character mode AAA used for?

Administrative access to configure a device.

39
New cards

What is packet mode AAA used for?

Authenticating users accessing network services.

40
New cards

Give an example of character mode AAA.

An administrator logging into a router to change configuration settings.

41
New cards

Give an example of packet mode AAA.

A user accessing a web server through a firewall or authentication proxy.

42
New cards

What AAA protocol is known for strong accounting capabilities?

RADIUS.

43
New cards

What is DIAMETER?

The next-generation replacement for RADIUS.

44
New cards

What is something you know?

A password, PIN, or passphrase.

45
New cards

What is something you have?

A smart card, token, USB key, or certificate.

46
New cards

What is something you are?

A biometric factor such as a fingerprint or iris scan.

47
New cards

Why is multi-factor authentication recommended?

It requires multiple authentication factors, improving security.