Internet perimeter
Filter inbound/outbound.
A firewall is a security control that allows or blocks network traffic based on rules: addresses, ports, protocols, sometimes identity and application. It shrinks the attack surface between the Internet, DMZ, and internal networks. NGFWs add application inspection; it is not a substitute for patches or strong authentication.
In one sentence
A firewall decides which network traffic enters, exits, or flows—by rules.
Key points
Term at a glance
From hardware appliances to cloud security groups, the idea is the same: cut unused network paths.
NIST SP 800-41 covers architectures and policy practices.
For an SME, closing public admin ports and segmenting prod/dev already prevents many incidents.
Who must talk to whom, and why.
Open only what is needed; document every exception.
Centralized logs, review abnormal denies.
Purge dead rules after each project.
A manufacturing SME in Sherbrooke puts ERP behind a firewall: only the HTTPS reverse proxy is exposed. RDP is no longer on the Internet; access is via VPN. Opportunistic scans stop reaching the app server.
Filter inbound/outbound.
Isolate OT, finance, guest Wi-Fi.
Security groups / NSGs per environment.
Demonstrable flow control.
| Firewall | WAF (web application firewall) | |
|---|---|---|
| Layer | Network / transport (+ app NGFW) | HTTP/S application |
| Target | IPs, ports, protocols | Injections, bots, OWASP Top 10 |
| Placement | Perimeter, cloud SGs | In front of web sites/APIs |
| Complementarity | Yes—combine both | Yes—not a replacement |
Many incidents start with a service exposed by mistake. A well-kept firewall is unglamorous but blocks ransomware paths and automated scans—especially on remote access.
Yes: security groups, WAFs, and egress policies remain critical.
Often too strict; at least filter sensitive destinations and monitor.
No. Different domains; they complement each other.
Name an owner; orphaned rules become holes.
Want a review of Internet exposure and segmentation? We can map flows and harden rules.
Talk about your perimeter