Distanzvektoren
Distanzvektoren, also known as distance vectors, are a fundamental concept in graph theory and network routing protocols. They represent the shortest path distance from a specific source node to all other reachable nodes in a graph. Each node in a network maintains a distance vector, which is essentially a table or list associating each destination node with the estimated minimum cost or number of hops required to reach it.
These vectors are dynamic and are updated periodically or when changes occur in the network topology. In
The core principle behind distance vector routing is the Bellman-Ford algorithm or its variations. While simple