2.Firewall Types & Implementation Flashcards

1
Q

Type of firewall

A

Packet filtering router
Stateful inspection
Circuit level
Application -level.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Packet filtering router

A

· 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Stateful inspection

A

· 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Circuit level

A

· Works on the concept of bastion host and proxy server.
· Same Proxy for all services.
· Works at Session Layer of OSI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Application -level.

A

· 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a bastion host

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What firewalls work on the concept of bastion hosting

A

Circuit level and application level.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a proxy

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What a circuit level proxy

A

A proxy based firewall that works

at lower layer (session layer) is referred to as circuit-level proxy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

application level proxy

A

A proxy based firewall that works at higher layer (application layer) is called as an application level proxy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Type of firewall implementation

A

Dual-homed firewall,
screened host firewall
screened subnet firewall (DMZ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Characteristic of Dual-honned firewall

A

· One Packet Filtering Router

· One bastion host with two NIC (Network Interface Card).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Characteristic of screened host firewall

A

· One Packet Filtering Router

· One Bastion Host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Characteristic of screened subnet firewall (DMZ)

A

· Two Packet Filtering Router

· One Bastion Host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

·Out of above firewalls, which firewall is the most secured type of firewall.

A

Application level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Out of all firewall implementations, which type of firewall’s implementation provides greatest security environment.

A

Screen-Subnet Firewall (DMZ) is the most secured

type of firewall implementation.

17
Q

Robust firewall configuration rule

A

deny all traffic and allow specific traffic’ (as against ‘allow all traffic and deny specific traffic’).

18
Q

What traffic stateful Inspection Firewall allows

A

Traffic from outside only if it is in response to traffic from internal hosts

19
Q

On What layer is the packet filtering firewall?

A

Network Layer (3rd layer)

20
Q

On What layer is the statefull inspestion firewall?

A

Network Layer (3rd layer)

21
Q

On what layer is the circuit level firewall

A

Session layer (5th Layer)

22
Q

On what layer is the application level firewall

A

Application layer (7th layer)