Firewalls Flashcards
How many entry/exit points do modern networks have?
Modern network designs have a single fortified point of
entry/exit.
What 4 types of firewall are there?
The principal types of firewall are: packet-filtering firewalls; stateful packet inspection firewalls; application-level gateways; circuit-level gateways.
How does a packet-filtering firewall work?
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
Give examples of the sorts of packet header fields and
packet payloads and a packet-filtering firewall might look for
Particular source/destination IP addresses/TCP ports
Particular payload content containing signatures of malware.
How does a stateful packet inspection firewall work?
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 does application-level gateway work?
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 does circuit-level gateways work?
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
Firewall organisations include:
1) single bastion inline;
2) double bastion inline.
What does a single firewall inline do?
A single firewall inline puts a firewall (or bastion) between an external and internal router
What does a double firewall inline do?
A double firewall inline puts a Demilitarised Zone (DMZ)
between an external and internal firewall (or bastion).
What is the demilitarised zone?
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.
A Linux firewall how does it work ?
A Linux firewall processes packets at five hook points.