Slashdot Mirror


The Next Net

Qa32 wrote to give a heads up on a BBC article discussing the IETF's plans for the future, including information on VoIP, IPv6, and security concerns. From the article: "Given the net was designed for the whole community, it has done well to reach millions. If you want to reach the whole population, you have to make sure it can scale up."

15 of 237 comments (clear)

  1. Interesting quote by Anonymous+Brave+Guy · · Score: 5, Interesting

    From part-way down TFA:

    "The top priority is to ensure that the standards that make the net work, are open and free for anyone to use and work with."

    Interesting for many here that the new guy at the head of the IETF seems to give this issue such emphasis.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    1. Re:Interesting quote by Anonymous Coward · · Score: 2, Interesting

      "Interesting for many here that the new guy at the head of the IETF seems to give this issue such emphasis."

      You mean just like the standards that make the existing net work?

      Actually, my biggest fear is VoIP - not directly, but the flak it will take from the telcos. I think we'll see some serious posturing from them as VoIP as a core feature on a internet upgrade would destroy their revenue model, not partly, but totally. They won't own the network, and they don't make the phones, they'll become a redundant middleman...

  2. We need help from big players by michelcultivo · · Score: 2, Interesting

    This history of IPv6 will never be introduced on our planet when the big players (ISP, Datacenters) and universities start using our their network. Someday I asked my Internet provider when will they start using IPv6 on dial-up networks, imagine what response did I got? "IPv6??? What is it"

  3. Dosen't the internet scale? by blanks · · Score: 2, Interesting

    "If you want to reach the whole population, you have to make sure it can scale up."

    I thought with the current schema the internet uses it was allways setup to scale and allow for redundency, where one section can do down and a new one can take place. Or new networks could easily be added, and expanded off of.

    Even new technologys like P2P and torrent etc were able to come out, still functioning correctly with the internet with no changes.

    Maybe they mean the ability for the technology to scale up, meaning situations like the IPv6 would not be such a consern. But then again IPv6 is a huge change to the entire structure of how the internet functions.

  4. Re:An observation on IPv6 by jrcamp · · Score: 4, Interesting
    Please read about Transition Mechanisms for IPv6.

    This is not an all or nothing thing. We do not have to turn out the lights on IPv4 before we can start utilizing IPv6.

  5. Sessions by Anonymous Coward · · Score: 1, Interesting

    How about replacing http into a stateful protocal?

  6. Re:An observation on IPv6 by wowbagger · · Score: 2, Interesting

    True, IPv4 addresses are a subset of the IPv6 address space.

    However, if the site in question does not support IPv6 packet formats, then an IPv6-only host would not be able to contact the site, as the site would not be able to form the IPv6 packets back to the requesting host.

    So either the requesting host would have to have an IPv4 address available to it (either directly or via NAT), or the requesting host would be unable to access the site.

    And the simplest way a web site can advertise its ability to support IPv6 is to have a AAAA record in DNS.

  7. 2.1? by Doc+Ruby · · Score: 2, Interesting

    Whatever happened to Internet2? Was it just another Bubble scam, in reverse? Just a way for academics to rip off government and investors with handwaving promises of "Next Generation" apps, from the magic cloud that birthed the first Internet (but without the genius and visionaries)? Internet2 has been in "startup" phase for almost a decade - where's the return? And if it's just percolating beneath the surface of these announcements, why isn't my taxpayer investment getting the credit? For starters, where's the massively scalable multicast infrastucture that would enable all these hypermultimedia apps that everyone wants?

    --

    --
    make install -not war

    1. Re:2.1? by Doc+Ruby · · Score: 3, Interesting

      What's the billing problem? Encrypt the packets with a different private key every 5 seconds, and require each listener to get new copies of the public keys, by subscription in 10-packs, distributed randomly in time. The keybuffers are not multicast, but they're millions of times smaller than the encrypted media, so the smaller-scale unicast model works. If I can think of that in 30 seconds, why haven't the providers thought of it yet? And why do incumbent corporate providers have an advantage, if Internet2 is publicly funded?

      --

      --
      make install -not war

  8. Re:Wow! think of all them IP addresses. by digitalsushi · · Score: 2, Interesting

    from http://engr.smu.edu/~tchen/eets7304_spring05/hw5_s oln.pdf

    Problem 8. (IPv6) (a) Given that IPv6 addresses are 128 bits, calculate the total number of possible IPv6 addresses. (b) Calculate the surface area of the earth in square feet. Consider the radius of the earth as 3,963 miles, and one mile is 5280 feet (the surface area is 4ðr2). (c) Calculate the number of IPv6 addresses per square foot of earth surface. (d) Repeat the same calculations for IPv4; how many IPv4 addresses per square foot?(a) 2128= 3.4 x 1038number of IPv6 addresses. (b) The surface area of the earth is 4ðr2where the radius r = 3,963 miles. The surface area turns out to be 1.97 x 108square miles = 5.5 x 10152 square feet. (c) There would be 3.4 x 1038/5.5 x 1015= 6.2 x 1022IPv6 addresses per square foot of earth surface. (d) 232= 4.3 x 109number of IPv4 addresses. Divided by the surface area of the earth, there would be 4.3 x 109/5.5 x 1015= 7.8 x 10-7IPv4 addresses per square foot.3

    --
    slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
  9. Re:IPv6 Not Enough? by MightyMartian · · Score: 3, Interesting

    From what I can see, what's held up IPv6 adoption is the NAT router, and IPTables/Netfilter in particular. These IPTables guys have managed to come up with hacks for many of the difficult protocols, so that even cranky beasts like MSN Messenger are fully functional. NAT has its problems, of course, and at some point we're going to have to dump IP4, but I think it's longer off then some hope.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  10. Re:Mass media distribution by cartzworth · · Score: 2, Interesting

    Verizon just laid fiber in my neighborhood (suburban Pennsylvania) and are rolling out 15mbps for $40/month. Not bad.

  11. More useless IPv6 calculations by sahonen · · Score: 2, Interesting

    According to my calculations, IPv6 allows us:

    Over 300 million IP addresses per cubic millimeter of the Earth.
    One IP address for every 5 cubic meters of the entire solar system within the sphere defined by the aphelion of the orbit of Pluto.
    180,000 IP addresses per cubic light year for the estimated size of the entire universe.

    Yup, I think we have enough.

    --
    Make me a friend and I'll mod you up
  12. NAT has other purposes by dpilot · · Score: 4, Interesting

    NAT is the ISPs way of keeping its subscribers in line, and acting as consumers rather than citizens. Given the TOS of my ISP, it just doesn't matter whether I get NATted, or not. Anything I could do that I can't do behind NAT isn't allowed.

    --
    The living have better things to do than to continue hating the dead.
  13. What the ? by camcloud1 · · Score: 1, Interesting

    "That clearly is not enough when you have 10 billion people to serve, so there is technical solution, the new version of IP - IPv6."

    Where did the other 3.5 billion people come from?