Network Security
Stateless Firewall
Also known as: Packet-filtering firewall, ACL-based firewall
Definition
A firewall that evaluates each packet independently against static rules, without tracking the state of connections.
Examples
- An AWS Network ACL blocking inbound traffic on port 22 from 0.0.0.0/0.
- A router ACL permitting only TCP/443 between two subnets in both directions explicitly.
Related terms
Firewall
A network security device or software that monitors and controls inbound and outbound traffic based on a defined ruleset, separating trusted from untrusted networks.
Stateful Firewall
A firewall that tracks the state of active connections in a connection table and allows return traffic that matches an established session.
Packet Filtering
A network-security technique that inspects each packet's header fields and allows or drops it based on a static ruleset.
IP Spoofing
Forging the source IP address of network packets to impersonate another host, bypass filters, or amplify denial-of-service attacks.
Demilitarized Zone (DMZ)
Demilitarized Zone (DMZ) — definition coming soon.
Network Segmentation
Network Segmentation — definition coming soon.