Expanded_Firewall_Security_Flashcards

1
Q

What is a firewall?

A

A security tool that monitors incoming and outgoing network traffic based on predefined rules.

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

What are the uses of a firewall?

A

Prevents unauthorized remote access, indecent content, destructive content, and guarantees security based on protocol/IP.

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

What are the limitations of firewalls?

A

Cannot stop access to malicious websites, protect against internal threats, or secure already infected systems.

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

What is a DMZ network?

A

A perimeter network that adds an extra layer of security to protect an internal network from untrusted traffic.

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

What are the benefits of dual firewall DMZ design?

A

It allows external traffic only to the DMZ and ensures tighter security between the DMZ and internal network.

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

What is a single firewall DMZ design?

A

Uses three or more network interfaces to separate external, internal, and DMZ networks, controlling traffic flow.

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

What is a reverse proxy server?

A

Acts on behalf of servers, providing load balancing, caching, and compression, and hides server identities.

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

What is a forward proxy server?

A

Acts on behalf of clients, hiding their identities and enabling bypassing restrictions or caching content.

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

What is a packet filtering firewall?

A

Operates at the network layer, allowing or denying packets based on source/destination IP and protocols.

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

What are the advantages of circuit-level firewalls?

A

They verify TCP connections, hide user identities, and minimally impact network performance.

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

What are the drawbacks of circuit-level firewalls?

A

Cannot inspect the content of data packets, allowing malware to bypass with legitimate TCP handshakes.

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

What is an application-level firewall?

A

Controls traffic to/from specific applications, inspecting for vulnerabilities like SQL injections or XSS.

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

What are active application firewalls?

A

Actively inspect and block malicious requests, preventing attacks like SQL injections.

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

What are passive application firewalls?

A

Inspect requests but do not block them, similar to intrusion detection systems.

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

What are software firewalls?

A

Installed on individual devices, providing granular control but requiring significant CPU/RAM resources.

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

What are hardware firewalls?

A

Physical devices that act as gateways between networks, blocking malicious traffic before reaching endpoints.

17
Q

What are some popular uses of DMZs?

A

Hosting external-facing services like DNS, FTP, mail, proxy, and web servers while protecting internal networks.

18
Q

What is the purpose of firewall rules?

A

Define criteria to allow or block traffic based on IPs, ports, and protocols to ensure secure network access.

19
Q

What is the difference between forward and reverse proxies?

A

Forward proxies hide client identities; reverse proxies hide server identities and optimize server responses.