Skip to content
Portfolio

Firewalls

FeatureBenefit
Contextual AwarenessEvaluates destination OS & existing vulnerabilities
Application Visibility & Control (AVC)Layer 7 inspection (beyond just ports)
User IdentityKnows “who” not just “what IP”
Reputation FilteringDynamic blocklists via Cisco Talos

Tracks connection state in a state of active connections (TCP handshakes, UDP flows) in a state table. Decisions are based on:

  • Source/destination IP & port
  • Protocol
  • Connection state (SYN, ESTABLISHED, FIN, etc.)

Only return traffic for allowed outbound connections is permitted back in.


Physical/logical subnetwork isolating public-facing services from the private internal network.

Zone / InterfaceSecurity LevelDescription
Outside / Untrusted0 (lowest)Internet — highly restricted inbound
DMZ / Public-Facing50 (medium)Web servers, mail relays, DNS — specific inbound allowed (e.g., TCP 443)
Inside / Trusted100 (highest)Employee workstations, databases — no direct inbound from Internet; DMZ → Inside heavily restricted

Traffic Flow Rules:

  • Outside → DMZ: Permit specific (web, mail)
  • Outside → Inside: Deny all
  • Inside → DMZ/Outside: Permit (initiated from inside)
  • DMZ → Inside: Deny / heavily restrict