EIGRP-ChatGPT1 Flashcards

5 Multi-choice questions.

1
Q

What type of routing protocol is EIGRP?

A) Distance-vector
B) Link-state
C) Hybrid
D) Static

A

Answer:
C) Hybrid

Explanation:
EIGRP is a hybrid routing protocol because it combines features of both distance-vector and link-state routing protocols. It uses distance-vector algorithms for routing table calculations but has link-state capabilities for topology information exchange.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which metric does EIGRP primarily use to calculate the best path to reach a destination network?

A) Hop count
B) Bandwidth
C) Delay
D) Administrative distance

A

Answer:
C) Delay

Explanation:
EIGRP primarily uses the “delay” metric to calculate the best path to a destination network. It considers the cumulative delay along the path to determine the most optimal route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the maximum number of equal-cost paths (feasible successors) that EIGRP can store in its topology table?

A) 1
B) 2
C) 3
D) 4

A

Answer:
B) 2

Explanation:
EIGRP can store up to two equal-cost paths (feasible successors) in its topology table. These paths can be used for load balancing and redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which administrative distance does EIGRP assign to routes within the same autonomous system (AS)?

A) 1
B) 90
C) 100
D) 110

A

Answer:
B) 90

Explanation:
EIGRP assigns an administrative distance of 90 to routes within the same autonomous system (AS). This value makes EIGRP routes more preferable than routes learned from other routing protocols with higher administrative distances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What multicast address does EIGRP use for its routing updates?

A) 224.0.0.5
B) 224.0.0.6
C) 224.0.0.9
D) 224.0.0.10

A

Answer:
D) 224.0.0.10

Explanation:
EIGRP uses the multicast address 224.0.0.10 for its routing updates. This address is used to send EIGRP updates to neighboring routers within the same autonomous system (AS).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly