A school district must segment student SIS, staff administration, and guest Wi-Fi backends into separate subnets or VPCs, block casual lateral movement, and still allow tightly controlled access to shared services such as directory and logging. Which design best achieves this?
Select an answer to reveal the explanation.
Short Explanation
Picture three locked school wings that all need the same boiler room—but not open doors between classrooms. Isolate SIS, staff, and guest backends, then poke only the holes you intend to shared services. A flat wide-open subnet is how lateral movement becomes a hallway sprint.
Full Explanation
Organizational network segmentation reduces blast radius by isolating trust zones (student SIS, staff admin, guest backends) into separate subnets or VPCs and permitting only explicitly required paths to shared services. Security groups provide stateful allow-lists for instance or ENI flows, while route tables and optional NACLs reinforce subnet boundaries. Flat permissive topologies, unrestricted transitive TGW routing, and public exposure undermine least lateral movement for a school district.