14.8 Firewall Flashcards

1
Q

Firewall

A

A device or software that inspects network traffic based on a set of rules.

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

Intrusion detection system (IDS)

A

A feature that detects intrusion attempts and alerts the system administrator.

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

Intrusion prevention system (IPS)

A

A feature that detects intrusions and takes actions to prevent it, including reporting, blocking, or dropping traffic when intrusions occur.

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

Network appliances

A

Devices that exist on a network to provide certain services for that network.

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

Circuit-layer Gateway:

A

This firewall checks the traffic moving through a network by looking at the connection itself, rather than the data being sent. It only cares if the connection between computers, like phone lines between two people talking, is real and valid. If the connection is good, it allows the communication to continue.

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

Packet Filtering:

A

This type of firewall looks at every piece of information (called a packet) being sent over the network. It checks things like the “from” and “to” addresses, similar to how the post office checks the address on a letter. If the packet doesn’t match the allowed list of addresses (like a list of trusted addresses), the firewall stops it.

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

Application-level Gateway:

A

This firewall looks deeper into the packet, like reading the contents of a letter to see what it’s about. It checks if the data inside the packet is meant for a specific app (such as a web browser or a game). If the firewall thinks the app shouldn’t use that data, it blocks it.

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

Access Control List (ACL):

A

This is like a rulebook for the firewall. It’s not a firewall itself, but it’s a list of rules the firewall uses to decide which data packets can come in or go out. For example, the rules might say, “Only allow packets from trusted websites.

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