Terminology Index

Glossary

2953 terms

Open concept maps
I
13

Isolation

Separating processes, users, or systems so they cannot interfere with or access one another, an operating-system and security principle that limits how far a compromise can spread and what a process can reach.

Isolation keeps components apart so a failure or compromise in one does not cascade: the OS isolates processes and user sessions, containers and VMs isolate workloads, and network segmentation isolates systems. For defenders, isolation both limits an attacker's blast radius and is a containment tool, isolating a compromised host stops spread. Understanding OS-level isolation (process, memory, privilege boundaries) underpins reasoning about containment, sandboxing, and defense in depth.

Introduced in: Operating Systems for Defenders

Examples

  • The OS isolating one process's memory from another's.
  • Isolating a compromised host to stop an attacker from spreading.
  • Running untrusted code in a sandbox isolated from the system.
J
14
K
5