Computer Networking
Two connected routers are configured with RIP routing. What will be the result when a router receives a routing update that contains a higher-cost path to a network already in its routing table?

The update will be ignored and no further action will occur.
They will all load-balance.
The updated information will replace the existing routing table entry.
The updated information will be added to the existing routing table.
The existing routing table entry will be deleted from the routing table and all routers will exchange routing updates to reach convergence.

ANSWER DOWNLOAD EXAMIANS APP

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 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
access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23

ANSWER DOWNLOAD EXAMIANS APP