A security administrator needs to prevent smart building environmental sensors from communicating directly with internal servers holding confidential employee files on the company network. Which of the following secure network design techniques provides the most effective logical isolation for these sensors?
- Placing the sensors on a dedicated Virtual Local Area Network (VLAN) with restricted inter-VLAN routingAnswer
- BRelying on the edge perimeter firewall to block external inbound traffic to the internal server network
- CConfiguring static port forwarding rules on the default gateway router
- DDeploying an inline load balancer across public network segments
Answer
Placing the sensors on a dedicated Virtual Local Area Network (VLAN) with restricted inter-VLAN routing is the most effective approach for logically isolating IoT devices from sensitive internal resources.
Placing smart building sensors on a dedicated Virtual Local Area Network (VLAN) isolates their traffic into a distinct logical broadcast domain. With inter-VLAN routing rules or firewalls configured between subnets, lateral movement from compromised IoT devices to confidential internal servers is blocked.
Step-by-Step Solution
Key Concept
Logical Network Segmentation using VLANs