What is the fundamental purpose of a firewall?
To control the flow of traffic between two points.
Where are firewalls commonly deployed?
In homes, offices, and often built into operating systems.
What additional security functions can firewalls provide?
What is the key difference between a traditional network-based firewall and a next-generation firewall (NGFW)?
Traditional firewalls control traffic based on OSI Layer 4, while NGFWs manage traffic based on OSI Layer 7.
How can firewalls function as Layer 3 devices?
They control internal and external traffic flows and provide services like Network Address Translation (NAT).
Define a Unified Threat Management (UTM) device.
An older firewall that includes multiple security and network features bundled within a single appliance.
List two common features of UTM devices.
What is the primary performance challenge associated with UTM devices?
Having many separate capabilities in one appliance often leads to performance drawbacks.
How does an NGFW make forwarding decisions differently from a Layer 4 firewall?
NGFWs examine application layer content for decisions, regardless of port number.
Provide an example of a decision an NGFW could make.
Allow users to view Twitter but restrict posting to Twitter.
What is the primary function of a Web Application Firewall (WAF)?
To analyze input into web-based applications and protect against malicious input.
Why might a WAF be used alongside an NGFW?
They focus on different traffic aspects and make different forwarding decisions.
Give an example of a specific type of attack a WAF is designed to block.
SQL injection.
What does the term ‘network-based firewall’ refer to?
A firewall that controls network traffic, traditionally using OSI Layer 4.
What is the OSI Layer 4?
The Transport Layer, used by traditional firewalls to control traffic based on port numbers.
What is the OSI Layer 7?
The Application Layer, used by NGFWs to manage traffic based on the application.
Define Deep Packet Inspection (DPI).
A function of NGFWs that examines all traffic and decodes packets to understand contents.
What is a Web Security Gateway?
An alternate term for a Unified Threat Management (UTM) device.
What is a VPN Concentrator?
A device that acts as an endpoint for multiple VPN connections.
What is an Intrusion Prevention System (IPS)?
A security feature designed to block malicious software or traffic flows.
What is Network Address Translation (NAT)?
A routing protocol functionality provided by Layer 3 firewalls.
What is a Bandwidth Shaper?
A capability that allows for Quality of Service (QoS) across applications.
What is PCI DSS?
Payment Card Industry Data Security Standard, which mandates WAF use for credit card applications.