Wk3 - Digi Business

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:16 PM on 8/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

Physical security

Protecting physical items, objects, or areas from unauthorized access or misuse

2
New cards

Why physical security matters

If someone gets physical access to hardware, they can bypass tech-based (logical) security controls entirely

3
New cards

5 levels of physical security

Minimum, Low, Mid, High, Maximum — security increases based on how sensitive/valuable the site is

4
New cards

Minimum security example

A home with basic locks and doors

5
New cards

Maximum security example

Nuclear facilities or military bases with 24/7 armed surveillance

6
New cards

Tailgating

When an unauthorized person follows an authorized person through a door without their own access credential

7
New cards

Why ID cards shouldn't be the only control

They can be stolen, duplicated, or modified

8
New cards

CCTV's main weakness

It's passive — it records but doesn't prevent an incident, often only reviewed after a break-in

9
New cards

Fail-safe lock

A lock that unlocks automatically during a failure/emergency (e.g. for fire safety)

10
New cards

Fail-secure lock

A lock that stays locked during a failure, prioritizing security over easy exit

11
New cards

CompuTrace

Software on a laptop that reports its location to a monitoring center if stolen

12
New cards

In-house vs outsourced physical security tradeoff

Outsourcing gives expert experience but costs more and means less control/trust placed in another company

13
New cards

Logical access control

Technical controls (like passwords/permissions) that enforce security policy on IT systems

14
New cards

3 objectives of access control

Confirm user identity, restrict user actions to authorized ones, confirm resources are authentic

15
New cards

Permissions - 3 parts

Entity (who), Action (what they can do), Object (what resource it applies to)

16
New cards

Principle of least privilege

Give users only the minimum access needed to do their job

17
New cards

Separation of duties

Split critical tasks across multiple people so no single person has full control

18
New cards

DAC (Discretionary Access Control)

The resource owner decides who gets access — flexible but inconsistent across an organization

19
New cards

MAC (Mandatory Access Control)

A central authority (not the owner) decides and the system enforces access — used where consistency/security matters most (e.g. military)

20
New cards

RBAC (Role-Based Access Control)

Access is tied to a user's role, so permissions update by changing the role, not each individual

21
New cards

Identification

Claiming who you are (e.g. entering a username/User ID)

22
New cards

Authentication

Proving your identity is real (e.g. password, fingerprint)

23
New cards

Authorization

Being granted specific access rights after identity is confirmed

24
New cards

Order of identification, authentication, authorization

Identification, then Authentication, then Authorization — always in that order