IPv6 Readiness Report
MythoBeast writes "In the latest episode of the Intellectual Icebergs podcast, Brett Thorson of Ravenwing provides a very good review of how ready our industry is for IPv6. He also provides a pretty good implementation guide for those who want to set up IPv6 at home."
IPv6 is a solution looking for a problem, at the moment in its current state nobody will use it, its complex , doesnt play with legacy systems (even win2k support is flaky at best) all those routers and wifi boxes that best buy are selling, most of the ISP's dont want it and dont support it let alone the users figure it out
its another "its coming" technologies thats "nearly" with us for the last 10 years and STLL nobody really cares, its like W3C validation, nice in theory but most people dont care about it and most of the html generation tools dont create it
Could someone tell this uninformed person what the hype is all about? So, we run out of IP addresses, so what? Seems like a market then exists where you could on-sell your IP addresses for $$$. Prices go up too high, market forces then result in IPv6 implementation. What's the problem?
I agree with this, unlike a written guide a podcast has no copy'n'paste and it is much harder to follow talk than written text when the language used is not your native tongue.
605413? Yes, it's a prime.
Umm, [adding more devices is] precisely why [NAT is] used.
Apart from that, NAT is also useful because of an inherent side effect, namely that a basic firewall comes "free" once your router has implemented NAT.
It has been said many times here on Slashdot, but it bears repeating.
There is no business case (yet) for IPv6. The internet was designed for resilient point to point connectivity, but the business world does not want that.
Today's security paranoid businesses want to keep their internet exposure to a minimum. Look at most companies - lots of computers behind one or two public IP addresses. Most internal hosts are firewalled, proxied, and natted INTENTIONALLY.
Sure, this creates some problems, but there are workarounds for most issues.
I keep hearing about handhelds and that millions of them will need their own IP addresses. I don't see why. I'm sure most of the wireless providers want to control the content that their subscribers can send or receive - that business model does not want a wide open network with each host directly connected to the internet.
In this type of business environment, I can't see why any business would want to throw away thousands if not millions of dollars in their existing IPv4 investment.
If you can explain a bulletproof business case for IPv6, then Mr. Chambers at Cisco may have a nice sales job for you.
-ted
One company does not an industry make.
GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
I don't get this argument at all. Since you mention connections and most interesting traffic is over TCP, what do fragments have to do with it. Someone could send TCP traffic one byte per IP frame. If the firewall is going to do validation, it will have to reassemble enough of the protocol stream to understand what it is seeing.
Since I used fragmentation as an example, when is fragmentation important? Well, let's say Business A uses standard ethernet frames (1500 bytes) and Business B uses jumbo frames (6000 bytes). Business B's packets will be fragmented into 4 parts at the point where jumbo frames are no longer supported. They will be re-assembled into a jumbo frame on Business A's firewall (in order for the packet to be validated) and will then be broken up again as Business A's network won't support jumbo packets.
All that takes time. If a fragment is dropped, in transit, the jumbo packet won't reassemble correctly and will be dropped, forcing the entire jumbo packet to be resent. (In other words, a dropped packet is 4 times as expensive.)
With IPv6, that doesn't happen. Business B connects to Business A. Negotiation identifies that the largest packet that will travel intact is 1500 bytes, so Business B (when sending to Business A) will use packets of that size. No fragmentation, a drop will cost 1500 bytes not 6000 bytes, and it doesn't involve Business B reducing its MTU to anyone else, so if other people can receive jumbo packets fine, the connection isn't degraded.
It doesn't help that IPv4 is based around byte-alignment and bit flags, whereas modern computers assume 32-bit or 64-bit words. Having things word-aligned and word-sized is much more efficient on a modern computer. That is something that has genuinely changed over time and wasn't merely a case of really bad design.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
IPv6 is not needed, NAT works.
For a fraction of what you can do on the Internet, yes. Stop oversimplifying.
Even I as a regular user have run into the problems with two NAT'ed people trying to communicate with each other.
Beware: In C++, your friends can see your privates!
That's hardly a "business case." And as another poster (unfortunately not being modded up) pointed out, IPv6 supports fragmentation. It's just that end hosts have to fragment and reassemble, and not intermediary routers. So, your firewall will see fragments anyway.