-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
111 lines (107 loc) · 4.99 KB
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
The Internet Topology Zoo
</title>
<link rel="stylesheet" href="blue/style.css" type="text/css" id="" media="print, projection, screen" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-351760-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrap">
<div id="header">
<table class="header">
<tr>
<td>
<img src="UoA_col_horz.png" />
</td>
<td>
<h1>
The Internet Topology Zoo
</h1>
</td>
</tr>
</table>
</div>
<div id="main">
<div id="sidebar">
<ul>
<li> <a href="index.html">Home</a> </li>
<li> <a href="dataset.html">Dataset</a> </li>
<li> <a href="explore.html">Explore</a> </li>
<li> <a href="gallery.html">Gallery</a> </li>
<li> <a href="publications.html">Publications</a> </li>
<li> <a href="toolset.html">Toolset</a> </li>
<li> <a href="documentation.html">Documentation</a> </li>
<li> <a href="contribute.html">Contribute</a> </li>
<li> <a href="links.html">External Links</a> </li>
<li> <a href="contact.html">Contact</a> </li>
</ul>
</div>
<div id="main-content">
<h2>
Other network collections
</h2>
<ul>
<li> <a href="http://irl.cs.ucla.edu/topology/">Internet Topology Collection</a> </li>
<li> <a href="http://navigators.com/isp.html">Russ Haynal's ISP Page</a> </li>
<li> <a href="http://networkdata.ics.uci.edu/resources.php">UCI Network Data Repository</a> </li>
<li> <a href="http://personalpages.manchester.ac.uk/staff/m.dodge/cybergeography/atlas/isp_maps.html">An Atlas of Cyberspace</a> </li>
<li> <a href="http://snap.stanford.edu/data/">Stanford Large Network Dataset Collection</a> </li>
<li> <a href="http://wiki.gephi.org/index.php?title=Datasets">Gephi Datasets Wiki entry</a> </li>
<li> <a href="http://www-rp.lip6.fr/~augustin/ixp/">IXP Mapping Project</a> </li>
<li> <a href="http://www.apan.net/documents/network-list.htm">APAN: List of Research & Education Networks</a> </li>
<li> <a href="http://www.cablemap.info/"> Greg's Cable Map</a></li>
<li> <a href="http://www.caida.org/home/">CAIDA</a> </li>
<li> <a href="http://www.caida.org/tools/visualization/mapnet/">CAIDA Mapnet</a> </li>
<li> <a href="http://www.cybertelecom.org/industry/backbone.htm">Cybertelecom: Backbone/Major Networks</a> </li>
<li> <a href="http://www.davidrumsey.com/luna/servlet/view/all/what/Communications?sort=Pub_Date%2CPub_Date%2CPub_List_No%2CSeries_No&os=200">David Rumsey Map Collection (Historical Maps)</a> </li>
<li> <a href="http://www.isp-planet.com/resources/backbones/index.html">ISP-Planet Backbone Directory</a> </li>
<li> <a href="http://www.telecomramblings.com/network-maps/">Telecom Ramblings: Longhaul Network Maps</a> </li>
<li> <a href="http://www.terena.org/activities/compendium/2008/lists/network.php">TERENA: Network Maps</a> </li>
</ul>
<h2>
Topology Discovery Projects
</h2>
<ul>
<li> <a href="http://iplane.cs.washington.edu/">iPlane</a> </li>
<li> <a href="http://www.chrisharrison.net/projects/InternetMap/index.html">Visualisation</a> based on DIMES </li>
<li> <a href="http://www.cs.washington.edu/research/networking/rocketfuel/">Rocketfuel</a> </li>
<li> <a href="http://www.netdimes.org/">DIMES</a> </li>
<li> <a href="http://svnet.u-strasbg.fr/merlin">The MERLIN Project</a> </li>
<li> <a href="http://www.grid.unina.it/software/TD/">Hynetd (Hybrid Network Topology Discovery)</a> </li>
</ul>
<h2>
Graph Analysis Tools
</h2>
<ul>
<li>
<a href="http://www.yworks.com/en/products_yed_about.html">yEd Graph Editor</a>
</li>
<li>
<a href="http://www.gephi.org/">Gephi</a>
</li>
<li>
<a href="http://www.cytoscape.org/">Cytoscape</a>
</li>
</ul>
</div>
</div>
</div>
<div id="footer">
This project was supported by the Australian Government through an Australian Postgraduate Award and Australian Research Council Discovery Grants DP110103505 and DP0985063; and by the <a href="http://www.adelaide.edu.au">University of Adelaide</a>.
<br>
Last updated 2012-02-22 by simon.knight at adelaide.edu.au </a>.
</div>
</body>
</html>