What is the name of the value assigned to a routing protocol to indicate its reliability compared with other routing protocols that might be in use on the same router?

A. metric
B. administrative distance
C. hop count
D. ACL


Answer: B

Computer Science & Information Technology

You might also like to view...

Analyze the following program.

``` public class Test { public static void main(String[] args) { try { String s = "5.6"; Integer.parseInt(s); // Cause a NumberFormatException int i = 0; int y = 2 / i; System.out.println("Welcome to Java"); } catch (Exception ex) { System.out.println(ex); } } }``` a. An exception is raised due to Integer.parseInt(s); b. An exception is raised due to 2 / i; c. The program has a compile error. d. The program compiles and runs without exceptions.

Computer Science & Information Technology

In SharePoint, options for managing the way the library appears on the screen can be found on the ________ tab

A) Files B) Library C) Site Content D) Browse

Computer Science & Information Technology

Embedded macros can be attached to an event on a control on a form or to the form itself

Indicate whether the statement is true or false

Computer Science & Information Technology

When using the interface shown in the accompanying figure, the set of instructions entered into a computer is called which of the following languages?

A. window B. command C. instructional D. prompt

Computer Science & Information Technology