CNX-001 · Question #70
A network administrator is configuring firewall rules to lock down the network from outside attacks. Which of the following should the administrator configure to create the most strict set of rules?
The correct answer is D. Allow List. An allow list (whitelist) implements an implicit deny-all policy: only explicitly permitted traffic is allowed, and everything else is blocked by default. This is the most restrictive approach possible because unknown or unlisted traffic is automatically denied. URL filtering…
Question
A network administrator is configuring firewall rules to lock down the network from outside attacks. Which of the following should the administrator configure to create the most strict set of rules?
Options
- AURL filtering
- BFile blocking
- CNetwork security group
- DAllow List
How the community answered
(55 responses)- A2% (1)
- B5% (3)
- C4% (2)
- D89% (49)
Explanation
An allow list (whitelist) implements an implicit deny-all policy: only explicitly permitted traffic is allowed, and everything else is blocked by default. This is the most restrictive approach possible because unknown or unlisted traffic is automatically denied. URL filtering (A) restricts access to specific web destinations but does not control all network traffic. File blocking (B) prevents certain file types from traversing the network but is a narrow, content-focused control. A network security group (C) is a cloud-based access control mechanism that can enforce allow/deny rules, but the concept of an allow list is the underlying principle that makes any ruleset maximally strict - configuring an NSG with an allow-list approach is what makes it strict, so the allow list principle is the correct answer.
Topics
Community Discussion
No community discussion yet for this question.