Network Segmentation for Security and Compliance, Done Right
Flat networks fail audits and spread breaches. Here is how to design segmentation that satisfies compliance frameworks and actually stops lateral movement.
The Problem Starts With a Flat Network
An IT director at a 200-person professional services firm gets a PCI DSS audit finding: cardholder data environment (CDE) systems share a broadcast domain with employee workstations. No breach has occurred, but the auditor marks it a critical gap. Remediation is now a project, not a config change, because the network was never segmented to begin with.
That scenario repeats across mid-market organizations every audit cycle. The fix, network segmentation, is well understood in principle but frequently under-implemented in practice. Teams segment enough to check a box, not enough to contain a real incident or satisfy a thorough auditor.
This post covers what correct segmentation looks like, which compliance frameworks require it, and the operational decisions that determine whether your design holds up under pressure.
What Segmentation Actually Means
Network segmentation divides a single flat network into isolated zones. Traffic between zones is controlled by policy, not just by convention. The three most common mechanisms are:
- VLANs (Virtual LANs): Layer 2 separation enforced at the switch level. Fast to deploy, but VLAN hopping attacks are possible if trunking is misconfigured.
- Firewall-enforced zones: Layer 3 and Layer 4 controls between segments. More overhead, but explicit allow-lists replace implicit trust.
- Microsegmentation: Software-defined policies applied at the workload or host level, often through an agent or hypervisor. Effective for east-west traffic inside a data center or cloud environment.
Each mechanism has a place. Most mid-market environments need a combination: VLANs for basic separation, firewall rules for zone-to-zone policy, and microsegmentation where lateral movement risk is highest (servers holding sensitive data, for example).
Compliance Frameworks That Require It
Segmentation is not optional for organizations under several major frameworks.
PCI DSS v4.0
Requirement 1.3 mandates that the CDE be isolated from all out-of-scope networks. Segmentation is the primary mechanism. If your CDE is not segmented, every system on the shared network is in scope for the full audit, which multiplies cost and remediation surface dramatically.
HIPAA
The Security Rule does not name segmentation explicitly, but the required and addressable implementation specifications (access controls, audit controls, transmission security) are far easier to satisfy with segmented networks. OCR enforcement actions consistently cite inadequate access controls tied to flat network architectures.
NIST SP 800-53 (FedRAMP, FISMA)
Control SC-7 (Boundary Protection) and SC-32 (Information System Partitioning) directly require logical separation of information systems by sensitivity classification. Federal contractors and agencies operating under FedRAMP moderate or high baselines must demonstrate segmentation through network diagrams and control evidence.
CIS Controls v8
Control 12 (Network Infrastructure Management) and Control 13 (Network Monitoring and Defense) both assume a segmented architecture. Without it, the monitoring controls have no meaningful boundary to watch.
Designing Zones That Match Your Risk Profile
Good segmentation starts with data classification, not with the network diagram. Ask: what data do we hold, where does it live, and who legitimately needs to reach it? The answers define your zones.
A practical starting structure for a mid-market organization:
- User workstation zone: Employee endpoints. Outbound internet permitted. Access to internal resources controlled by role.
- Server zone: Internal application servers, file servers, directory services. No direct inbound from the internet. Workstation-to-server traffic filtered by firewall rule.
- Sensitive data zone (CDE, PHI, PII): Tightly controlled. Only specific application servers and authorized admin hosts can reach it. All traffic logged.
- DMZ: Public-facing services (web servers, email gateways, VPN concentrators). Treated as untrusted. No direct path from DMZ to the sensitive data zone.
- Management zone (out-of-band): Network infrastructure management (switches, firewalls, hypervisors). Accessible only from a dedicated jump host or bastion. Never reachable from user workstations.
- IoT and OT zone (if applicable): Printers, building systems, physical security devices. Isolated from all other zones. Outbound internet blocked or proxied.
The number of zones scales with complexity. A 50-person firm may need four. A 500-person firm with regulated data may need eight or more. The principle is the same: explicit policy governs every cross-zone conversation.
The Firewall Rule Discipline That Makes It Work
Segmentation fails operationally when firewall rules drift. The most common failure pattern: an engineer opens a broad rule to solve an urgent problem, documents it as temporary, and it stays for three years. Auditors find it. Attackers exploit it.
Three practices prevent rule drift:
- Default deny between zones. Every zone boundary starts with an implicit deny. Rules are additive, not subtractive. This forces explicit justification for every allowed flow.
- Rule review on a schedule. Quarterly is realistic for most teams. Each rule should have a business owner and a stated purpose. Rules with no owner get flagged for removal.
- Change management integration. Firewall changes go through the same ticket and approval process as any other infrastructure change. Emergency changes get a post-incident review within 48 hours.
Testing Whether Segmentation Actually Holds
A network diagram that shows segmentation and a network that enforces it are two different things. Testing closes the gap.
Internal vulnerability scanning: Run scans from each zone toward adjacent zones. A scanner on the user workstation zone should not be able to reach the sensitive data zone directly. If it can, the firewall rule set has a gap.
Penetration testing: Annual penetration tests with lateral movement scenarios are the most direct validation. Testers attempt to move from a compromised workstation to the sensitive data zone. The test report becomes evidence for auditors.
Network traffic analysis: Baseline normal cross-zone traffic. Anomalies (a workstation initiating connections to a database server it has never reached before) surface misconfigurations and potential incidents simultaneously.
Cloud Environments Need the Same Logic
Mid-market organizations running workloads in AWS, Azure, or GCP often treat cloud networking as inherently secure. It is not. A default VPC with permissive security groups is a flat network in the cloud.
The same zone logic applies: separate VPCs or VNets for production, development, and management. Security groups and network ACLs enforce zone policy. Private subnets for databases, public subnets only for load balancers and NAT gateways. VPC peering and transit gateway connections get the same firewall scrutiny as on-premises zone crossings.
Cloud-native tools (AWS Network Firewall, Azure Firewall, GCP VPC Service Controls) provide the enforcement layer. The design discipline is identical to on-premises; the implementation syntax differs.
Where Organizations Get It Wrong
The most common segmentation mistakes in mid-market environments:
- Segmenting the perimeter but leaving east-west traffic inside the data center unrestricted.
- Treating VLANs as security boundaries without firewall enforcement between them.
- Forgetting management interfaces: a switch management IP reachable from the user VLAN is a full bypass of every other control.
- Not accounting for wireless: guest Wi-Fi that bridges to the internal network collapses the entire zone model.
- Skipping documentation: auditors need network diagrams with zone labels, data flows, and firewall rule references. Undocumented segmentation does not satisfy a compliance requirement.
Takeaway
Segmentation is not a one-time project. It is an operational discipline: design zones to match data sensitivity, enforce boundaries with explicit firewall policy, test that enforcement regularly, and review rules on a schedule. Organizations that treat it as a checkbox find the gaps during an audit or an incident. Organizations that treat it as ongoing infrastructure practice find the gaps themselves, on their own timeline.
If your team is working through a segmentation design or preparing for a compliance assessment, IT Custom Solution's Consulting and AI Advisory practice works with mid-market and government clients on network architecture and compliance readiness. A short conversation can help identify where your current design has exposure before an auditor or an attacker does.
Tell us about the work.
IT Custom Solution delivers cybersecurity, cloud, managed IT, and custom software for federal, state, and local agencies.