Packet Filter Firewall:
It is a least security type due to lack of broad intelligence
Works at layer 3 of OSI model
Filtering is decided based on Source ip, destination ip source port destination port and protocol
It doesn’t have a ability to “is this really a smtp packet?”
Drawback: Less secure
Application firewall:
As name states it works at layer 7. It stays as a middleman and protests the network.
To make it more clear,
Let’s consider you are trying to access a google.com then the request comes to firewall and it proxies the connection.
Drawback: Very slow and high overhead
Stateful inspection:
Maintain a state table and ensure deep inspection of the packet.
Stateful inspection is developed and patterned by checkpoint
So whenever a connection comes to firewall it will maintain a state table and add a entry about the connection.
Based on this the packet is inspected and filtering decision is made.
Stateful inspection protects network from various external attacks like ip spoofing etc.
So let’s consider port 80 is open for internet access. Then there is chance where anyone can send anything via that port.
OMG!! Then what’s the solution for it.
Stateful inspection is the savior. Even the name looks so promising right!
So when the user in the internal network initiates the traffic then it adds a state table entry. With reference to state table it allows the return traffic.
Ok. I think we all came to a conclusion that stateful inspection is the best technology which can completely protect from attacks.
If so then I am sorry gentleman it is wrong.
Did we think about Trojans and malware which can do lot of harm to you.
Then there is other technology which comes into picture here is Deep Packet Inspection (DPI)
DPI can inspect the data part of the packet and take decisions based on content of the packet.
DPI will combine signature-matching technology with analysis of the data in order to determine the impact of data stream.
So will DPI prevent the network completely?
Answer is “NO” J
Nothing is safe because Black is stronger than white (hat or color).
Ok Guys. Soon we will get deep into the various firewall products available.