What two pieces of route information are advertised by distance vector routing protocols to neighbors? (Choose two.)

A) A network topology
B) A supported interface list
C) A metric
D) A next hop device


C, D
Explanation: C) The two things advertised by distance vector routing protocols are a distance (metric) and a vector (next hop).
D) The two things advertised by distance vector routing protocols are a distance (metric) and a vector (next hop).

Computer Science & Information Technology

You might also like to view...

When trying to find out about users, the gold standard is to watch a user in the context of the workplace. However, this isn't always possible. Who else in a company knows about the users? Suppose you are consulting company that sells computers and you needed to find out about the people who use this equipment. However, you cannot interview the users (customers) directly. Where would you turn? What departments or people would you consult? Name at least three.

What will be an ideal response?

Computer Science & Information Technology

?If processes must be performed in a specific sequence, the information should be documented in the _____.

A. ?leveling guide B. ?process descriptions C. ?data dictionary D. ?data flow diagram (DFD)

Computer Science & Information Technology

?The cue attribute _____ places a cue vertically within the video window, wherevalueranges from 0% (top) to 100% (bottom).

A. ?position:value B. ?line:value C. ?vertical:type D. ?size:value

Computer Science & Information Technology

What is wrong with the following statements?int compareInt (void* num1, void* num2);...BSTRoot = BST_Create (&compareInt);

A. The function should be declared as: int* compareInt (void* num1, void* num2); B. The function should be declared as: int compareInt (void num1, void num2); C. The call to the create function should be: BST_Create (*compareInt); D. The call to the create function should be: BST_Create (compareInt);

Computer Science & Information Technology