What is a Firewall?
A network security device or software that protects against unauthorized access and potential threats by monitoring and controlling network traffic based on predefined security rules
What is a Screened Subnet (Dual-homed Host)? DMZ
Acts as a security barrier between external untrusted networks and internal trusted networks using a protected host with security measures like a packet-filtering firewall
What are Packet Filtering Firewalls?
Checks packet headers for traffic allowed based on IP addresses and port numbers (Layer 4)
What are Stateful Firewalls?
Decides which traffic is allowed based on both the packet header and the state of the connections and requests that goes in and out of the network (Layer 4)
What are Proxy Firewalls?
The middleman that inspects traffic from a client before fowarding to the destination server, and waits for its response
What is a Circuit-Level Proxy Firewall?
Creates a virtual circuit between the client and the server, but doesn’t inspect the data payload (Layer 5)
What is the Application-Level Proxy Firewall?
Does deep packet inspection by conducting various proxy functions for each type of app (Layer 7)
What are Kernel Proxy Firewalls?
Minimal impact on network performance, full inspection of packets at every layer
What is NGFW (Next Generation Firewall)?
Aims to address the limitations of traditional firewalls by being more aware of apps and their behaviors
What does UTM (Unified Threat Management) Firewall do?
Provides the ability to conduct multiple security functions in a single appliance
What is WAF (Web Application Firewall)?
Focuses on inspecting HTTP traffic and prevents common web attacks like cross-site scripting and SQL injections
What does Application-aware do to firewalls?
Makes firewalls distinguish between different types of traffic
What is In-line Configuration (live attack prevention)?
Device sits between the network firewall and the web servers
What is Out of Band Configuration (detection)?
Device receives a mirrored copy of web server traffic and will then alert for any bad activity
What is a Layer 4 Firewall?
Filters traffic based on port numbers and protocol data, and operates at the transport layer
What is a Layer 7 Firewall?
Inspects, filters, and controls traffic based on data content and data characteristics; and operates at the application layer