Chapter 3: Scenarios & Selection

Eight real-world deployment scenarios with photorealistic illustrations, technical specifications, and selection guidance.


Selecting the appropriate segmentation model requires a clear understanding of the deployment environment, the sensitivity of data being protected, the operational constraints of the team, and the compliance requirements that must be satisfied. This chapter presents eight canonical deployment scenarios, each with a photorealistic illustration, a description of the environment and key design decisions, and a table of primary technical indicators. These scenarios are not mutually exclusive — many real-world deployments combine elements from two or more scenarios.

AEnterprise Campus Network — Multi-VLAN Segmentation
Enterprise Campus Network Segmentation

Figure 3.1: Enterprise Campus Network — Multi-story office building with color-coded VLAN conduits, edge NGFW, DMZ rack, and NOC visible through glass walls.

The enterprise campus scenario is the most common starting point for segmentation projects. The network serves a mixed population of managed endpoints, guest devices, printers, IoT devices, and production-adjacent systems. The primary risk is a compromised endpoint in the Office zone pivoting to production systems or sensitive data stores. The design uses 802.1X-enforced VLANs at the access layer, with an ISFW or NGFW enforcing inter-VLAN routing policies at the distribution/core layer. Guest and IoT VLANs are strictly isolated with no path to internal systems.

802.1X NAC VLAN Segmentation NGFW at Edge ISFW at Core MLPS 2.0 Level 2–3 Medium Complexity
4–8
Security Zones
<5ms
Inter-VLAN Latency
10Gbps+
Core Throughput
99.9%
NAC Auth Success
0
Direct Office→Prod Paths
BData Center — Leaf-Spine with Tier-Based Micro-Segmentation
Data Center Leaf-Spine Segmentation

Figure 3.2: Data Center Three-Tier Architecture — Leaf-spine topology with labeled App, Data, Management, and Security tiers, ISFW appliances between tiers, and SIEM monitoring station.

The data center scenario requires east–west micro-segmentation in addition to north–south boundary controls. The leaf-spine fabric provides high-bandwidth, low-latency connectivity between workloads, while the segmentation layer enforces that App tier servers can only reach Data tier via specific service accounts and ports, and that Management tier access is restricted to the bastion host. Distributed firewall policies (host-based or hypervisor-based) supplement physical ISFW appliances for workload-level granularity. The Security tier receives log streams from all other tiers and has read-only visibility into all zones.

Leaf-Spine Fabric ISFW Between Tiers Distributed Firewall DB Audit MLPS 2.0 Level 3–4 High Complexity
5–10
Security Tiers
<1ms
East-West Latency
100Gbps+
Spine Bandwidth
100%
DB Audit Coverage
<30s
HA Failover Time
CHybrid Cloud — Consistent Policy Across On-Prem and Cloud
Hybrid Cloud Security Architecture

Figure 3.3: Hybrid Cloud Architecture — Split-screen showing on-premises NGFW zones connected via IPsec/SD-WAN tunnel to cloud VPC security groups, with ZTNA gateway for remote users and central SIEM at bottom.

The hybrid cloud scenario presents the challenge of maintaining consistent segmentation policy across environments where IP addresses are ephemeral and security group membership changes dynamically. The design uses a combination of IPsec or SD-WAN encrypted tunnels for site-to-site connectivity, cloud-native security groups for east–west control within each cloud environment, and a ZTNA gateway as the single entry point for remote users. Policy-as-code tools ensure that the same logical segmentation intent is enforced regardless of whether workloads run on physical servers or virtual machines in the cloud.

IPsec/SD-WAN Cloud Security Groups ZTNA Gateway Policy-as-Code Multi-Cloud Ready High Complexity
AES-256
Tunnel Encryption
100%
MFA for Remote Access
<50ms
ZTNA Auth Latency
Unified
Policy Enforcement
Centralized
Log Aggregation
DPartner & Third-Party Access — Per-Partner Policy Enforcement
Partner Access Control Architecture

Figure 3.4: Partner Access Control — VPN/ZTNA tunnel from partner network through DMZ MFA gateway to per-partner API policy profiles, with session logging and production service access controls.

Partner and third-party access represents one of the highest-risk access patterns in enterprise networks. Partners often require access to specific APIs or data sets, but their security posture is outside the organization's direct control. The design isolates all partner access through the DMZ, requiring VPN or ZTNA authentication with MFA. An API gateway enforces per-partner rate limits, allowed endpoints, and data access scopes. Session logs are mandatory for all partner access, and partner access profiles are reviewed quarterly. No partner has direct network access to Production or Data zones — all access is mediated through the API gateway.

VPN/ZTNA MFA Required API Gateway Per-Partner Policy Session Recording Medium Complexity
100%
MFA Enforcement
Per-Partner
Rate Limiting
100%
Session Logging
Quarterly
Access Review Cycle
0
Direct Prod Access
EDev/Test Isolation — Controlled CI/CD Promotion Pipeline
Dev/Test Environment Isolation

Figure 3.5: Dev/Test Isolation — Isolated Dev/Test zone (orange) with CI/CD pipeline as the only bridge to Production zone (green), showing artifact scanning, security gates, approval workflow, and data masking pipeline.

The Dev/Test isolation scenario addresses the risk of development environments being used as a pivot point into production. Developers require access to realistic test data and the ability to deploy code, but they must not have direct network access to production systems. The design uses a firewall to block all direct routing between Dev/Test and Production, with the CI/CD pipeline as the only authorized promotion path. Test data is derived from production data through a data masking pipeline. Secrets management ensures that production credentials are never stored in development environments. Compliance audit trails capture every promotion event.

CI/CD Pipeline Gate Data Masking Secrets Management Firewall Block DevSecOps Medium Complexity
0
Direct Dev→Prod Routes
100%
Artifact Scanning
Separate
Credential Stores
Masked
Test Data Source
Audited
All Promotions
FSOC Centralization — Visibility Without Trust
SOC Centralization Architecture

Figure 3.6: SOC Centralization — Security Operations Center with SIEM receiving log streams from all network zones, SOAR automation workflow, alert severity dashboard, and vulnerability scanner with limited active reach.

The SOC centralization scenario addresses the challenge of giving the security team visibility into all zones without granting them administrative access that could be abused or compromised. The SIEM receives log streams from all zones via one-way log forwarding — the SIEM cannot initiate connections back into production zones. The vulnerability scanner has limited active reach, with scan credentials managed by PAM and scan schedules approved by zone owners. SOAR playbooks automate tier-1 response actions such as quarantining a compromised host or blocking a malicious IP, with human approval required for higher-impact actions.

SIEM Centralization SOAR Automation One-Way Log Push PAM-Managed Scans Threat Intelligence High Complexity
100%
Zone Log Coverage
<5min
Alert Detection Time
One-Way
Log Flow Direction
Automated
Tier-1 Response
90-Day
Log Retention Min.
GOT/ICS Environment — Purdue Model with Industrial DMZ
OT/ICS Industrial Control System Segmentation

Figure 3.7: OT/ICS Purdue Model — Five-level hierarchy from Enterprise (Level 4) through Industrial DMZ to Operations (Level 3), Control (Level 2/1), and Field (Level 0), with unidirectional security gateways and ISA/IEC 62443 compliance labels.

The OT/ICS scenario requires the most conservative segmentation approach. Industrial control systems often run legacy operating systems that cannot be patched, and a security incident can have physical safety consequences. The design follows the ISA/IEC 62443 Purdue model, with strict conduits between each level and an Industrial DMZ that mediates all data exchange between the enterprise IT network and the OT network. Unidirectional security gateways (data diodes) are used where data must flow from OT to IT without any possibility of reverse communication. Remote vendor access is restricted to a dedicated jump host in the Industrial DMZ with session recording and time-limited access tokens.

ISA/IEC 62443 Purdue Model Data Diodes Industrial DMZ Air-Gap Capable Very High Complexity
5
Purdue Levels
Unidirectional
IT→OT Data Flow
Time-Limited
Vendor Access Tokens
100%
Vendor Session Recording
ISA/IEC 62443
Compliance Standard
HGovernment & Critical Infrastructure — Multi-Classification Separation
Government Critical Infrastructure Security

Figure 3.8: Government & Critical Infrastructure — Isometric building showing physically separated classification zones (Top Secret/red, Secret/orange, Unclassified/blue, Public DMZ/gray) with cross-domain solutions, biometric access controls, and dedicated SOC.

Government and critical information infrastructure environments require the highest level of segmentation rigor, often including physical separation between classification levels. The design implements separate network fabrics for each classification level, with cross-domain solutions (CDS) as the only authorized data transfer path between levels. MLPS 2.0 compliance requirements mandate specific controls for each protection level, including dedicated audit systems, physical access controls, and classified log handling procedures. The public services DMZ is completely separated from all classified networks and is treated as an untrusted zone even for internal users.

Physical Separation Cross-Domain Solutions MLPS 2.0 Biometric Access CII Compliant Highest Complexity
Physical
Zone Separation
CDS Only
Cross-Level Transfer
MLPS 2.0
Compliance Framework
Biometric
Physical Access Control
Classified
Log Handling Procedure

Scenario Selection Matrix

The following matrix helps engineering teams select the most appropriate scenario or combination of scenarios based on their environment characteristics. Multiple scenarios can apply simultaneously — for example, a government data center would combine elements of Scenarios B, G, and H.

Environment Type Primary Scenario Secondary Scenario Complexity Key Differentiator
Enterprise campus with office usersAD (if partners)Medium802.1X NAC + VLAN enforcement
On-premises data centerBF (SOC)HighEast-west micro-segmentation
Multi-cloud or hybrid cloudCF (SOC)HighPolicy-as-code + ZTNA
SaaS/API platform with partnersDB or CMediumPer-partner API policy
Software development organizationEA or BMediumCI/CD as the only promotion path
Security-focused organizationFAll othersHighSIEM + SOAR centralization
Manufacturing / industrial facilityGA (IT side)Very HighPurdue model + data diodes
Government / critical infrastructureHB + GHighestPhysical separation + CDS