Match each Zero Trust Architecture principle on the left with its corresponding operational description on the right.
- Explicit VerificationAuthenticates and authorizes every access request based on identity, location, and context before granting entry.
- Least Privilege AccessLimits user rights using Just-In-Time and Just-Enough-Access controls to minimize exposure.
- Assume BreachOperates under the premise that internal systems are compromised, requiring end-to-end encryption and containment.
- MicrosegmentationDivides network environments into granular zones to restrict lateral movement between workload instances.
Answer
Explicit Verification matches authenticating and authorizing every access request based on identity and context; Least Privilege Access matches limiting user rights using JIT and JEA controls; Assume Breach matches operating under the premise that internal systems are compromised; Microsegmentation matches dividing network environments into granular zones to restrict lateral movement.
Each Zero Trust principle accurately maps to its operational definition: Explicit Verification dynamically validates requests; Least Privilege Access enforces minimal permissions; Assume Breach plans for internal compromise; Microsegmentation prevents lateral network movement.
Step-by-Step Solution
Key Concept
Core principles and operational tenets of Zero Trust Architecture