What distance vector (DV) feature tells the routing protocol to not advertise routes out the same interface on which the route was learned?

A) Split horizon
B) Poison reverse
C) Reverse telnet
D) Passive interface


A
Explanation: A) The split horizon DV feature is used to prevent routes from being advertised out the same interface on which they were learned. This is good most of the time; however, it can become an issue when using multiple subinterfaces and should be considered a potential source to begin troubleshooting if a routing problem occurs.

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Class SecureRandom’s methods ints, longs and doubles (inherited from class Random) return IntStream, LongStream and DoubleStream, respectively, for streams of random numbers. b. SecureRandom method ints with no arguments creates an IntStream for an infinite stream of random int values. c. An infinite stream is a stream with an unknown number of elements—you use an intermediate operation to complete processing on an infinite stream. d. SecureRandom method ints with a long argument creates an IntStream with the specified number of random int values.

Computer Science & Information Technology

Which statement is true concerning the use of the OR filter?

A) It will not affect your results. B) It will narrow your results. C) It will return a small set of results. D) It will return a result if either condition is present.

Computer Science & Information Technology

You have been asked to install a VPN remote access solution using Windows Server. What do you need to install?

A. Microsoft Mobile User Service (MMUS) B. Windows Server Remote Access (WSRA) C. Routing and Remote Access Service (RRAS) D. Dialup and Remote Access Services (DRAS)

Computer Science & Information Technology

All of the information (name, GPA, major, etc) about a particular student is store in the same _______.

a. file b. record c. attribute d. field

Computer Science & Information Technology