Firewalls 2.1 Flashcards

1
Q

How do Firewalls work?

A

Everything passes through the firewall. Can control inappropriate content. Protects against viruses and malware. They establish security policies through the following mechanisms.

Network Address Translation (NAT)
Basic packet filtering
Stateful packet filtering 
Access Control Lists (ACL)
Application layer proxies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Network-based Firewalls

A

Filters traffic by port numbers and IP addresses. (OSI layer 4, TCP/UDP)
Can encrypt traffic into/out of the network. Can proxy traffic. Most firewalls can be layer 3 devices (routers).

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

Stateless Firewall

A

Does not keep track of traffic flow. Each packet is individually examined regardless of past history. If traffic is sent outside to an active session, the traffic returning from said location will still be examined. Must have rules for send and receive.

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

Statefull Firewall

A

Remembers the “state” of the session. Everything within a valid flow is allowed. If a rule is created to a destination, there is no need to create a receive rule from said destination so long as it within the same traffic flow.

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

Access Control List (ACL)

A

These are the firewall rules. They allow or disallow traffic based on tuples or security policies. Tuples are a grouping of categories; source IP, destination IP, port number, time of day, application, etc.

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

Application-based Firewalls

A

Application based firewalls can filter through OSI layer 7 which is the Application Layer. They can analyze traffic at a much deeper level examining the application characteristics of traffic. They can block parts of an application, yet allow other parts through giving them much greater specificity than network-based firewalls.

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