module 7\ Flashcards

(12 cards)

1
Q

Learning Objectives:

Explain the need for firewalls in a network

Learn about firewall configuration

Describe characteristics of firewalls

Discuss some types of firewalls

Explain the concept of DMZ
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Contents Covered:

The Need for Firewalls

Firewall Characteristics

Firewall Location and Configuration

Firewall Access Policies

Firewall Capabilities and Limits

Packet Filtering Firewalls, Stateful Firewalls
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or False: Firewalls are essential for protecting systems by controlling incoming and outgoing network traffic based on predetermined security rules.

A

Answer: True.

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

Multiple Choice: Which of the following is NOT a characteristic of a stateful firewall?

A. It monitors the state of active connections and makes decisions based on the context of the traffic.

B. It evaluates each packet independently, without regard to the traffic’s context.

C. It can track the full session of a connection.

D. It can prevent unsolicited traffic from entering the network.
A

Answer: B. It evaluates each packet independently, without regard to the traffic’s context.

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

Short Answer: How does a packet filtering firewall differ from a stateful firewall?

A

Answer: A packet filtering firewall examines each packet independently based on defined rules, while a stateful firewall monitors the entire state of the connection and evaluates traffic based on the context of the ongoing session.

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

Multiple Choice: Which of the following is a primary purpose of placing a firewall between an internal network and a DMZ (Demilitarized Zone)?

A. To block all incoming traffic

B. To segregate public-facing services from internal network resources

C. To allow unrestricted access between internal and external networks

D. To encrypt all traffic between network layers
A

Answer: B. To segregate public-facing services from internal network resources

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

Short Answer: What is the primary role of a DMZ in a network security architecture?

A

Answer: A DMZ provides an isolated area between the internal network and external network, where publicly accessible services such as web servers are placed, ensuring that internal resources are protected from direct exposure to the internet.

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

True or False: A firewall configured to block traffic from an untrusted source will always guarantee the security of the network.

A

Answer: False. While firewalls are essential for blocking unauthorized traffic, they cannot protect against all types of attacks, such as those exploiting internal vulnerabilities or social engineering tactics.

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

Multiple Choice: Which type of firewall is most suitable for blocking unauthorized outbound connections from internal systems?

A. Stateful firewall

B. Proxy firewall

C. Packet filtering firewall

D. Web application firewall
A

Answer: B. Proxy firewall

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

Short Answer: Why is it important to have specific access policies for firewalls?

A

Answer: Specific access policies help ensure that only authorized traffic is allowed to pass through the firewall, reducing the risk of unauthorized access, attacks, and data breaches.

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

Multiple Choice: Which of the following is an advantage of using a stateful firewall over a packet-filtering firewall?

A. Stateful firewalls can inspect the payload of packets.

B. Stateful firewalls track the state of connections and can detect malicious behavior across multiple packets.

C. Stateful firewalls are easier to configure and maintain.

D. Stateful firewalls allow more traffic to pass through without inspection.
A

Answer: B. Stateful firewalls track the state of connections and can detect malicious behavior across multiple packets.

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

Essay-Like Prompt: Discuss the importance of firewalls in modern network security. What are the strengths and limitations of different types of firewalls, and how do they contribute to the overall security architecture of an organization?

A

Answer: Firewalls are critical for protecting internal networks by monitoring and controlling incoming and outgoing traffic based on predefined security rules. Packet filtering firewalls provide basic traffic control, while stateful firewalls offer more sophisticated monitoring by tracking connection states. Proxy firewalls can block unauthorized outbound connections and provide additional filtering. However, firewalls alone cannot prevent all attacks and must be part of a broader security strategy that includes intrusion detection, antivirus software, and proper network segmentation. Their effectiveness is dependent on correct configuration and integration with other security measures.

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