An enterprise organization is deploying IoT-enabled environmental monitoring sensors throughout its server infrastructure rooms. The sensors require outbound HTTPS communication to a third-party vendor's cloud telemetry platform for automated threshold alerting. However, security policy mandates that these IoT devices must be strictly restricted to prevent lateral movement toward core internal network assets in the event a sensor is compromised. Which of the following network architecture designs best meets these security requirements while enforcing least privilege?
- Isolate the environmental sensors on a dedicated VLAN using microsegmentation policies and strict egress filtering that restricts outbound traffic exclusively to the cloud platform's endpoints.Answer
- BPlace the environmental sensors on the primary internal subnet alongside corporate database servers, relying on the boundary firewall to filter inbound internet threats.
- CConnect the environmental sensors to an air-gapped network segment that lacks routing capabilities or internet connectivity.
- DDeploy the environmental sensors inside the perimeter DMZ as a compensating control to prevent unauthorized internal access.
Answer
Placing the sensors on a dedicated VLAN governed by microsegmentation and restricted egress filtering provides the necessary network isolation and outbound connectivity.
Microsegmentation combined with a dedicated VLAN and strict egress firewalls isolates high-risk IoT devices from internal networks while allowing only necessary outbound connections to specified cloud servers.
Step-by-Step Solution
Key Concept
Secure Network Design and Microsegmentation