A regional healthcare network is redesigning its infrastructure to align with Zero Trust Architecture (ZTA) principles for biomedical IoT equipment, such as infusion pumps and vital sign monitors. Historically, once a biomedical device successfully completed initial 802.1X authentication on an internal switch port, it was granted persistent trust and unmonitored network access to servers containing electronic health records (EHR). Which of the following implementations best fulfills the Zero Trust requirement for resource access control in this scenario?
- Positioning a Policy Enforcement Point (PEP) to gate all access requests and dynamically enforce decisions made by the Policy Engine based on continuous assessment of device state and context.Cevap
- BConfiguring core network switches to automatically grant full internal network trust to any MAC address that completes port-level authentication successfully.
- CIssuing long-lived client certificates to devices so initial identity verification grants perpetual authorization for all subsequent API requests.
- DDeploying signature-based network intrusion prevention rules at the perimeter firewall to inspect incoming external web traffic.
Cevap
Positioning a Policy Enforcement Point (PEP) to gate all access requests and dynamically enforce decisions made by the Policy Engine based on continuous assessment of device state and context.
The core tenets of Zero Trust Architecture (as defined in NIST SP 800-207) mandate that all communication is secured regardless of network location, access to resources is granted on a per-session basis, and access rights are determined dynamically by a Policy Engine and enforced by a Policy Enforcement Point (PEP). Implementing a PEP to gate resource requests based on continuous evaluation of device health and context fulfills these requirements.
Adım Adım Çözüm
Anahtar Kavram
Zero Trust Policy Decision Point (PDP) and Policy Enforcement Point (PEP) Architecture