About this interactive
What you're doing: a branch router with four LANs hanging off it, and two access lists to write. Extended ACL 110 has to let the Sales LAN reach the intranet web server on 192.168.20.10 over HTTPS, close the rest of the Servers LAN to Sales, and leave every other destination alone. Standard ACL 10 has to let only the NetOps 192.168.40.0/28 block open an SSH session to R1 itself. You place the statements and the two application points, then six test packets are traced against what you built. Why it matters: an ACL is a short ordered program governed by two rules — read top down, stop at the first match, and end in a deny that is never typed. Almost every ACL mistake is one of those two rules being forgotten, and the wildcard mask is the arithmetic underneath both: it is the inverse of the subnet mask, so a /24 is 0.0.0.255, a /28 is 0.0.0.15, and a single host is 0.0.0.0. How to use it: work each statement out before you read the cards, then trace the packets one at a time down the list you wrote rather than guessing from the business rule. Two of the six are built to catch you — HTTP to the very server the HTTPS permit named, and an Engineering workstation reaching the finance database that no list ever inspects.
About TechKnowSurge
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →