What is the only routing protocol that does not have a separate Layer 3 data structure?
A) EIGRP
B) IS-IS
C) OSPF
D) RIP
D
Explanation: The Routing Information Protocol (RIP) is the only routing protocol that does not use a separate data structure; it only deals directly with the Layer 3 routing table. Other protocols like OSPF have a neighbor table and a separate routing database.
You might also like to view...
Use the double flip method to write equivalent expressions having only positive exponents.

When you enter criteria in a query, you must be aware that criteria are case sensitive, that is, BIO and Bio are not equivalent.?
Answer the following statement true (T) or false (F)
Some types of graphs in Illustrator include Pie, Radius, Line, and Stacked area.
Answer the following statement true (T) or false (F)
Suppose a variable is passed by reference 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