A router interface applies this ACL inbound:
10 deny tcp any any eq 80 20 permit ip any any
A user reports that web browsing to a server by IP address fails, but ping works. Which statement best explains the behavior?
Select one:
Remember that ACLs are processed sequentially; the first match dictates the action, not subsequent l...