Slashdot Mirror


Dept. of Defense IPv6 Interoperabilty Test Begins

securitas writes "The Department of Defense has launched Phase I of its delayed IPv6 interoperability test (mirror) in a six-month project dubbed Moonv6. It is the largest North American IPv6 test ever and its goal is to evaluate IPv6 for 'network-centric military operations.' Phase II was originally scheduled to begin in January 2004 but may be delayed due to the late start of the current test. 'IPv4 addresses are 32 bits long, enough for around 4 billion unique addresses.' In contrast, the IPv6 address length is '128 bits, or 340 billion billion billion billion unique addresses.' Experts hope this will solve a predicted IP address shortage as more devices are created to use the Internet."

7 of 371 comments (clear)

  1. IPv5? by Short+Circuit · · Score: 2, Interesting

    Whatever happened to IPv5? What was special about it?

  2. Easier for you, maybe by Theatetus · · Score: 2, Interesting

    I run 4 nameservers. I don't look foward to typing

    frobitz.hurflinger.com IN A 192.168.127.243.19.4.37.66
    zone 0.37.4.19.243.127.168.192.in-addr.arpa { primary 127.0.0.0.0.0.0.1; key ...
    well, you get the idea...
    --
    All's true that is mistrusted
  3. But first... by jo42 · · Score: 5, Interesting

    Here is a web site and project that tracks how IPv4 addresses are allocated and misused, i.e. hijacked: http://www.completewhois.com/statistics/index.htm.

    The way I read it, a huge percentage of IPv4 addresses are not even being used...

  4. Security by rf0 · · Score: 3, Interesting

    With built in things like IPSec + Auto Config it will help the DOD deploy things quickly and securly. Of course for the rest of us it might take another 5-10 years before all running on IPv6

    Rus

  5. Re:I don't care what you say by amorsen · · Score: 4, Interesting
    One very interesting service that I would like to host on my phone is... wait for it... Voice!

    I would like people to call my phone with VoIP. That is a "service", and I need an IP address for it.

    --
    Finally! A year of moderation! Ready for 2019?
  6. Why did they pick 128? by njdj · · Score: 3, Interesting

    Does anybody know why TPTB decided on 128 bits for IPv6? 64 would have been more than enough. IP addressing is not like memory or disk space, where you can envisage ever-increasing requirements. It's an addressing scheme for devices. 64-bit addresses are big enough to have nearly a billion uniquely addressable devices for every human being on Earth. Why isn't that enough, even allowing for some spare bits to make address-assignment easier? Do you plan to ask for a billion addresses for the billion devices you plan to attach to the Internet?

  7. Re:Why IPv6 by richard_willey · · Score: 2, Interesting

    1. Eliminating the header checksum makes it substantially easier to develop forwarding ASIC.

    2. It was generally believed that the IPv6 header checksum doesn't provide all that much value. Suppose, for a moment, that the IP header became corrupted in some way. What's the worst thing that could happen? Eliminating the header checksum removes intelligence from the core and relocates it to end nodes [In this case, Intermediate systems no longer need to perform error detection. Instead, developers who require reliability can make use of existing fucntions build into the transport layer]