5.4.1 - Firewall Uses and Types

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

Flashcards covering IP filtering, port filtering, firewall functions, packet filtering, stateful inspection firewalls, and related concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What is IP Filtering?

Accepting or denying traffic based on its source and/or destination IP address. Also includes Protocol ID/type (TCP, UDP, ICMP, routing protocols, and so on).

2
New cards

What is Port Filtering/Security?

Accepting or denying a packet based on source and destination Transport layer port numbers.

3
New cards

What is the basic function of a firewall?

Traffic filtering.

4
New cards

How is a packet filtering firewall configured?

Specifying rules in a network access control list (ACL).

5
New cards

What actions can be taken by a packet filtering firewall when a packet matches a rule?

To deny (block or drop the packet, and optionally log an event) or to accept (let the packet pass through the firewall).

6
New cards

At what layer of the OSI model does a packet filtering firewall work?

Layer 3 of the OSI model.

7
New cards

What is ingress and egress traffic?

Inbound and outbound traffic.

8
New cards

What does it mean for a packet filtering firewall to be stateless?

It does not preserve information about the connection between two hosts. Each packet is analyzed independently with no record of previously processed packets.

9
New cards

How does a circuit-level stateful inspection firewall address the problems of stateless firewalls?

By maintaining stateful information about the session established between two hosts (including malicious attempts to start a bogus session).

10
New cards

At what layer of the OSI model does a stateful firewall operate?

Layer 5 (Session) of the OSI model.