Distancevectorprotokollat
Distancevectorprotokollat is a class of routing protocols in computer networks that determine paths by exchanging distance vectors with neighboring routers. Each router keeps a routing table that lists reachable destinations and a metric indicating the cost to reach them, along with the next hop. Routers periodically send their distance vectors to directly connected neighbors, and upon receiving a neighbor’s vector, a router updates its own table using a Bellman-Ford calculation: the cost to a destination via that neighbor equals the neighbor’s reported cost to the destination plus the cost of the link to that neighbor. If a shorter path is found, the router updates its vector and propagates the change to others.
Key characteristics include the use of simple metrics (often hop count), distributed computation, and reliance on
Common examples and variants include the classic Routing Information Protocol (RIP) and its successors, as well