Which of the following is not true about EIGRP?

a. Cisco proprietary.
b. Allows the use of VLSM.
c. Considered a hybrid protocol.
d. All the above are true.


d. All the above are true.
Explanation: EIGRP is a Cisco proprietary protocol and is often called a hybrid routing protocol that incorporates the best of the distance vector and link-state algorithms. EIGRP enables the use of variable length subnet masks.

Computer Science & Information Technology

You might also like to view...

What is not true about this code segment?

location = fileObject.tellg(); a. tellg is a member function of fileObject. b. location is a pointer. c. The value of location after the segment executes must be less than or equal to the number of bytes in the file attached to fileObject. d. fileObject is an istream object.

Computer Science & Information Technology

Which exception will the following code generate?

``` Dim num1 As Integer, num2 As Integer = 1000000 num1 = num2 * num2 ``` (A) NullReferenceException (B) ArgumentOutOfRangeException (C) OverflowException (D) InvalidCastException

Computer Science & Information Technology

In a crosstab query, what data is found at the intersection of the rows and columns?

A) Row heading B) Column heading C) Aggregating D) Query title

Computer Science & Information Technology

Access makes it obvious to a data entry user if a form is read-only.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology