From CISO Marketplace — the hub for security professionals Visit

Firewall

Network Security

Definition

Network security system monitoring traffic to block unauthorized access based on preset rules.

Technical Details

A firewall is a network security device or software that monitors and controls incoming and outgoing network traffic based on predetermined security rules. It establishes a barrier between a trusted internal network and untrusted external networks such as the Internet. Firewalls can operate at various layers of the OSI model, typically at the network layer and the transport layer, using techniques such as packet filtering, stateful inspection, and proxy services. Packet filtering examines packets in isolation based on header information, while stateful inspection tracks active connections to make more informed decisions. Firewalls can be hardware-based, software-based, or a combination of both, and they may also incorporate features like intrusion detection systems (IDS) and virtual private network (VPN) support.

Practical Usage

Firewalls are widely used in both enterprise and personal network environments to protect sensitive data and resources from unauthorized access or attacks. In organizations, firewalls are deployed at the network perimeter to act as the first line of defense, filtering traffic between corporate networks and the Internet. They are also used internally to segment networks, limiting access to critical systems. Additionally, personal firewalls are installed on individual devices to provide protection against malware, unauthorized access, and other online threats. Configuration of firewalls often involves setting rules that allow or deny traffic based on IP addresses, ports, and protocols, and regular updates are necessary to adapt to new threats.

Examples

Related Terms

Intrusion Detection System (IDS) Virtual Private Network (VPN) Network Address Translation (NAT) Demilitarized Zone (DMZ) Proxy Server
← Back to Glossary