A security engineer is designing the network architecture for a utility company's remote smart grid infrastructure. The environment includes hundreds of field sensor gateways that transmit power usage data back to a centralized analytics server. The engineer must ensure that if an attacker physically tampers with and compromises a field gateway, the attacker cannot move laterally to inspect or access adjacent gateways, nor access administrative systems within the internal enterprise network. Which of the following network segmentation controls best satisfies these security requirements?
- Implement microsegmentation and stateful access control rules to restrict East-West traffic between field gateways and restrict North-South communication strictly to designated data collection endpoints.Answer
- BPlace all field sensor gateways and administrative management workstations within a single high-bandwidth Virtual Local Area Network (VLAN) to simplify centralized traffic analysis.
- CRely on an upgraded edge perimeter firewall to inspect external internet traffic while allowing unrestricted communication among all internal network nodes once past the perimeter.
- DDeploy a network intrusion detection system (NIDS) in passive monitoring mode across the field network to serve as the main isolation mechanism.
Answer
Implementing microsegmentation and stateful access control rules to isolate field gateways from one another (limiting East-West lateral movement) and strictly controlling North-South communication to authorized central analytics endpoints.
Microsegmentation isolates workloads and devices from one another, preventing lateral East-West movement even if an attacker physically compromises a device on the network segment. Restricting North-South traffic ensures data can only flow to explicitly authorized analytics servers.
Step-by-Step Solution
Key Concept
Microsegmentation and Lateral Traffic Control