D3 · Architecture

What is packet filtering?

Packet filtering examines individual packets against ACL rules (source/destination IP, port, protocol) — fast and simple but doesn't track connection state.
Stateless packet filtering is the oldest firewall type. Can't detect many attacks because it doesn't track connections. Stateful firewalls replaced most uses. Still used in routers for basic ACLs.
← Back to Glossary Practice Questions →