2.Firewall Types & Implementation Flashcards
Type of firewall
Packet filtering router
Stateful inspection
Circuit level
Application -level.
Packet filtering router
· Simplest & earliest kind of firewall.
· Allow or Deny action is done as per IP address and port number of source & destination of packets.
· Works at Network Layer of OSI.
Stateful inspection
· A Stateful Inspection firewall keeps track of the destination of each packet that leaves the internal network.
· It ensures that the incoming message is in response to the request that went out of the organization.
· Works at Network Layer of OSI.
Circuit level
· Works on the concept of bastion host and proxy server.
· Same Proxy for all services.
· Works at Session Layer of OSI.
Application -level.
· Works on the concept of bastion host and proxy server.
· Separate Proxy for each application.
· Works at Application Layer of OSI.
· Controls application such as FTP and HTTP.
What is a bastion host
On the Internet, a bastion host is the only host computer that a company allows to be addressed directly from the public network and that is designed to protect the rest of its network from exposure.
What firewalls work on the concept of bastion hosting
Circuit level and application level.
What is a proxy
A proxy is a middleman. Proxy stands between internal and external network.
Proxy will not allow direct communication between two networks.
Proxy technology can work at different layer of OSI model
What a circuit level proxy
A proxy based firewall that works
at lower layer (session layer) is referred to as circuit-level proxy.
application level proxy
A proxy based firewall that works at higher layer (application layer) is called as an application level proxy
Type of firewall implementation
Dual-homed firewall,
screened host firewall
screened subnet firewall (DMZ)
Characteristic of Dual-honned firewall
· One Packet Filtering Router
· One bastion host with two NIC (Network Interface Card).
Characteristic of screened host firewall
· One Packet Filtering Router
· One Bastion Host
Characteristic of screened subnet firewall (DMZ)
· Two Packet Filtering Router
· One Bastion Host
·Out of above firewalls, which firewall is the most secured type of firewall.
Application level
Out of all firewall implementations, which type of firewall’s implementation provides greatest security environment.
Screen-Subnet Firewall (DMZ) is the most secured
type of firewall implementation.
Robust firewall configuration rule
deny all traffic and allow specific traffic’ (as against ‘allow all traffic and deny specific traffic’).
What traffic stateful Inspection Firewall allows
Traffic from outside only if it is in response to traffic from internal hosts
On What layer is the packet filtering firewall?
Network Layer (3rd layer)
On What layer is the statefull inspestion firewall?
Network Layer (3rd layer)
On what layer is the circuit level firewall
Session layer (5th Layer)
On what layer is the application level firewall
Application layer (7th layer)