Configure ALLOW/DENY rules with source, destination, port, protocol — exactly the PBQ format Security+ candidates see.
Tests: Network security policy design, ACL ordering, implicit-deny rule placement.
Scenario
Configure the firewall to allow only required traffic to the DMZ web server (10.0.1.10) while blocking everything else.
| # | Action | Source | Destination | Port | Protocol | Order | |
|---|---|---|---|---|---|---|---|
| 1 |
Firewall rules are processed in order — the first matching rule wins. A final implicit DENY ALL is typically added at the bottom.