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

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

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Network 206.143.5.0 was assigned to the Acme Company to connect to its ISP. The administrator of Acme would like to configure one router with the commands to access the Internet. Which commands could be configured on the Gateway router to allow Internet access to the entire network?1. Gateway (config) # ip route 0.0.0.0 0.0.0.0 206.143.5.22. Gateway (config) # router rip3. Gateway (config-router) # network 206.143.5.04. Gateway (config-router) # network 206.143.5.0 default

1, 2 and 4
1 and 4
1 only
3 only

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
What does a switch do when a frame is received on an interface and the destination hardware address is unknown or not in the filter table?

Floods the network with the frame looking for the device
Sends back a message to the originating station asking for a name resolution
Forwards the switch to the first available link
Drops the frame

ANSWER DOWNLOAD EXAMIANS APP