Firewalls

Packet Filtering

English

Overview

A mechanism that decides whether to let a packet through based on its header information.

Details

The most basic firewall method, which decides whether to allow a packet through based on header information such as the IP address and port number. It's simple and fast, but can't take the context of the communication (session state) into account.

More Security terms