Computer Networking
A network administrator needs to configure a router with a distance-vector protocol that allows classless routing. Which of the following satisfies those requirements?

RIPv1
OSPF
IS-IS
EIGRP
IGRP

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
What is split horizon?

It prevents regular update messages from reinstating a route that has gone down.
It holds the regular updates from broadcasting to a downed link.
Information about a route should not be sent back in the direction from which the original update came.
It splits the traffic when you have a large bus (horizon) physical network.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following series of commands will restrict Telnet access to the router?

Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 out
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line con 0Lab_A(config-line)#ip access-group 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#ip access-group 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 in

ANSWER DOWNLOAD EXAMIANS APP