Access control concepts (VOCABULARY)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering separation of duties, need-to-know vs least privilege, access control approaches, and the four access control services (identification, authentication, authorization, accountability) with their factors.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Separation of duties

Dividing key processes into multiple parts assigned to different people to prevent fraud and errors.

2
New cards

Need to know

Restricts access to data so users can access only the data required for their role.

3
New cards

Least privilege

Restricts a user's actions to only those required to perform their role.

4
New cards

Difference between need to know and least privilege

Need to know focuses on restricting data access; least privilege focuses on restricting user actions.

5
New cards

Centralized approach

Access to multiple applications is managed through one centralized system.

6
New cards

Decentralized approach

Access to multiple applications is managed within each application independently.

7
New cards

Hybrid approach

A combination of centralized and decentralized access control.

8
New cards

Identification

The process where the user asserts their identity to the system (e.g., username).

9
New cards

Authentication

The process of verifying a user’s identity using one of three factors: knowledge, ownership, or characteristic.

10
New cards

Knowledge (authentication factor)

Something you know; information the user memorizes.

11
New cards

Ownership (authentication factor)

Something you have; a token or device used to authenticate.

12
New cards

Characteristic (authentication factor)

Something you are; a biometric trait (e.g., fingerprint).

13
New cards

Authorization

The process of granting a user permission to access resources or perform actions.

14
New cards

Accountability

The ability to trace actions to a specific user, typically via audit logs and records.