Packet Filtering
Packet filtering is a special way to implement a firewall to monitor network connectivity. Data packets are units that are packed together and travel along a specific network path. Packets are analyzed and compared against configuration rules or "access lists". It then specifies whether authorized access to your environment is allowed or denied.
Inspection
As previously mentioned, inspection techniques allow traffic flow patterns to be analyzed to determine when an attack occurs. The way this is done by the firewall is that it does not determine what site or application you are currently accessing. In this case, the firewall will determine the authorized data from the website or application versus any data from a hacker or unauthorized source. , tracks the "conversation list".
Proxy based firewall
Proxy-based firewalls take inspection one step further. This type of implementation prevents direct network connection between internet traffic and the server. A firewall acts as an intermediary between your server and end user requests. Complete data packets are checked based on the set rules.