EIGRP is a hybrid routing protocol, meaning it combines the characteristics of both distance-vector and link-state protocols. I is more efficient, supports faster convergence, and uses a composite metric based on bandwidth, delay, load, and reliability.EIGRP only exchanges information about paths and has lower overhead in large networks.
---
title: What makes EIGRP and Hybrid routing protocol?
---
graph LR;
A(EIGRP) --> B(Hybrid protocol)
B --> C(Distance Vector)
C --> G(Loop prevention)
G --> H(Split Horizon)
G --> I(Route poisoning)
G --> J(Hold down Timers)
B --> D(Link State)
D --> K(Metric)
K --> L(Includes **Bandwidth**)
D --> M(Advanced routing features)
M --> N(Unequal path load balancing)
M --> O(Autonomous system)