DUAL uses the ____ topology table to track the status of all links in a network.

A. EIGRP
B. OSPF
C. RIPv1
D. RIPv2

Answer: A

Computer Science & Information Technology

You might also like to view...

Mathematical operators on the same level of precedence are evaluated ________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Suppose a variable is passed by value to a parameter of a Sub procedure, and the parameter has its value changed inside the Sub procedure. What will the value of the variable be after the Sub procedure has executed?

(A) It will have the newly modified value from inside the Sub procedure. (B) Its value can’t be determined without more information. (C) It will retain the value it had before the call to the Sub procedure. (D) None of the above

Computer Science & Information Technology