If the options shown all matched as routing options within the routing table for a specific destination, which one would be selected?

A) OSPF route with a prefix length of /24
B) RIP route with a prefix length of /26
C) Static route with a prefix length of /20
D) Default route with a prefix length of /0


B
Explanation: B) When performing a route lookup, a router will always select the most specific path regardless of the route source. Only if multiple routing entries use the same prefix length would things like administrative distance be used to determine a tie-breaker.

Computer Science & Information Technology

You might also like to view...

Suppose you program an app with two compute-intensive tasks that run on one core of a dual-core system. Then, suppose you program the app so that the two compute-intensive tasks run asynchronously in separate threads on a dual-core system. Should you expect the latter program to run in half the time? Why?

What will be an ideal response?

Computer Science & Information Technology

The general syntax for the function prototype to overload the assignment operator = for a class is ____.

A. friend className& operator=(const className&); B. className& operator=(className&); C. string className& operator=(className&); D. const className& operator=(const className&);

Computer Science & Information Technology

A user states that when they open their laptop it takes a long time to come out of standby. Which of the following is MOST likely the problem?

A. The lid switch is stuck. B. The battery is failing. C. The backlight is failing. D. Inverter board is failing.

Computer Science & Information Technology

A(n) ____ is a personal web page that reflects the personality and interests of the author.

A. intranet B. blog C. portal D. virtual gallery

Computer Science & Information Technology