What is Firewall?

Turkish: Firewall

A firewall filters traffic between devices and networks using rules, allowing approved connections while blocking suspicious or unauthorized access.

What is a Firewall?

A firewall is a security layer that accepts, rejects, or limits network traffic according to defined rules. It works like access control for a building: the organization decides which source can reach which service through which entry point.

How Does It Work?

Rule sets can evaluate IP address, port, protocol, direction, connection state, and sometimes application identity. For example, public traffic may be allowed only to port 443 for HTTPS, while a database port remains reachable only from the application server.

Basic packet-filtering firewalls inspect individual packets. Stateful firewalls track connection state. Next-generation firewalls may add application recognition, user policies, and threat intelligence. A WAF is a different layer because it focuses specifically on HTTP application traffic.

Risk and Protection

A firewall does not provide complete security by itself. A wrong rule, exposed admin panel, or unnecessary allowlist entry can increase the attack surface. For high-volume DDoS attacks, upstream protection, rate limiting, and CDN-level controls may be needed alongside firewall rules.

Good management uses least-privilege rules, closes unused ports, records rule changes, and reviews logs regularly.