A maritime shipping container logistics terminal is modernizing its operational technology (OT) network and port management systems. The security architecture team is adopting Zero Trust Architecture (ZTA) principles to prevent unauthorized access between automated gantry crane control systems, IoT tracking sensors, and cloud management consoles. Which of the following architectural requirements represent core tenets of Zero Trust Architecture that must be implemented in this design? (Select TWO.)
- Treat all network traffic as inherently untrusted regardless of whether the source originates from inside or outside the physical enterprise perimeter.Answer
- Dynamically evaluate and continuously verify trust factors and security posture throughout the entirety of an active session.Answer
- CGrant full implicit trust to internal subnets once traffic passes initial perimeter firewall and site-to-site VPN authentication.
- DEliminate distinct resource authorization checks whenever mutual TLS (mTLS) authentication successfully verifies device identities.
Answer
The core tenets of Zero Trust Architecture include assuming no implicit trust based on network location (treating all traffic as untrusted regardless of origin) and continuously re-evaluating trust and posture dynamically throughout active sessions.
Zero Trust Architecture relies on the tenets of 'never trust, always verify' and 'assume breach'. Traffic originating from internal subnets must be treated with the same scrutiny as external traffic. Furthermore, access decisions are dynamic and subjected to continuous verification during active sessions rather than relying on a single login event.
Step-by-Step Solution
Key Concept
Zero Trust Architecture Principles