3.3b — States of Data & Sovereignty (11)

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Data at rest

Data stored on a device: hard drive, SSD, flash drive. Considered "at rest" regardless of whether it's encrypted.

2
New cards

Full disk encryption

Encrypting an entire storage device rather than individual files.

3
New cards

Data in transit (data in motion)

Data actively moving across a network.

4
New cards

TLS (data-in-transit protection)

Encrypts traffic to/from a web server.

5
New cards

IPSec (data-in-transit protection)

Used for site-to-site VPNs to encrypt all traffic crossing a link.

6
New cards

Data in use

Data actively loaded into RAM or being processed by the CPU. Almost always decrypted at this stage since the system must read it to work with it.

7
New cards

Data in use vulnerability

The weak point even when at-rest and in-transit encryption are both solid, because processing requires decryption. Example: Target breach RAM-scraping malware.

8
New cards

Three states of data summary

At rest = storage, protected by disk/file encryption. In transit = network, protected by TLS/IPSec/firewall. In use = RAM/CPU, hardest to protect since it must be decrypted to be processed.

9
New cards

Data sovereignty

Data stored within a country is subject to that country's laws, regardless of where the company is headquartered.

10
New cards

GDPR (General Data Protection Regulation)

EU regulation; among its requirements, data collected on EU citizens must be stored within the EU.

11
New cards

Geolocation

Determining a user's physical location using GPS, Wi-Fi (802.11) data, or mobile provider information, used for access control decisions.