nerdexam
CompTIA

SY0-301 · Question #298

Which of the following is best practice to put at the end of an ACL?

The correct answer is A. Implicit deny. Placing an implicit deny rule at the end of an ACL is a security best practice that drops all traffic not explicitly permitted by earlier rules, enforcing least privilege.

Security architecture

Question

Which of the following is best practice to put at the end of an ACL?

Options

  • AImplicit deny
  • BTime of day restrictions
  • CImplicit allow
  • DSNMP string

How the community answered

(23 responses)
  • A
    87% (20)
  • B
    9% (2)
  • C
    4% (1)

Why each option

Placing an implicit deny rule at the end of an ACL is a security best practice that drops all traffic not explicitly permitted by earlier rules, enforcing least privilege.

AImplicit denyCorrect

An implicit deny at the end of an ACL acts as a catch-all that blocks all traffic not matched by a preceding permit rule, enforcing the principle of least privilege. Without this, some platforms may default to allowing unmatched traffic, creating unintended security gaps where unauthorized traffic passes through.

BTime of day restrictions

Time-of-day restrictions are conditional modifiers applied to individual ACL permit or deny entries and are not a standard final rule providing default-deny security coverage.

CImplicit allow

An implicit allow at the end of an ACL would permit all traffic not matched by earlier rules, which is the opposite of security best practice and creates significant exposure.

DSNMP string

An SNMP community string is used for network device management authentication and is not a valid entry type within an access control list.

Concept tested: ACL implicit deny all best practice

Source: https://www.cisco.com/c/en/us/support/docs/security/ios-firewall/23602-confaccesslists.html

Topics

#ACL#implicit deny#access control lists#network security policy

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice