A healthcare organization is replacing its legacy virtual private network (VPN) infrastructure with a Zero Trust Architecture (ZTA) to secure access to electronic health record (EHR) microservices hosted across hybrid cloud environments. Which of the following design decisions directly reflect core Zero Trust Architecture principles? (Select THREE.)
- Re-evaluating identity, device posture, and risk context continuously throughout active sessions rather than relying solely on initial authenticationAnswer
- Implementing microsegmentation and granular authorization policies that restrict access strictly to the explicit resources required for each requestAnswer
- Treating all network traffic as inherently untrusted regardless of whether it originates inside or outside the traditional corporate network boundaryAnswer
- DGranting persistent network-wide access to internal database subnets once a remote user successfully completes initial multi-factor authentication
- ERelying primarily on network-level firewall IP filters to differentiate authenticated administrative access from general traffic without inspecting application context
Answer
The core tenets of Zero Trust Architecture include continuous verification of context throughout active sessions, enforcement of least privilege via granular microsegmentation, and assuming breach by treating all internal and external network traffic as untrusted.
Zero Trust Architecture is anchored by three primary tenets: explicit verification (continuously validating identity, device posture, and context), least privilege access (restricting access to specific resources via microsegmentation), and assuming breach (treating all network traffic as untrusted regardless of origin). Together, these mechanisms eliminate implicit perimeter trust.
Step-by-Step Solution
Key Concept
Zero Trust Architecture Principles (Explicit Verification, Least Privilege, Assume Breach)