The Open Shortest Path First (OSPF) protocol is a routing protocol that keeps a map of all connected remote networks and uses that map to select the shortest path to a remote destination. What type of routing protocol is OSPF?

A. Link state
B. Shortest path first
C. Link mapping
D. Distance vector


Answer: A. Link state

Computer Science & Information Technology

You might also like to view...

To insert a int key and string value to map1, use _________.

a. map1.insert(100, "John Smith"); b. map1.insert(map::value_type("John Smith", 100)); c. map1.insert(map::value_type(100, "John Smith")); d. map1.insert("John Smith", 100);

Computer Science & Information Technology

Reduce the fraction to lowest term.

4/8

Computer Science & Information Technology

An overvoltage condition is when the voltage from the wall is over the rated amount

Indicate whether the statement is true or false

Computer Science & Information Technology

What type of parameter requires that the argument used to call the method must have an assigned value?

A. output B. optional C. reference D. formal

Computer Science & Information Technology