An enterprise security team is transitioning network operations to align with Zero Trust Architecture (ZTA) principles. Which of the following statements accurately describes a fundamental principle of access control within Zero Trust?
- Every access request must be explicitly validated and continuously authorized based on contextual attributes, regardless of whether the connection originates inside or outside the corporate network.Answer
- BTraffic originating from internal corporate network segments is implicitly trusted and bypasses secondary authentication checks.
- CSuccessfully authenticating user identity during initial logon automatically satisfies authorization requirements for all internal applications.
- DZero Trust is implemented primarily as a boundary filtering control, relying on a central hardware firewall device to protect network assets.
Answer
Every access request must be explicitly validated and continuously authorized based on contextual attributes, regardless of whether the connection originates inside or outside the corporate network.
The correct principle mandates that no user, device, or network segment is trusted by default. Every access request must be explicitly validated and continuously authorized using real-time contextual context regardless of location.
Step-by-Step Solution
Key Concept
Zero Trust Architecture Principles - Never Trust, Always Verify
Estimated Time:45s