HOME

TheInfoList



OR:

Vivaldi Coordinate System is a decentralized Network Coordinate System, that allows for distributed systems such as peer-to-peer networks to estimate round-trip time (RTT) between arbitrary nodes in a network. Through this scheme, network topology awareness can be used to tune the network behavior to more efficiently distribute data. For example, in a
peer-to-peer network Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the network. They are said to form a peer-to-peer n ...
, more responsive identification and delivery of content can be achieved. In the Azureus application, Vivaldi is used to improve the performance of the distributed hash table that facilitates query matches.


Design

The algorithm behind Vivaldi is an optimization algorithm that figures out the most stable configuration of points in a
euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, that is, in Euclid's Elements, Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics ther ...
such that distances between the points are as close as possible to real-world measured distances. In effect, the algorithm attempts to
embed Embedded or embedding (alternatively imbedded or imbedding) may refer to: Science * Embedding, in mathematics, one instance of some mathematical object contained within another instance ** Graph embedding * Embedded generation, a distributed ge ...
the multi-dimensional space that is latency measurements between computers into a low-dimensional euclidean space. A good analogy might be a spring-and-mass system in 3D space where each node is a mass and each connection between nodes are springs. The default lengths of the springs are the measured RTTs between nodes, and when the system is simulated, the coordinates of nodes correspond to the resulting 3D positions of the masses in the lowest energy state of the system. This design is taken from previous work in the field, the contribution that Vivaldi makes is to make this algorithm run in parallel across all the nodes in the network.


Advantages

* Vivaldi can theoretically can scale indefinitely. * The Vivaldi algorithm is relatively simple implement.


Drawbacks

* Vivaldi's coordinates are points in a euclidean space, which requires the predicted distances to obey the triangle inequality as well as euclidean symmetry. However, there are many triangle inequality violations (TIVs) and symmetry violations on the Internet, mostly because of inefficient routing or distance distortion because connections on the internet are typically not routed in a single strait line. * The collaborative nature of a shared coordinate space makes it very easy for malicious nodes to conduct various attacks to distort the network coordinate system.


See also

* Pharos Network Coordinates * Phoenix Network Coordinates


References


External links


Simulator for Decentralized Network Coordinate Algorithms (NCSim)

Practical, Distributed Network Coordinates (original paper)

Azureus Wiki Overview
Computer networking {{compu-network-stub