Stateful Firewall Examples

A stateful firewall is a type of firewall that is used to maintain the state of network connections passing through it and make decisions about whether to allow or block them based on a set of predefined rules.

These Predefined rules are customisable as per your requirements with implicit “deny all” for rest traffic which isn’t specified in rules.

Stateful Firewall Examples

Below are the some examples how stateful firewall works:

Example 1: Packet Inspection Through Stateful Firewall

  1. A client device initiates a connection to a server by sending a request packet.
  2. The stateful firewall receives the request packet and checks its rules to determine whether the connection is allowed.
  3. If the connection is allowed, the firewall establishes a state for the connection and allows the request packet to pass through.
  4. The server responds to the request, and the response packet is sent back to the client.
  5. The stateful firewall receives the response packet and checks its state table to confirm that a connection has been established.
  6. If a connection has been established, the firewall allows the response packet to pass through.
  7. The client and server continue to communicate, and the stateful firewall tracks the state of the connection and continues to allow packets to pass through as long as the connection remains active.
  8. When the connection is terminated, the stateful firewall removes the state from its state table and no longer allows packets related to that connection to pass through.
Also Read:  Holafly vs Orange eSIM: Everything You Need to Know

Example 2: File Downloading Through Stateful Firewall

  1. A client device, such as a desktop computer, initiates a connection to a server by sending a request packet to access a file stored on the server.
  2. The stateful firewall, which is located between the client and the server, receives the request packet and checks its rules to determine whether the connection is allowed. Let’s say the firewall has a rule that allows all FTP traffic.
  3. Since the request is for FTP traffic, the firewall establishes a state for the connection and allows the request packet to pass through.
  4. The server, which is running an FTP server, responds to the request by sending a response packet acknowledging the request.
  5. The stateful firewall receives the response packet and checks its state table to confirm that a connection has been established. Since a connection was established in step 3, the firewall allows the response packet to pass through.
  6. The client and server continue to communicate, with the client sending requests to download files and the server sending responses with the requested files. The stateful firewall tracks the state of the connection and continues to allow packets to pass through as long as the connection remains active.
  7. When the client finishes downloading the files or the connection is otherwise terminated, the stateful firewall removes the state from its state table and no longer allows packets related to that connection to pass through.
Photo of author

Som D

Som is Network and Cloud Security expert with 12+ years of experience in the field and years of experience into 5G Security. She has researched, tested and written hundreds of articles on a variety of topics such as Network Security, Cloud Security, Wireless Security, Networking Basics, Mobile Operators services guides and 5G Security. In addition to her professional pursuits, Som is also a passionate into researching and publishing the content on other education platforms surrounding network security, cloud security and 5G security. She also creates guides, walkthroughs, solutions and more to help others with their progression in the same field.