Question

Difficulty: MediumSecure Network Design and Segmentation

An organization is updating its network architecture to securely integrate legacy point-of-sale (POS) terminals with a cloud-based inventory system while maintaining PCI DSS compliance. The legacy POS terminals run older operating systems that cannot support endpoint agent installations or host firewalls. Which of the following network segmentation controls should the security team implement to isolate these legacy devices and restrict unnecessary lateral traffic? (Select TWO.)

  1. Place the legacy POS terminals on a dedicated VLAN with strict East-West access control lists (ACLs) to block terminal-to-terminal traffic.Answer
  2. Deploy an inline stateful firewall to enforce explicit North-South traffic controls between the POS segment and the cloud inventory system.Answer
  3. C
    Route all POS terminal communication directly across the main corporate user subnet to optimize network routing throughput.
  4. D
    Rely on perimeter edge firewalls for security while maintaining implicit trust across all internal network zones.

Answer

The security team should isolate the legacy terminals on a dedicated VLAN using East-West access control lists to prevent lateral spread, and implement an inline stateful firewall to enforce explicit North-South filtering for traffic bound for the cloud inventory system.
Isolating legacy systems on a dedicated VLAN with East-West ACL restrictions ensures that individual POS terminals cannot communicate laterally with one another if compromised. Concurrently, an inline stateful firewall enforcing North-South traffic rules restricts outbound traffic strictly to necessary cloud infrastructure connections.

Step-by-Step Solution

1
Analyze device limitations and isolation requirements.
Determined that unsupported legacy POS devices must be protected at the network layer because endpoint agents cannot be installed.
Network-level segmentation provides containment when host-level protection is unavailable.
2
Select appropriate inter-zone and intra-zone traffic controls.
Chose VLAN microsegmentation for East-West traffic control and stateful boundary firewalls for North-South egress control.
Combining East-West microsegmentation with North-South perimeter filtering ensures comprehensive isolation from both internal peer systems and external destinations.

Key Concept

Secure Network Design and Segmentation
Rate this question