An ACL is applied inbound on a router interface. The ACL consists of a single entry: access-list 100 permit tcp 192.168.10.0 0.0.0.255 172.17.200.0 0.0.0.255 eq www . If a packet with a source address of 192.168.10.244, a destination address of 172.17.200.56, and a protocol of 80 is received on the interface, is the packet permitted or denied?
IT Exam Items Repository › Category: CCNA 3 v7 › An ACL is applied inbound on a router interface. The ACL consists of a single entry: access-list 100 permit tcp 192.168.10.0 0.0.0.255 172.17.200.0 0.0.0.255 eq www . If a packet with a source address of 192.168.10.244, a destination address of 172.17.200.56, and a protocol of 80 is received on the interface, is the packet permitted or denied?
An ACL is applied inbound on a router interface. The ACL consists of a single entry:
If a packet with a source address of 192.168.10.244, a destination address of 172.17.200.56, and a protocol of 80 is received on the interface, is the packet permitted or denied?
denied
permitted
Explanation: The packet is permitted because it successfully matches every field specified in the Access Control Entry (ACE):
Source Address: The packet's source (192.168.10.244) matches the network 192.168.10.0 with the wildcard mask 0.0.0.255.
Destination Address: The destination (172.17.200.56) matches the target network 172.17.200.0 with the wildcard mask 0.0.0.255.
Protocol and Port: The packet uses protocol 80, which is the numerical equivalent of the www keyword used in the configuration for TCP traffic.
The ITExamAnswers Editorial Team is a dedicated group of certified IT professionals and network engineers. We rigorously review, verify, and update all exam materials to ensure you receive the most accurate and reliable resources for your certification journey.