Which of the following elements are used to determine the best path to a network?

a. Balancing
b. Administrative distance
c. Metric
d. All the above


b. Administrative distance and c. Metric
Explanation: Administrative distance and metric are used to determine the best route. Balancing is used to choose how much data to send on a particular route.

Computer Science & Information Technology

You might also like to view...

In the following code block, which of the following represents the line of code that assigns the value of the Name property?

``` Class Student Private m_name As String Public Property Name() As String Get Return m_name End Get Set(Value As String) m_name = Value End Set End Property End Class ``` (A) End Class (B) m_name = Value (C) Return m_name (D) Private m_name As String

Computer Science & Information Technology

What is the meaning of the term “copy-on-write”?

What will be an ideal response?

Computer Science & Information Technology

You can enter a subject to an e-mail link by right-clicking the link, clicking Edit Hyperlink, and then entering the subject in the Subject box

Indicate whether the statement is true or false

Computer Science & Information Technology

If an XML document is part of a vocabulary which has a defined DTD or schema, it also needs to be tested to ensure that it satisfies the _____ of that vocabulary.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology