📖 What is Enhanced Interior Gateway Routing Protocol (EIGRP)?
Enhanced Interior Gateway Routing Protocol (EIGRP) is an advanced distance-vector routing protocol that combines the best features of link-state and distance-vector protocols. It uses the DUAL algorithm for fast convergence and maintains a topology table to ensure loop-free paths.
"Focus on its hybrid nature and its unique ability to perform unequal cost load balancing, which distinguishes it from OSPF and RIP."
📚 Certification: CompTIA Network+ Certification Exam (N10-009)
🔑 What are the Key Concepts of Enhanced Interior Gateway Routing Protocol (EIGRP)?
- ▸ Combines distance-vector and link-state characteristics, maintaining a topology table while using distance-vector updates to ensure efficient routing across the network.
- ▸ Utilizes the Diffusing Update Algorithm (DUAL) to guarantee loop-free paths and achieve rapid convergence when network topology changes occur.
- ▸ Supports unequal cost load balancing, allowing traffic to be distributed across multiple paths with different metrics, a unique feature not found in OSPF.
- ▸ Calculates paths using a composite metric based primarily on bandwidth and delay, providing a more nuanced view of link quality than simple hop counts.
- ▸ Maintains a list of feasible successors, which are pre-calculated backup paths that allow for near-instantaneous failover without needing to re-converge the entire network.
🎯 How does Enhanced Interior Gateway Routing Protocol (EIGRP) appear on the N10-009 Exam?
You may be asked to identify the routing protocol that allows for unequal cost load balancing when a company wants to utilize all available bandwidth across disparate links.
A scenario might describe a need for a protocol with very fast convergence and loop-free guarantees in a Cisco-heavy environment; you should recognize EIGRP as the solution.
❓ Frequently Asked Questions
How does EIGRP's load balancing differ from OSPF?
OSPF only supports equal cost load balancing. EIGRP can use a 'variance' multiplier to send traffic over paths that are slightly slower, maximizing total available bandwidth across the network.
Is EIGRP considered a link-state or distance-vector protocol?
It is technically an advanced distance-vector protocol, but it is frequently called a 'hybrid' because it maintains a topology table similar to link-state protocols for faster convergence.