A defense technology organization is implementing Zero Trust Architecture (ZTA) for field operations. Mobile tactical command units must access centralized intelligence databases across untrusted wireless channels. To strictly adhere to Zero Trust principles, the architecture must decouple control plane policy evaluation from data plane enforcement. Which of the following implementations correctly demonstrates this architectural separation?
- A centralized policy engine evaluates real-time device health, user context, and threat intelligence to issue dynamic access decisions, while local gateway proxies inspect and enforce those authorization decisions on incoming data streams.Cevap
- BOnce a mobile command unit successfully establishes an encrypted IPsec VPN tunnel into the internal network, all subsequent traffic from that unit to intelligence databases is implicitly trusted without further inspection.
- CThe local edge gateway authenticates user credentials via multi-factor authentication and automatically grants full database access permissions without conducting dynamic authorization or ongoing context checks.
- DAn inline intrusion prevention system (IPS) is deployed at the satellite gateway to automatically rewrite SQL database queries and remediate application layer software buffer overflow vulnerabilities.
Cevap
The implementation where a centralized policy engine evaluates real-time context and dynamic risk factors to issue access decisions, while local gateway proxies enforce those authorization decisions on data streams.
Decoupling control plane policy decisions from data plane enforcement is a foundational Zero Trust Architecture principle. The centralized engine acts as the Policy Decision Point (PDP), using dynamic trust signals (user identity, device posture, location) to decide access, while the gateway proxy acts as the Policy Enforcement Point (PEP) to grant or drop sessions dynamically.
Adım Adım Çözüm
Anahtar Kavram
Decoupling Policy Decision Points (PDP) from Policy Enforcement Points (PEP) in Zero Trust Architecture