List the two broad categories of Internet routing, and explain each.
What will be an ideal response?
IP routing can be partitioned into two broad categories:
? Static routing: The term static routing characterizes an approach that creates a forwarding
table when the system starts and does not change entries unless an administrator manually
alters them.
? Dynamic routing: The term dynamic routing characterizes an approach in which route
propagation software runs on the system and continuously updates the forwarding table to
insure that each datagram follows an optimum route. The software communicates with other
systems to learn optimum routes to each destination, and continually checks for network
failures that cause routes to change.
You might also like to view...
When an application begins by searching a binary tree, it starts at
a. the outermost leaf node b. the middle node, halfway between the root and the longest branch c. the rightmost child of the root node d. the root node e. None of these
Which of the following expressions would correctly add a calculated field named Discount that is 20 percent of the Price field?
A) Discount:[*0.20 B) [Discount]:[Price *20%] C) Discount=Price*20% D) Let Discount=[Price]*0.20
A(n) ____ is a set of characters of the same typeface, size, and style.
A. object B. billboard C. font D. outline
The binary search is exponentially faster than the sequential search.
Answer the following statement true (T) or false (F)