northdan.
Vezi pagina în română

IT Glossary

What is a Firewall?

The gatekeeper of network traffic: it inspects what enters and leaves and blocks whatever breaks the rules — a company's first line of defense.

Any network connected to the internet gets its door handles rattled around the clock — automated scanners probe for open ports at your address exactly as they do everywhere else. The firewall is the doorman: it examines traffic against a rule set — which addresses, ports and protocols are allowed — and blocks the rest, in both directions. In practice a company runs several doormen at once: the router at the office perimeter as the first filter; the built-in firewall on every Windows and Mac, enabled by default and best left that way; dedicated appliances at firms with higher stakes, adding content inspection and category filtering; and — the confusingly named cousin — the WAF, or web application firewall, which guards not the office but the website: it sits in front of the web application and filters application-level attacks such as SQL injection and exploit attempts, with Cloudflare having made this layer affordable to everyone. Two truths worth internalizing as a business owner: a firewall is necessary but not sufficient, since phishing and weak passwords stroll in through the front door with an invitation; and firewall hygiene means everything not explicitly needed stays closed — every port opened "temporarily" for some vendor or aging application tends to stay unlocked for years.

Let’s talk about your project

Message us on WhatsApp or send an email — you talk directly to a developer.

office@northdan.com · +40 752 070 247

Why it matters for your business

Attack surface cut to the minimum

Ports and services exposed only where strictly necessary — the attackers' automated scanners move on to easier targets.

The website shielded from application attacks

A WAF filters injections and exploits before they reach the application — a safety layer even for imperfect code.

Visibility into traffic

Firewall logs show who knocked at the door and what they tried — the raw material of any security investigation.

Frequently asked questions

Is the built-in Windows firewall enough for company computers?

As a layer on the workstation — yes, it is mature and should stay active; but it cannot see the network as a whole. A company also needs the perimeter firewall (a router or dedicated appliance configured by someone competent, not left on factory settings) and, for the website, a WAF. Layers, not one wall.

What is the difference between a firewall and antivirus software?

Different guard posts: the firewall polices network traffic (who talks to whom), while antivirus polices the files and processes on the machine (what runs). A typical attack bypasses both via phishing — which is why the defense roster also includes trained people and 2FA, not just boxes.

Does our company website need a WAF?

If the site matters to the business — yes, and the entry barrier has collapsed: services like Cloudflare offer a basic WAF free or cheaply, enabled within hours, with DDoS protection bundled in. For web applications holding sensitive data, a seriously configured WAF is standard hygiene, not extravagance.