A network administrator configures a standard router Access Control List (ACL) to permit web traffic to an internal server. After applying the rule, the administrator observes that all other inbound network traffic to that interface is blocked, even though no specific deny statements were explicitly written. Which of the following explains this behavior?
- ACLs conclude with an unwritten implicit deny rule that drops all traffic not explicitly permitted.Answer
- BStandard ACLs operate at Layer 7 of the OSI model and automatically drop unencrypted application payloads.
- CThe router interface automatically translates all unpermitted IP packets into UDP datagrams before discarding them.
- DPermitting web traffic on port 80 automatically forces the router to perform PAT overload on all non-HTTP packets.
Answer
Access Control Lists end with an unwritten implicit deny statement that drops any packet not explicitly allowed by a preceding rule.
Every Access Control List contains an invisible, unwritten implicit deny all rule at the end of the rule list. If incoming traffic does not match any explicit permit statement, it hits this implicit deny entry and is dropped by the router.
Step-by-Step Solution
Key Concept
ACL Implicit Deny Behavior
Estimated Time:45s