A security architect is implementing NIST SP 800-207 Zero Trust Architecture (ZTA) logical components within an enterprise hybrid network. Match each Zero Trust logical component on the left with its correct operational responsibility on the right.
- Policy Engine (PE)Evaluates enterprise security policies and contextual risk signals to render the ultimate decision to grant or deny resource access.
- Policy Administrator (PA)Issues control commands to initiate, configure, or terminate the communication session between the user subject and enterprise resource.
- Policy Enforcement Point (PEP)Intercepts, monitors, and applies control plane instructions directly to active data plane traffic sessions.
Answer
Policy Engine matches evaluating policy rules and rendering access decisions; Policy Administrator matches issuing control signals to open or close session connections; Policy Enforcement Point matches intercepting and enforcing access controls on data plane traffic.
In NIST SP 800-207 Zero Trust Architecture, responsibilities are split across control and data planes: the Policy Engine renders access decisions based on contextual risk and policy; the Policy Administrator handles control channel signaling to establish or break connections; and the Policy Enforcement Point acts as the data plane gatekeeper enforcing those decisions on live session traffic.
Step-by-Step Solution
Key Concept
Zero Trust Control Plane vs. Data Plane Component Functions
Estimated Time:1m 30s