Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxinden/ip-address-distance-correlation
Does the number of common leading bits of two ip addresses correlate with their ping latency?
https://github.com/mxinden/ip-address-distance-correlation
Last synced: 7 days ago
JSON representation
Does the number of common leading bits of two ip addresses correlate with their ping latency?
- Host: GitHub
- URL: https://github.com/mxinden/ip-address-distance-correlation
- Owner: mxinden
- Created: 2019-10-05T21:39:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T22:18:10.000Z (over 1 year ago)
- Last Synced: 2024-10-31T02:20:51.509Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 1020 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ip-address-distance-correlation
The IPv4 address space was partitioned by the IANA to each regional internet
registry as blocks. Under the assumption that traffic speed correlates with
locality, this project tries to proof that **the number of common leading bits
of two ip addresses correlates with their ping latency**.Using the distance between two ip addresses as a metric could be useful in a
gossip-style overlay network to decide which nodes to connect to to build an
efficient topology.![Scatter plot](./scatter-plot.svg)