Fundamentals of Firewalls

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

1/19

flashcard set

Earn XP

Description and Tags

Flashcards about firewalls and network security.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What is the primary function of a firewall?

To act as a barrier between a network and the outside world.

2
New cards

Name four methods firewalls use to provide security.

Packet filtering, stateful packet filtering, user authentication, and client application authentication.

3
New cards

How does a packet filter firewall work?

By monitoring incoming and outgoing packets, examining source/destination IP addresses, protocols, and ports, and dropping packets that don't fit the defined criteria.

4
New cards

What does a circuit level gateway monitor?

TCP and other network protocols to determine if a remote system/communication can be trusted.

5
New cards

What is the main advantage of a circuit level gateway in terms of security?

It helps prevent man-in-the-middle attacks and session hijacking.

6
New cards

How does stateful inspection work?

It keeps track of active network connections, analyzes incoming traffic, and looks for potential traffic and data risks at Layers 3 and 4 of the OSI model.

7
New cards

Match the firewall to description: Filters packets according to their intended use such as an HTTP request string.

Application Gateway

8
New cards

What capabilities does a Next-Generation Firewall (NGFW) offer?

Deep packet inspection, intrusion detection and prevention systems (IDPS), malware filtering, and antivirus.

9
New cards

What are the common packet filtering products?

Firestarter, Avast Internet Security, ZoneAlarm Firewall, and Comodo Firewall

10
New cards

Name three limitations or vulnerabilities of packet filtering firewalls.

No packet comparison, no authentication, and susceptibility to SYN and Ping flood attacks.

11
New cards

What are the three aspects that stateful packet inspection considers to protect from flood attacks?

If a packet is part of a larger stream, whether the source IP is within the firewall, and the content of the packet.

12
New cards

What is the primary function of an application gateway?

To examine the connection between the client and server applications, enabling administrators to specify allowed applications and provide user authentication.

13
New cards

What is a key security feature of a circuit level gateway?

Authenticating the user first before establishing a virtual circuit and hiding the internal client IP address from external users.

14
New cards

How do hybrid firewalls enhance security?

By combining multiple firewall approaches, such as SPI and circuit level gateways.

15
New cards

What are the common firewall implementations?

Network host-based, dual-homed host, router-based firewall, and screened host.

16
New cards

Name three ways to harden an OS for a network host-based firewall.

Ensure all patches are updated, uninstall unneeded applications/utilities, close unused ports, and turn off all unused services.

17
New cards

What is the purpose of a DMZ (Demilitarized Zone)?

To house web, email, and FTP servers between two firewalls, one facing the outside world and one facing the internal network.

18
New cards

What is a key advantage of using a router-based firewall?

Ease of setup and configuration, making it ideal for novice administrators.

19
New cards

What are the key functions of proxy servers?

Prevent the outside world from gathering information about the internal network, provides valuable log information, and can redirect certain traffic based on configuration.

20
New cards

What is the purpose of Network Address Translation (NAT)?

Translates internal IP addresses to public IP addresses.