Computer Networking
Which command is used to determine if an IP access list is enabled on a particular interface?

show access-lists
show ip interface
show interface access-lists
show interface

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following access lists will allow only HTTP traffic into network 196.15.7.0?

access-list 100 permit 196.15.7.0 0.0.0.255 eq www
access-list 10 deny tcp any 196.15.7.0 eq www
access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www
access-list 110 permit ip any 196.15.7.0 0.0.0.255

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
If a switch receives a frame and the source MAC address is not in the MAC address table but the destination address is, what will the switch do with the frame?

Add the destination to the MAC address table and then forward the frame
Add the source address and port to the MAC address table and forward the frame out the destination port
Flood the network with the frame
Discard it and send an error message back to the originating host

ANSWER DOWNLOAD EXAMIANS APP