A healthcare enterprise is deploying a Zero Trust Architecture (ZTA) across its clinical telemetry systems. During an active diagnostic data transmission session, an endpoint compliance agent reports that a workstation's local security baseline has been modified unexpectedly, though the clinician's multi-factor authentication (MFA) token remains valid and unexpired. Which of the following operations executed by the Zero Trust control plane best demonstrates the principle of continuous verification?
- The Policy Decision Point (PDP) recalculates the session's dynamic trust score based on telemetry metrics and instructs the Policy Enforcement Point (PEP) to terminate the connection despite valid user credentials.Cevap
- BThe Policy Enforcement Point (PEP) maintains the active data plane connection unhindered because the initial mutual TLS session originated from a trusted internal hospital VLAN segment.
- CThe Policy Decision Point (PDP) issues a secondary MFA prompt to the user, operating under the assumption that successful identity re-verification validates endpoint baseline integrity.
- DThe Policy Enforcement Point (PEP) automatically modifies core edge firewall ACLs to block external outbound traffic while permitting unrestricted lateral movement across internal database subnets.
Cevap
The Policy Decision Point (PDP) recalculates the session's dynamic trust score based on telemetry metrics and instructs the Policy Enforcement Point (PEP) to terminate the connection despite valid user credentials.
Under Zero Trust Architecture (ZTA) principles, explicitly verifying every request requires continuous authentication and contextual evaluation. When device telemetry indicates baseline configuration tampering, the Policy Decision Point (PDP) dynamically re-evaluates the contextual risk score and signals the Policy Enforcement Point (PEP) to sever the data plane session. Valid user credentials do not override compromised endpoint security posture.
Adım Adım Çözüm
Anahtar Kavram
Continuous verification and dynamic policy decision making (PDP/PEP) in Zero Trust Architecture