wat08 wrote: Just another question about EIGRP: Why does Cisco claim this to be a hybrid protocol when it functions solely as a distance vector protocol?
wat08 wrote: The fact that it uses load, bandwidth, delay, etc. explains the "advanced" in "advanced distance vector", but where do the link-state characteristics come in?
Cisco Systems, Inc. wrote: Link-State Versus Distance Vector Link-state algorithms (also known as shortest path first algorithms) flood routing information to all nodes in the internetwork. Each router, however, sends only the portion of the routing table that describes the state of its own links. In link-state algorithms, each router builds a picture of the entire network in its routing tables. Distance vector algorithms (also known as Bellman-Ford algorithms) call for each router to send all or some portion of its routing table, but only to its neighbors. In essence, link-state algorithms send small updates everywhere, while distance vector algorithms send larger updates only to neighboring routers. Distance vector algorithms know only about their neighbors. Source: Internetworking Technology Handbook - Routing Basics - http://www.cisco.com/en/US/docs/internetworking/technology/handbook/Routing-Basics.html#wp1020646
iworms wrote: Well don't dwell on the terminology/marketing terms. Some people call it hybrid, some people don't like to call it hybrid, and some people resent Cisco for calling it hybrid. The important thing for us is to know what distance vector and link state protocols do and what EIGRP does.