Typical Edge + DMZ
Internet
│
[ Edge Router + Stateful FW ]
│
├──► [ DMZ ] ──► [ Reverse Proxy / WAF ] ──► [ App Tier ] ──► [ DB ]
│
└──► [ Inside / Corp LAN ] ──► VLAN10 (Corp), VLAN20 (Guest), VLAN30 (IoT)
DMZ hosts public-facing services behind a reverse proxy or WAF. Inside networks are segmented by VLANs with inter-VLAN rules.
Internal Segmentation (East/West)
[ L3 Core Switch ]
│
┌───┴────┬─────────┐
VLAN10 VLAN20 VLAN30
(Corp) (Guest) (IoT)
│ │ │
[ACL/FW] [ACL/FW] [ACL/FW]
Deploy firewalls/ACLs between internal segments to limit lateral movement and isolate sensitive systems.
Microsegmentation (Host/Workload)
┌────────────┐ ┌────────────┐
Workload A ─▶│ Host FW / │◀────▶│ Host FW / │◀─ Workload B
│ Agent PDP │ │ Agent PDP │
└────────────┘ └────────────┘
Policies enforced per-process / per-label; identity-aware.
Host-based policies enforce fine-grained rules close to workloads (on servers or containers).