4

I want to model how traffic will flow on real networks (not just the internet, also, say, Intel's internal LAN).

Is there a place I can get real network topologies data I can use?

2 Answers2

4

In addition to the source listed by JohnRos, the association for social network analysis (INSNA) have a lot of data (sometimes the datasets are missing, though). Another source might be Tore Opsahl's website (the airline data are a good candidate, as the forum data are). Finally, Mark Newman's page is another source. If you have an interest in open source software, FLOSSmole might be another place to fish for large network datasets (but I do not know if there is information about flow in there). This thread gives a lot of other potential sources

Antoine Vernet
  • 1,334
  • 16
  • 24
0

Stanford Large Network Dataset Collection. Which is part of the Stanford Network Analysis Project, SNAP.

Andy W
  • 15,245
  • 8
  • 69
  • 191
JohnRos
  • 5,336
  • 26
  • 56
  • 1
    Can you point me, which of the dataset there relates to network (eg ethernet, LAN, WAN) topology? I don't see anything there. – Elazar Leibovich Nov 09 '11 at 10:21
  • @Elazar: SNAP is a *wonderful* resource, but the reason you don't find any such data sets there is because there aren't any. (There are a few web graphs. The [autonomous systems](http://snap.stanford.edu/data/index.html#as) ones may come close, but I suspect not quite what you're looking for.) – cardinal Nov 13 '11 at 17:39