5.2 Firewall Types & Implementation (Doshi) Flashcards
Type of firewall
(1) Packet filtering router
(2) Stateful inspection
(3) Circuit level
(4) Application -level.
Packet filtering router
(1) Simplest and earliest kind of firewall.
(2) Allow or Deny action is done as per IP address and port number of source & destination of packets.
(3) Works at Network Layer of OSI.
Stateful inspection
(1) A Stateful Inspection firewall keeps track of the destination of each packet that leaves the internal network.
(2) It ensures that the incoming message is in response to the request that went out of the organization.
(3) Works at Network Layer of OSI.
Circuit level
(1) Works on the concept of bastion host and proxy server.
(2) Same Proxy for all services.
(3) Works at Session Layer of OSI.
Application -level.
(1) Works on the concept of bastion host and proxy server.
(2) Separate Proxy for each application.
(3) Works at Application Layer of OSI.
(4) 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?
(1) A proxy is a middleman.
(2) Proxy stands between internal and external network.
(3) Proxy will not allow direct communication between two networks.
(4) 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.
What is an application level proxy?
A proxy based firewall that works at higher layer (application layer) is called as an application level proxy
Type of firewall implementations
(1) Dual-homed firewall,
(2) screened host firewall
(3) screened subnet firewall (DMZ)
Characteristic of Dual-honned firewall
(1) One Packet Filtering Router
2) One bastion host with two NIC (Network Interface Card
Characteristic of screened host firewall
(1) One Packet Filtering Router
(2) One Bastion Host
Characteristic of screened subnet firewall (DMZ)
(1) Two Packet Filtering Router
(2) One Bastion Host
Out of above firewalls, which firewall is the most secured type of firewall?
Application level