Slashdot Mirror


Map of the Internet

Wellington Grey writes "Author of the popular webcomic xkcd has put up a hand made map of the internet as today's comic. He also has an interesting blog entry detailing some of the work that went into it, such a pinging servers and creating a method of fractal mapping to display related regions as contiguous sections on the grid." The drawing is pretty damn impressive; somebody get on making that thing a giant wall poster so I can paper over Taco's office door.

13 of 186 comments (clear)

  1. Re:Rasterizer. by Council · · Score: 5, Informative

    To everyone who's asked for a large poster of this -- I'm going to be offering large prints of it in the xkcd store before too long, but for a handful of reasons I can't easily do it immediately (I'm in the middle of the holiday rush with shipping out t-shirts). It's cool to hear so many people are interested, though! Thank you!

    I would actually like to see someone else create a computer-generated poster with a higher level of detail (there will be algorithms for the mapping on the blag soon). I think you can do some interesting things with this fractal; it'd be neat to see all the websites you visit marked with red dots, more detailed survey info for the registry patchwork, server density/space usage (the 63-74 blocks are more densely populated than anything else), etc.

    --
    xkcd.com - a webcomic of mathematics, love, and language.
  2. Re:Beeb by Anonymous Coward · · Score: 1, Informative

    I'm pretty sure you can claim hypertext or http or something like that, but not the network itself. The network was a DARPA project.

  3. Re:MIT by minus_273 · · Score: 2, Informative

    I haven't had my coffee...

    --
    The war with islam is a war on the beast
    The war on terror is a war for peace
  4. Hilbert curve by fbonnet · · Score: 2, Informative

    FYI he uses a Hilbert curve to map the IPv4 space on a square. This is simply brilliant, elegant and beautiful, clearly the best map of the Net I've seen in years. I love how the range of Multicast IPs renders as a square.

    http://en.wikipedia.org/wiki/Hilbert_curve

  5. DEC?? I think not by Necron69 · · Score: 2, Informative

    I have news for this guy. DEC (net 15) hasn't existed in nearly a decade, and HP and Compaq merged like four years ago. So Nets 15 & 16 should be labeled "HP".

    All your IP space belong to us!!! Bwahahahaaaaaa!!!

    - Necron69

  6. IPv6 is there too... by scsirob · · Score: 4, Informative

    Just float your mouse over the picture and he will tell you what the IPv6 version looks like.

    Even more clever, and sooooo right ;-)

    --
    To Terminate, or not to Terminate, that's the question - SCSIROB
  7. Re:Why was 192 picked as private? by rednuhter · · Score: 3, Informative

    in binary 192 is 11000000
    so with bit masking it makes sense.
    http://en.wikipedia.org/wiki/Bit_mask

    --
    ERR 411[Max number of witty sigs reached]
  8. Re:Why was 192 picked as private? by Andy+Dodd · · Score: 2, Informative

    192 = 128*1.5 or 128 + 64

    i.e. while not strictly a power of two, it is closely related to one.

    More specifically, the bit pattern for 192 is a nice clean 11000000

    --
    retrorocket.o not found, launch anyway?
  9. Re:private ranges all marked differently? by AFCArchvile · · Score: 2, Informative

    The private, nonroutable IP ranges, according to RFC 1918 are:
    10.0.0.0 to 10.255.255.255 (10/8 prefix)
    172.16.0.0 to 172.31.255.255 (172.16/12 prefix)
    192.168.0.0 to 192.168.255.255 (192.168/16 prefix)

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  10. Internet map from Wikipedia by Inyu · · Score: 2, Informative
    THE MAP: http://en.wikipedia.org/wiki/Image:Internet_map_10 24.jpg

    AUTHOR'S NOTE:

    I created this small partial map of the Internet from the 2005-01-15 data found here using a slightly different rendering technique than was used to generate the maps there. Each line is drawn between two nodes, representing two IP addresses. The length of the lines are indicative of the delay between those two nodes. This graph represents less than 30% of the Class C networks reachable by the data collection program in early 2005. Lines are color-coded according to their corresponding RFC 1918 allocation as follows:

    • Dark blue: net, ca, us
    • Green: com, org
    • Red: mil, gov, edu
    • Yellow: jp, cn, tw, au de
    • Magenta: uk, it, pl, fr
    • Blue-green: br, kr, nl
    • White: unknown

    Big BIG HUGE (probably unusable in articles) version can be found at Image:Internet map 4096.png.

  11. Re:Beeb by Andrew+Kismet · · Score: 3, Informative

    http is the killer app of DARPA's platform.
    The British deserve a pretty damn sizable chunk of it, with respect to population and usage.

  12. DNS? by Kadin2048 · · Score: 2, Informative

    is there a simple way to get mappings from domains to IP address space--in bulk?

    Erm, I don't know of a publicly-available list, but it seems like it would be pretty easy to generate one by just using DNS queries.

    What you're asking for is pretty much the function of the DNS system, after all. You could easily write a script that took a list of domain names and resolved them to IP addresses -- you'd just want to make sure that your upstream DNS provider didn't block you for being abusive or for looking too much like a DDoS.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  13. Re:IPv4 space by forkazoo · · Score: 3, Informative
    This sounds suspiciously like "640K ought to be enough for anybody."


    Have you looked at how many IP's you get in IPv6? Seriously, I once saw the number and it took me several minutes of googling to figure out how to say the number outloud because I had never encountered a number that large. Given that IP will only be useful for a single planet network, we should be good for a very long time.

    Quickly googling, I saw these explanations of how many addresses we get with IPv6:

    (667 sextillion) addresses per square meter

    3.4 times 10**38 addresses, or 5 times 10**28 (50 octillion) for each of the roughly 6.5 billion people alive today

    I'm perfectly comfortable being quoted saying that 50 octillion addresses ought to be enough for anybody. (Considering the whole of the current IPv4 Internet is only 4 billion some odd addresses...)