Firewalls Flashcards

1
Q

How many entry/exit points do modern networks have?

A

Modern network designs have a single fortified point of

entry/exit.

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

What 4 types of firewall are there?

A
The principal types of firewall are:
packet-filtering firewalls;
stateful packet inspection firewalls;
application-level gateways;
circuit-level gateways.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does a packet-filtering firewall work?

A

A packet-filtering firewall filters individual packets on the basis of packet headers and packet payloads.
A shallow packet inspection examines packet headers.
A deep packet inspection examines the packet payload.
ONE PACKET AT A TIME

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

Give examples of the sorts of packet header fields and

packet payloads and a packet-filtering firewall might look for

A

Particular source/destination IP addresses/TCP ports

Particular payload content containing signatures of malware.

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

How does a stateful packet inspection firewall work?

A

A stateful packet inspection firewall filters incoming
individual packets on the basis of a directory of established outgoing TCP connections.

So it checks a packet to see if it is not from an established.

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

How does application-level gateway work?

A

An application-level gateway operates at the application level, working on application headers or content.
For example: a Web or e-mail gateway.
Decides what workload it should be undertaking.

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

How does circuit-level gateways work?

A

A circuit-level gateway sets up two TCP connections: one from inside to the firewall, and one from firewall to the outside, if allowed.
Very slow

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

Firewall organisations include:

A

1) single bastion inline;

2) double bastion inline.

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

What does a single firewall inline do?

A

A single firewall inline puts a firewall (or bastion) between an external and internal router

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

What does a double firewall inline do?

A

A double firewall inline puts a Demilitarised Zone (DMZ)

between an external and internal firewall (or bastion).

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

What is the demilitarised zone?

A

The Demilitarised Zone (DMZ) is a network for systems that must be externally accessible, but still need some protection.
Examples: Web, e-mail and Domain Name System (DNS)
servers.

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

A Linux firewall how does it work ?

A

A Linux firewall processes packets at five hook points.

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