Lecture 10 - Firewall Flashcards
Firewall
Network security device monitoring traffic based on security rules, creating a barrier between internal and external networks.
Packet Filtering
Basic security function of a firewall, allowing or blocking traffic based on predefined rules.
Application Proxy
Security function of a firewall that acts as an intermediary for requests from clients seeking resources from other servers.
Stateful Inspection Firewall
Second-generation firewall able to track the state of network connections and make filtering decisions based on packet history.
Application Layer Firewall
Third-generation firewall inspecting and filtering packets up to the application layer, capable of blocking specific content and recognizing application misuse.
Next Generation Firewalls (NGFW)
Modern firewalls designed to counter advanced malware and application-layer attacks, utilizing deep packet inspection and other functionalities.
Egress Filtering
Firewall inspection of outgoing network traffic to prevent internal users from accessing external networks.
Ingress Filtering
Firewall inspection of incoming traffic to protect internal networks from external attacks.
Firewall Access Policy
Critical component specifying authorized traffic types to pass through the firewall, derived from organization’s security risk assessment.
User Control
Firewall policy controlling data access based on user roles within the network perimeter.
Service Control
Firewall policy controlling access based on host services, network address, connection protocol, and port numbers.
Direction Control
Firewall policy determining the direction of traffic flow, whether inbound or outbound.
Host-based Firewalls
Firewalls installed on individual network nodes to control incoming and outgoing traffic, protecting hosts from attacks and unauthorized access.
Network-based Firewalls
Firewalls operating at the network level, filtering all traffic across the network to protect internal networks.
iptables
Linux’s built-in firewall program used for configuring firewall rules.