Glamorous Ant Portrait

Mutant Ant

Alternate Depictions of Internet Routes

I was curious what could be learned regarding the gross structure of the internet by tracing routes to a collection of IP addresses. While hardly a broad systematic exploration, it still yielded an interesting dataset. These views present the same network information in two distinct forms. They depict the path to a few hundred endpoints and about 1300 routers encountered along the way.

Combined View

Combined Views Side-by-side map and graph views interact by clicking on locations or nodes in either view. The combination makes it easier to understand the relationship between the two depictions. Requires a wide window; this is a fairly complex visualization that might tax very slow computers or phones.

The logical graph clearly illustrates that traces originated from a single root node (my computer) and were generally depth-first to relatively distant nodes. This is evidenced by a sparse branching structure except near the center. One could easily discover branches at nearly any level within a route and thereby construct a far denser graph if that was the goal. It's also possible to trace routes from different starting points, but the resulting graph would be far more complex as it would no longer be a tree with a single root node.

Individual Visualizations

The combined view above is a far better tool for exploration. These individual views are recommended only if the combined view does not perform well (in which case you must be using a very old browser or computer), or if you want to read notes about that particular visualization.

Geographic View

Internet Map IP addresses and interconnections displayed on a map at locations determined by geocoding to latitude/longitude. Multiple IPs at a particular location are aggregated into a single marker which reveals full node details when clicked. Location data provided by ipinfodb.com, map using Google Maps Javascript API.

Logical Graph View

Internet Graph Connectivity graph shows a layout based only on observed network hops radiating outward from my computer at center; no geocoding was involved. Layout was created with Gephi and is displayed here using D3.

Each individual view contains an explanation with some detail about the tools and methodology.