A logistics enterprise is migrating its fleet tracking telemetry infrastructure to a Zero Trust Architecture (ZTA). The security team is defining architecture baseline policies for API communication between edge gateway devices and core analytical microservices. Which of the following technical requirements directly align with core Zero Trust Architecture principles? (Select TWO).
- Continuously re-evaluate device security posture and request behavior for every API transaction, regardless of network location.Answer
- BGrant persistent implicit trust to telemetry devices once initial mutual TLS authentication is successfully established inside the private network boundary.
- Enforce microsegmentation and dynamic access controls so edge devices are restricted to the minimal resources necessary for their specific function.Answer
- DTreat strong cryptographic authentication mechanisms as automatically granting permission to access all microservices across the telemetry plane.
Answer
The correct requirements are to continuously re-evaluate device security posture and request behavior for every API transaction regardless of network location, and to enforce microsegmentation and dynamic access controls so edge devices are restricted to the minimal resources necessary for their specific function.
Zero Trust Architecture (ZTA) eliminates implicit network perimeter trust by mandating continuous explicit verification of every transaction (evaluating security posture, location, and behavior) and applying least privilege through microsegmentation to isolate workloads and minimize blast radius.
Step-by-Step Solution
Key Concept
Zero Trust Architecture Principles: Continuous Explicit Verification and Microsegmentation Least Privilege