Link Reversal Algorithms
Edición de la obra Link reversal algorithms
| Autor | Jennifer Welch, Jennifer Walter |
|---|---|
| Editorial | Springer International Publishing AG |
| Fecha de publicación | 2011 |
| Idioma | inglés |
| ISBN-13 | 9783031008788 |
| Número de Cutter | W439l |
Link reversal is a versatile algorithm design technique that has been used in numerous distributed algorithms for a variety of problems. The common thread in these algorithms is that the distributed system is viewed as a graph, with vertices representing the computing nodes and edges representing some other feature of the system (for instance, point-to-point communication channels or a conflict relationship). Each algorithm assigns a virtual direction to the edges of the graph, producing a directed version of the original graph. As the algorithm proceeds, the virtual directions of some of the links in the graph change in order to accomplish some algorithm-specific goal. The criterion for changing link directions is based on information that is local to a node (such as the node having no outgoing links) and thus this approach scales well, a feature that is desirable for distributed algorithms.