Slashdot Mirror


IPv6 Over Social Networks

An anonymous reader writes "A new RFC has been published this morning to significantly speed the deployment of IPv6. With IPv6 over Social Network (IPoSN), '[e]very user is a router with at least one loopback interface,' and 'Every friend or connection between users will be used as a point-to-point link.' It is noted that latency on the network can be very high, though."

5 of 102 comments (clear)

  1. Re:IPv6 - the OS/2 of Networking. by Cajal · · Score: 5, Informative

    IPv6 is being deployed. For example, this shows the growth in the IPv6 routing table size during 2008: http://www.potaroo.net/ispcol/2009-03/fig7.jpg

    You can also check out http://sixy.ch/ for a list of IPv6-accessible web sites. It's growing weekly.

    Google has launched their IPv6 trusted tester program, making many of their services reachable over IPv6.

  2. Re:so how many hops are we from Kevin Bacon? by Qzukk · · Score: 2, Informative

    It saves extra typing

    I just use mtr in the first place.

    --
    If I have been able to see further than others, it is because I bought a pair of binoculars.
  3. April Fools but with real implementation by slashdotmsiriv · · Score: 2, Informative
  4. Re:Admins not adopting IPv6 by xZgf6xHx2uhoAj9D · · Score: 4, Informative

    The home router on IPv6 is always always always at ff02::2. It is not sometimes 192.168.0.1 or sometimes 192.168.1.1 or sometimes 10.0.0.1 or sometimes something else entirely. It is ALWAYS ff02::2. Period. No exceptions. If it is not, it is not IPv6.

  5. Re:ipv4.5? by Anonymous Coward · · Score: 2, Informative

    Because hex is a better, EASIER representation of the binary that actually encodes the address. Ever tried to use the 192.168.0.0/8 notation? Did you notice how it's really confusing with decimal notation?

    Frankly, if you can't wrap your head around hex then you shouldn't be using IP addresses. It's called DNS, learn it and love it.

    Additionally, it is (sort of) backwards compatible (as much as it can be, without neutering it)- http://en.wikipedia.org/wiki/IPv6#Transition_mechanisms

    "As an exception to standard IPv6 addresses notation, IPv4 mapped addresses are commonly represented with their last 32 bits written in the customary dot-decimal notation of IPv4, appended to the standard IPv6 notation of the leading bits, e.g., ::ffff:c000:280 could be written as ::ffff:192.0.2.128."