Computer Networking
A network administrator views the output from the show ip route command. A network that is advertised by both RIP and IGRP appears in the routing table flagged as an IGRP route. Why is the RIP route to this network not used in the routing table?

IGRP has a faster update timer.
RIP has a higher metric value for that route.
IGRP has a lower administrative distance.
The IGRP route has fewer hops.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
The physical layer, in reference to the OSI model, defines

the virtual circuit interface to packet-switched service
None of these
the interface between the X.25 network and packet mode device
data link procedures that provide for the exchange of data via frames that can be sent and received
All of these

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 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
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

ANSWER DOWNLOAD EXAMIANS APP