Firewalls Flashcards

(16 cards)

1
Q

What is a Firewall?

A

A network security device or software that protects against unauthorized access and potential threats by monitoring and controlling network traffic based on predefined security rules

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

What is a Screened Subnet (Dual-homed Host)? DMZ

A

Acts as a security barrier between external untrusted networks and internal trusted networks using a protected host with security measures like a packet-filtering firewall

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

What are Packet Filtering Firewalls?

A

Checks packet headers for traffic allowed based on IP addresses and port numbers (Layer 4)

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

What are Stateful Firewalls?

A

Decides which traffic is allowed based on both the packet header and the state of the connections and requests that goes in and out of the network (Layer 4)

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

What are Proxy Firewalls?

A

The middleman that inspects traffic from a client before fowarding to the destination server, and waits for its response

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

What is a Circuit-Level Proxy Firewall?

A

Creates a virtual circuit between the client and the server, but doesn’t inspect the data payload (Layer 5)

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

What is the Application-Level Proxy Firewall?

A

Does deep packet inspection by conducting various proxy functions for each type of app (Layer 7)

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

What are Kernel Proxy Firewalls?

A

Minimal impact on network performance, full inspection of packets at every layer

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

What is NGFW (Next Generation Firewall)?

A

Aims to address the limitations of traditional firewalls by being more aware of apps and their behaviors

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

What does UTM (Unified Threat Management) Firewall do?

A

Provides the ability to conduct multiple security functions in a single appliance

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

What is WAF (Web Application Firewall)?

A

Focuses on inspecting HTTP traffic and prevents common web attacks like cross-site scripting and SQL injections

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

What does Application-aware do to firewalls?

A

Makes firewalls distinguish between different types of traffic

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

What is In-line Configuration (live attack prevention)?

A

Device sits between the network firewall and the web servers

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

What is Out of Band Configuration (detection)?

A

Device receives a mirrored copy of web server traffic and will then alert for any bad activity

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

What is a Layer 4 Firewall?

A

Filters traffic based on port numbers and protocol data, and operates at the transport layer

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

What is a Layer 7 Firewall?

A

Inspects, filters, and controls traffic based on data content and data characteristics; and operates at the application layer