Computer Networking
If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?

access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23
access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23
access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet
access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
What is split horizon?

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

ANSWER DOWNLOAD EXAMIANS APP