Firewall Types and Packet Filtering Limits | Generated by AI

Home 2026.03

Question: According to different working principles, firewall technologies are mainly divided into four categories. Besides packet filtering technology, what are the other three categories? What is the basic idea of packet filtering technology? What are the main disadvantages of packet filtering technology?

Answer:

The four main categories of firewall technologies, classified by their working principles, are:

  1. Packet Filtering (包过滤技术)
  2. Proxy Service (代理服务技术) / Application Gateway
  3. Stateful Inspection (状态检测技术) / Dynamic Packet Filtering
  4. NAT (Network Address Translation) technology (NAT技术)

Basic idea of packet filtering technology:
Packet filtering examines each IP packet (datagram) passing through the firewall and makes allow/deny decisions based on the information contained in the packet header. The decision is primarily made according to the following fields:

The firewall compares these header values against a predefined set of filtering rules (Access Control List – ACL) to decide whether to allow the packet to pass through or to drop/reject it.

Main disadvantages of packet filtering technology:

References:


Back Donate