A manufacturing enterprise is updating its network security model for factory floor industrial IoT sensors that transmit operational metrics to an enterprise analytics platform. Under the legacy network model, any device connected to the internal factory subnet was implicitly trusted. Which of the following technical implementations best aligns this environment with Zero Trust Architecture (ZTA) principles?
- Require explicit, continuous authentication and dynamic authorization for every data payload, regardless of whether the traffic originates inside the factory subnet.Answer
- BDeploy a next-generation perimeter firewall around the factory subnet to grant full network access to all internal sensors after passing initial network admission control.
- CPerform identity authentication once at the beginning of each shift and rely solely on initial user logon status for device data transmission permissions.
- DReclassify internal network switches as compensating physical security controls so that internal transmission cables do not require encryption or inspection.
Answer
Requiring explicit, continuous authentication and dynamic authorization for every data payload regardless of network origin.
The correct answer aligns directly with Zero Trust Architecture (ZTA) principles by eliminating implicit trust derived from network location. Zero Trust requires that every device, user, and data transaction be explicitly authenticated and authorized using real-time context and continuous validation, even if the request originates from an internal factory subnet.
Step-by-Step Solution
Key Concept
Zero Trust Architecture enforces explicit, continuous verification of identity and authorization for every access request, regardless of network location.