Firewalls Flashcards
What is a firewall?
A combination of hardware and
software components that controls the flow of
traffic from one network to another
Where is a firewall normally placed?
In between a internal office network and an external public network such as the Internet
What is a firewall normally used for?
- Used to protect an internal
network from the Internet - A firewall can also filter traffic
between any two networks
How does a firewall work?
-All traffic must pass through the firewall
– Traffic can be restricted in almost any way
– This is more efficient than filtering traffic on each
client in the network
-Firewalls can be used to enforce security policies
Why is a firewall a logical place to log network activity?
All traffic passes through the firewall so it is the logical place to capture information about network use (and abuse)
How do firewalls limit security exposure?
– Firewalls are the single point of contact between
the internal and external networks
– People on external networks can only see
computers and services approved by
administrators
What does a firewall not do?
- Can’t protect from malicious insiders
-A firewall can’t protect against traffic that doesn’t go
through it
-Firewalls can’t protect against completely new threats
Depending on the architecture, what 2 or 3 tasks will a firewall perform?
– Packet filtering
– Proxying
– Application layer filtering (e.g. anti-virus and antispam filtering)
What is packet filtering?
The process of examining incoming and outgoing packets to determine which are allowed to pass, and which will be blocked
What is proxying?
Use of an intermediary service to carry out authorized tasks
What are the three most common firewall architectures
– Dual homed host
– Screened host
– Screened subnet
What is dual homed host?
A dual homed host is a computer with two network connections (two home addresses)
– One IP address for network connection to the
internal network
– One IP address for network connection to the
external network
How does dual homed host work?
- Computers on the internal network that want to send traffic to external network send it to the dual homed host.
- Dual homed host can then perform packet filtering before forwarding traffic
- Dual homed host performs NAT on internal network IP addresses
What is a flaw with dual homed host?
-Dual homed host is on both networks
- Dual homed host is a single point of failure - there
is no depth of defence
How does a screen host work?
- The services of the external network are provided by a host on the internal network by proxying
- Routing is performed separately by a dedicated routing device such as a router