

IPv6 Readiness Report 280
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."
By the time IPv6 is ready (Score:5, Funny)
Re:By the time IPv6 is ready (Score:5, Informative)
That may be a joke, but in reality IPv6 is ready. My UK ADSL provider, Andrews & Arnold [aaisp.net], provide me with an entire block of IPv6 addresses. They will even route it to you natively if your router will support it, otherwise you have to use a 6-over-4 tunnel. My network uses it by default over IPv4; it's kind of neat when e-mail has IPv6 addresses in the headers. ;-)
Re:By the time IPv6 is ready (Score:3, Insightful)
Re:By the time IPv6 is ready (Score:4, Informative)
"For any 32-bit global IPv4 address that is assigned to a host, a 48-bit 6to4 IPv6 prefix can be constructed for use by that host (and if applicable the network behind it) by prepending 2002 (hex) to the IPv4 address. Thus for the global IPv4 address 207.142.131.202, the corresponding 6to4 prefix would be 2002:CF8E:83CA::/48. (IPv4 addresses use decimal notation while IPv6 addresses use hexadecimal notation). This gives a total prefix length of 48 bits, the same as an end site is supposed to be allocated under normal IPv6 address alocation leaving room for a 16 bit subnet field and a 64 bit address within the subnet." - Quote from Wikipedia 6to4 entry
Re:By the time IPv6 is ready (Score:4, Informative)
WTF are you talking about? You clearly need to go read up on IPv6 because what you just said is complete rubbish. Your ISP does _not_ need to know anything about 6to4. Every IPv4 address is assigned an IPv6
I assume by "that would have to be done at the edge" you mean the edge of the ISP's network, which is incorrect - the encapsulation/de-encapsulation is done at the edge of *your* network. The ISP only sees IPv4 traffic.
They are not blocking traffic when they are not configured to support it.
If the ISP isn't "configured to support" 6to4 then they shouldn't be calling themselves an ISP since they aren't "configured to support" IPv4 in that case.
A Tier1 provider can't just throw things in their configs and hope everything's OK.
Well, firstly, most (all?) tier 1 providers already do _native_ IPv6 and secondly, why exactly do the tier 1 providers need to do any reconfiguration to carry 6to4 traffic?
A podcast guide? (Score:4, Funny)
Re:A podcast guide? (Score:4, Insightful)
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.
Written guides for what? (Score:5, Informative)
For installing IPv6 on any *BSD: Pretty much the same. All the *BSDs have been IPv6-ready for a long time, under the KAME project banner.
For installing IPv6 under Windows: You go to Microsoft Research and install the stack. Unless it's already on the CD - it is, for some versions of Windows.
For actually implementing an IPv6 stack? Well, for that you want the RFCs on the IETF website, and the IPv6 evaluation kit (TAHI) that is listed on Freshmeat. I didn't type all the damn information for the various testing packages into the record for nothing!
Aside from that, I really can't think of anything you could need a guide for.
Re:Written guides for what? (Score:3, Informative)
The btexact tunnel has been down for weeks with no sign on resolution.. I can easily imagine it going away.
Hurricane electric works fine. WIDE is not a tunnel broker.
Last time I went on a search of tunnel brokers only a month ago there were less than 10 (pretty much all in the US only). Most of the ones that were there a year or so ago have shut down.. Also, KAME is dead... even the 6bone is being closed down.
Re:A podcast guide? (Score:2)
Enjoy
IPv6 isnt really wanted (Score:4, Insightful)
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
Re:IPv6 isnt really wanted (Score:5, Insightful)
Re:IPv6 isnt really wanted (Score:5, Insightful)
As for the comment about W3C validation, it always has been, continues to be and will most likely continue to be very important in the future. Without such a service, how is one to tell what XHTML, HTML, etc. actually are? Machines are not intelligent, and so we cannot be content with the tag soup that passes for HTML on most sites, but we must reqire some sort of standard for quality. I would love to see a browser that, by design, will choke on any non-validating input, since by design such a browser would be simpler and easier to maintain. Without quality control mechanisms such as W3C validation, we would have a very poor Internet indeed.
Re:IPv6 isnt really wanted (Score:4, Insightful)
Umm, that's precisely why it's used. So it doesn't adhere to the purity of the end-to-end argument (in fact, it pretty much smashes it), big deal. It works, and it's the defacto standard, and it's pretty much pushed off the need for IPv6 to the unforseeable future.
NAT provides a firewall (Score:5, Insightful)
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.
Re:NAT provides a firewall (Score:4, Informative)
No. NAT PROVIDES NO SECURITY WHAT-SO-EVER. No matter how many times it is said, people still don't get it. It REALLY doesn't provide any security. All it does is add a couple simple steps before someone can address your inside machines. NAT is the equivalent of locking your door with a rubber-band.
Here, instead of repeating myself over and over again, just look at the last time I talked about it:
http://slashdot.org/comments.pl?sid=169925&cid=14
Re:NAT provides a firewall (Score:2, Informative)
All it does is add a couple simple steps before someone can address your inside machines.
Hmm... let me see... In your other comment you wrote:
Send source routed pings to the broadcast addresses of the private address ranges
Do most NAT devices support source routed pings? How do most deployed residential NAT devices handle ICMP ECHO and source routing?
make no mistake, those are certainly not the only way to easily pierce through a NAT.
What other ways were you talking about? Did you explain th
Re:NAT provides a firewall (Score:2)
NAT is attackable with a variety of active and passive techniques. NAT is also very obnoxious because it requires packet rewriting, making it hard to use with things that verify packet integrity like IPSEC. NAT has served us well, but it's only needed because we have an IP address limitation.
Re:NAT provides a firewall (Score:2)
I don't really want to take the time to detail them here (that's why I typically just mention the simple source-routed+ICMP method) and I'm not finding any good search results on the subject. Perhaps someone else here is more inclined to spend time detailing other methods than I am. I'll cover one more simple method though...
Instead of source-routed packets, you can gain access to another m
Re:IPv6 isnt really wanted (Score:5, Insightful)
Ummm, no it doesn't work. It works for a few things, and breaks a whole lot of other things. You are arbitrarily limiting a whole set of end-to-end applications simply because you have no imagination. The simple fact is that I can, with my static IP, do a hell of a lot more than you can with some short leased DHCP IP behind a NAT.
Re:IPv6 isnt really wanted (Score:2)
The only devices that need public IPs are servers. Hell, it's a potential security hole to give a non-server a public IP *at all*. *all* mobile devices can sit behind a NAT with absolutely no issues. Mobile phones for example do *not* have public IPs and never should do - there is no legitimate reason for wanting to access a mobile phone remotely.
Also, ipv6 doesn't get rid of NAT. There is IPV6 NAT in cisco routers, simply for the security aspect it's requ
Re:IPv6 isnt really wanted (Score:4, Insightful)
hmmm............
Re:IPv6 isnt really wanted (Score:5, Insightful)
In Internet, every device is a server. That some of them are dedicated specifially to server duties does not change this. Filesharing networks, netphones, anything that lets two machines to exchange information in realtime - they all require at least one machine to have a public IP so it can be contacted. So yes, in Internet, every device needs public IP in order for the network to function.
Of course there are many interests that would love to see Internet to get broken and replaced by old-style broadcast network, since that would stop the competition from independent parties to those interests power. RIAA and MPAA, as two best examples, want to close Internet as a distribution channel for anyone but themselves. ISPs don't want you to be able to run your own servers, since that will increase the bandwith consumption and therefore decrease their profits. Blizzard and other MMORPG makers want to keep the costs of running a (small) server ridiculously high to keep competition to a minimum.
These are the real reasons for dynamic IPs, port blocking, and NAT. They are inconvenient, because they are designed to inconvenience you, to keep you in your role as a consumer. Producers don't want competition, and will do anything to stop it from happening.
Unless, of course, you want to call one ;). IP address is simply the Internets equivalent to a phone number.
Re:IPv6 isnt really wanted (Score:3, Insightful)
Beta was superior, VHS was good enough and cheaper.
Audiofile stereo equipment is superior. An IPod is good enough and cheaper.
IPV6 is superior. IPV4+NAT is good enough and cheaper. Which is very unfortunate because IPV6 solves real problems.
Re:IPv6 isnt really wanted (Score:2)
Re:IPv6 isnt really wanted (Score:2)
Re:IPv6 isnt really wanted (Score:2)
Do you have any evidence? If so, why are adoption numbers so vanishingly small? They that IPv6 is wanted by almost nobody, probably because they don't have any pressing issues that only IPv6 solves..
While NAT may be useful in its own right, it should not be used solely to allow for more devices.
Er, that's the whole reason NAT was invented. Why shouldn't it be used that way?
Without quality control mechanisms such as W3C validation, we would have a very
Re:IPv6 isnt really wanted (Score:3, Insightful)
Re:IPv6 isnt really wanted (Score:2)
I see you're new here...
Re:IPv6 isnt really wanted (Score:2)
Chinanet users are double NATted. Those are end users behind two layers of NAT. Broadband in China has started rolling out. Indian broadband is taking off. VoIP has been deregulated to some extent in India, and that is THE fastest growing cellphone market right now.
When you have half a billion users requiring IP address space, IPv4 isn't very likely to be able to s
Re:IPv6 isnt really wanted (Score:2)
Heh, that's because Win2k is a legacy system...
Re:IPv6 isnt really wanted (Score:5, Insightful)
Ever tried to set up a VPN between two sites which both use 10.0.0.0/24 as their network range?
Ever wished you could just ssh direct to your desktop machine from home without futzing around with vpns?
So you may not want it or see the need for it, but if you understood the amount of work that has gone into making NAT the 'solution' it is today you might appreciate it a little more
Re:IPv6 isnt really wanted (Score:2)
There was a powerful driver to IPv6 - the shortage of IPv4 addresses - but the people working on it couldn't resist the urge to try and solve a bunch of other less pressing problems while they were at it. The practical experience of people who've been in this kind of "upgrade" situation before is that unless you have absolute central control over the network you have to do migrations in very simple, evolutionary steps w
Re:IPv6 isnt really wanted (Score:2)
I'm just not sure that's true. It certainly seemed that way when IPv6 was invented, but since then NAT has become a regular feature on home and business networks. Add in the regular use of DHCP to autoconfigure devices to a network, and you find that there's no longer any real pressure to make the switch to IPv6. Thus it made a lot of sense when
Re:IPv6 isnt really wanted (Score:5, Insightful)
It may be pointless to you, but there are many people who could deparately use it. Think of all the problems that go away when NAT is gone. Like being able to use BitTorrent or SIP or any other "push" technology without having to set up port forwarding on your router. And even when you do get it set up right, you can't run on multiple machines behind a firewall without some kind of proxy on the other side. NAT is to the Internet was segmented memory was to CPUs - a great idea to move things forward but not a good long term solution.
I'm really jazzed about the idea of having my own personal 64 bit address space on the Internet. Then again, I'm not sure that even that will be enough. :-)
Re:IPv6 isnt really wanted (Score:2)
For many (most?) people, this is a feature. That NAT firewall keeps them safe against unwanted traffic and unexpected attacks. The minor issues with BitTorrent and the like are best dealt with by Universal PnP.
There are definite advantages to IPv6, but the general populace doesn't feel any pressure to replace their equipment
Re:IPv6 isnt really wanted (Score:3, Informative)
Re:IPv6 isnt really wanted (Score:3, Informative)
Re:IPv6 isnt really wanted (Score:2)
Like Y2K? (Score:4, Insightful)
Re:Like Y2K? (Score:2)
I can't exactly on-sell my only IP address, because then I wouldn't have one. Hell, one is already too few (I want about four, but for some reason the cost of four addresses is more than four times the cost of one.)
The main benefit of significantly inflating the address space is that you can allocate enormous blocks for each subscriber, and remove most of the need for NAT.
Re:Like Y2K? (Score:5, Informative)
The way ipv4 addressing is structured. 209.112.155.123 and 209.112.155.124 are in the same block. They don't have to be next door neighbours in the real world, but they do have to be 'close' to each other from the networks point of view. That will mean they belong to the same ISP, in the same city, and quite probably a fairly small chunk of that city.
IP addresses, by virtue of the numbers that make them up have to be hooked up to the network in a specific place in order for packets to find them. They exist in 'blocks' for convenient routing. The "routing tables" that you hear about describe where to send traffic addressed to a specific block should go. For example a backbone router A might know that traffic destined for 209.x.x.x goes "thatta way"... and and another router B further down the line might know that 209.112.x.x goes "through that pipe there"... and so forth, until it finally reaches a router C that says hey that destination block is right on the LAN here!
If 209.112.115.122 were suddenly "sold" to a guy in another city all his packets would would still end up at Router C, where they would be undeliverable because the owner isn't connected directly to that router.
As a rough analagy it would be like "selling your home address", but not your home. Even if you transfer the address to a guy in china all the mail is going to end up at your door step. Sure you could make special arrangements to have it forwarded back to china (and you can do this with ip too)... but that has two repurcussions:
1) The guy in china still needs a chinese address for the forwarded mail to arrive at so he's accomplished nothing!
2) Any mail addressed to him, even from his next door neighbour is going to be shipped around the world because it won't know its supposed stay in china until it arrives at your place. The chinese post office will see the Dutch (or whatever) address on the evelope and ship it off for a round trip through Holland...
IPv6 isn't just addressing. (Score:5, Informative)
Tell me again why you don't need IPv6. Only, this time, say how you're going to meet these criteria whilst you're at it.
Re:IPv6 isn't just addressing. (Score:2)
It's time for the truth to come out ! no more coverups ! They can't silence us all !
Today's Internet should be trivial. (Score:5, Interesting)
Once that's been done, it's just a case of those same ISPs offering a CD to accelerate Internet usage (ie: which use native IPv6 rather than the gateway) and conversion is complete. Complete conversion of the Internet, by converting each ring in turn transparently to all outside layers, should be possible over the course of a few months at most. A solid concerted effort could probably achieve everything up to the end-user level in a matter of weeks, without a single person realizing what was happening.
Of course, I don't seriously expect that to happen. Not because it can't, but because the level of cooperation needed is likely beyond most businesses today. It's purely a political problem, not a technological one.
Re:IPv6 isn't just addressing. (Score:2)
Re:IPv6 isn't just addressing. (Score:3, Interesting)
Re:IPv6 isn't just addressing. (Score:2)
Re:IPv6 isn't just addressing. (Score:2)
Re:IPv6 isn't just addressing. (Score:3, Informative)
Not exactly. Slightly slower to send, yes, but not process. As I understand it the main difference with IPV6 headers is that they are word-aligned, so require less processing than IPV4 headers which use chunks of bits, therefore requiring bit shifting and extra processing in order to use the information.
So yes, they are longer, but you can use the values in the headers without any additional processing. Okay, the processing is minimal, but when you're d
The article's an MP3, not text! Text Version? (Score:5, Informative)
(mid-90s silicon valley story - friend of mine was visiting a friend, the house phone rang, somebody answered it and gave some technical advice about windows. "Who was it?" "Just a wrong number, but it was an easy question.")
Re:The article's an MP3, not text! Text Version? (Score:2)
Wasting time (Score:2)
This is becoming a bigger problem on the net lately, people who post links to video/audio streams which do not have accompanying transcripts. The submitter may find it interesting, but I personally don't have a spare half hour to devote to your pet video/audio link (even if it is in a usable, open media format). I'll happily skim even
Why do we need to be ready? (Score:4, Informative)
Geoff Huston's "IPv6: Extinction, Evolution or Revolution?" [circleid.com] is probably the most insightful thing I've ever read about IPv6 deployment, although the conclusion is pretty negative.
But assuming that IPv6 is worth deploying, Microsoft is way ahead in getting computers IPv6-enabled. Their work on Teredo [microsoft.com] should make life a lot easier for P2P developers.
Re:Why do we need to be ready? (Score:2)
What I will hold against you, is that by not downloading the 47MB MP3, you do not contribute to the slashdot effect.
This is a community and communities work together. Now go download that MP3!
Re:Why do we need to be ready? (Score:2)
IPv6 is not needed, NAT works. Some people will even insists NATing their IPv6 network to protect the internal addresses.
You don't need IPv6 to have global reachability for VoIP and P2P. Teredo actually proves, that you can contact anyone with a private address if you really want. You just need some form of global addressing, and an active "NAT circumvention" server like Teredo. Skype and other P2P networ
Re:Why do we need to be ready? (Score:3, Insightful)
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.
Re:Why do we need to be ready? (Score:2)
You mean that you still need to install a patch for WinXp while Linux, BSD, etc. distributions have ipv6 enabled by default already?
Spam must be controlled (Score:4, Interesting)
Re:Spam must be controlled (Score:2)
Re:One and only one thing will stop spam. (Score:2)
Anyone watch 24? (Score:5, Funny)
Re:Anyone watch 24? (Score:2)
IPv6 isn't going to work because of television.
Chloe: "Jack, give me the IP Address of the workstation and I'll send you a decrypter."
Jack: "Okay one sec........... Alright, got it! F as in food, E as in earth, D as in death, C as in card, colon, B as in bad, A as in apple, six, eight, colon, three, six, four, four, colon, one, two, zero, seven, colon, A as in apple..."
FBI Agent breaks in: What's this? Jack? You're supposed to be dead! [shoots Jack]
[Season Ends]
Man oh man
Re:Anyone watch 24? (Score:2)
Podcast Mini-review (Score:2, Informative)
I listened to the podcast being someone who is quite knowledgeable in IPv6 and thought that Brad did a good job of laying out the important points and stakes in terms that someone new to IPv6 can understand pretty well, and he was very accurate on his information from a technical standpoint (aside from when he talks about the implementation headaches of PKI, he was way off on that one). I also agree with him on the state of IPv6 (fun for geeks/military types now, but not business and consumer-level primetim
WRT54Gs IPv6 (Score:3, Informative)
Here is a IPv6 Install Guide for DD-WRT and a WRT54Gs [solosoft.org]
I would love some more people to test out my little config and tell me if there is anything they do not understand in it. It's very straight forward and uses SMB for people who have a v4 Router (not enough room for JFFS). Of course you could simply move a conf to your
As Long as your running Linux (with ipv6 enabled) and Windows XP (run "ipv6 install") once the router is setup and running your clients get IP's automagicly. (or any ipv6 enabled OS for that matter)
Thanks
Re:WRT54Gs IPv6 (Score:2)
Re:WRT54Gs IPv6 (Score:2)
I don't mind people bashing things but if your going to bash things please have somthing to back it up. By Semi-Heavy load what do you exactly mean ?
You do know there are known issues with the router such as overclocking it 16MHz (which the newer stock linksys firmware does) fixes up tons of issues.
~ # sed -n 's%.* src=\(192.168.[0-9.]*\).*%\1%p'
4 192.168.1.1
3 192.168.1.100
68 192.168.1.101
686 192.168.1.102
Re:WRT54Gs IPv6 (Score:2)
I have about 2 torrents constant on this computer and sometimes emule or bearshare, my sister is always on limewire and my moms always on torrents too and no problems. Even my ipv6 is stable and never disconnects. Hmm
Maybe some more information and I would be glad to give you a hand with that.
If you would spend a c
IPv6 Design Mistakes (Score:3, Interesting)
Re:IPv6 Design Mistakes (Score:2)
The IPv4 routers would just send all of the packets right through, ignoring the additional fields. This basically allows a new address space to be layered on top of IPv4, although, it does require hosts to have upgraded software to understand the new fields.
You mean, addresses like: (Score:2)
Hold on a moment. Close your eyes and count to three. One... Two... Three... Now, open your eyes and try, say, pinging
Try ping6 (Score:2)
Re:IPv6 Design Mistakes (Score:2, Informative)
see http://unfix.org/projects/ipv6/IPv6andIPv4.gif [unfix.org] for a diagram of how traffic can be automatically translated between the two networks. The NAT-PT box allows the IPv6 only hosts to connect to the IPv4 network, and the socket5/6tunnel box allows the IPv4 only hosts to connect to the IPv6 network by doi
Re:IPv6 Design Mistakes (Score:2)
Comment removed (Score:5, Insightful)
Re:Private networks and the business case. (Score:2, Interesting)
While I don't claim to be the world's leading expert on IPv6, I don't believe (and someone please correct me if I'm wrong) that it makes routers, proxies and firewalls go away. It does make NAT kind of redu
Business case for IPv6 (Score:5, Informative)
IPv6 doesn't support fragmented packets. It forces both sides to restrict the MTU of that connection to the smallest MTU of any intermediate network component. In consequence, firewalls don't need to check for fragmentation and don't need to reserve any space for extra state information.
The practical upshot is that your bottleneck (the firewall) can handle far more connections with far lower latencies, which means B2B (business-to-business) and e-commerce network traffic can run much more smoothly and the system can manage much higher numbers of connections.
More connections with lower latencies, more business transactions. More transactions, more profit.
QED.
IPv6 supports fragmentation (Score:3, Insightful)
Re:Business case for IPv6 (Score:2)
Re:Business case for IPv6 (Score:2)
Right. Fragmentation takes place mostly because of misconfigured devices and intentional attacks. Dropping fragmentation support, and many of the other options that are unused or greatly underused, improves spee
Re:Business case for IPv6 (Score:3, Insightful)
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 f
Re:Private networks and the business case. (Score:3, Insightful)
Back when it was just a proprietary BBS, Prodigy wanted to charge me $0.25 per email I sent - that business model does not want a wide open network where any host can connect to any SMTP
comcast needs it (Score:2)
Most cable companies, in their TOS, specify that you are only allowed ONE connection with your account, that is one computer. If you want 4 computers in your house to have internet, you need to pay for more.
What most families due, usually clueless to the fact that they are breaking a TOS, is buy a spiffy looking linksys or netgear WAP, which has NAT enabled by default, and share their single connection amongst all 4 of their computers. Because of NAT, comcast, or whateve
Re:comcast needs it (Score:2)
And by the way, comcast for SURE knows that people are using NAT ("none the wiser?" please). That's why they tell you to connect your computer directly to the cable modem when you have a problem. Some ISPs even GIVE you modems with built in NAT.
Re:Private networks and the business case. (Score:3, Informative)
As for real use cases,
Re:Private networks and the business case. (Score:3, Insightful)
Most internal hosts are natted. I'm not sure about firewalled, and certainly not that many proxied. NAT is not a security measure. It does provide some security, but then so does having oil poured all over your front porch - but neither was created for or ideal for security. NAT was created to connect previously unconnected networks. It was not created for security. Security is an idea that was tacked on to it later to explain wh
this just in: (Score:3, Funny)
Does someone have a transcript? (Score:2)
Why IPV6 will be accepted (Score:5, Funny)
Re:Why IPV6 will be accepted (Score:2)
SixXS is great for experimenting (Score:3, Informative)
IPv6 won't neccessarily get you anything you don't already have at this point, but the technology is ripe for experimenting and things work remarkably well.
IPv6 Business Case (Score:3, Interesting)
We are currently working on a paper, with help from subject matter experts of the North American IPv6 Task Force, on HOW to get a return on investment from IPv6 technologies by adding new IPv6 based network services to enhance reliability, security, QOS, and mobility support in networks.
Re:IPv6 Business Case (Score:2)
- not all DNS entries yet have a AAAA attribute
- transistion technologies still half-baked. For example no home router gateway supports it. There is no suitable NAT compatible tunnel that I have yet found - this is true for the Mac at least.
- NAT provides a means for individuals to easily allocate a private address space without having to register each appliance. So far I haven't seen any suggestions on how
Re:IPv6 Business Case (Score:4, Informative)
To be exact, ARPANET switched from NCP to TCP/IP on January 1, 1983. NCP had a few shortcomings
The difference between IPv4 and IPv6? The size of the address space and the human representation of the addresses (hexadecimal instead of decimal).
While we're on the subject, it took over 8 years from the publication of Vint Cerf and Robert Kahn's A Protocol for Packet Network Interconnection (May 1974), which described TCP, for ARPANET to incorporate TCP/IP.
It's also important to note that the size of the Internet in the 1980s was nothing like it is today. The Internet only had 562 hosts in August 1983, 8 months after the changeover. The same source states that the Internet had 353,284,187 hosts in July 2005. (Source: Hobbes' Internet Timeline [zakon.org], with data taken from Mark Lottor's zone program reports [nw.com], and the ISC [isc.org])
PKI and IPsec in IPv6 (Score:5, Informative)
He is probably unaware that just a few weeks ago, the IETF released a series of updates to IPsec [RFCs 4301 - 4309] and a new automated key exchange (IKEv2) [RFC 4306] to update IPsec to simplify and standardize implementations and automate key exchange. Also, many a few large organizations (DoD, MIT, pharmaceutical companies, etc...) have extensive public Key Infrastructures (PKIs) ready for IPv6 IPsec. A new deployment guide on updated IPsec and IPv6 will be published shortly by the IPv6 Forum.
Industry is ready as "sort of" (Score:2, Interesting)
Yeah, so far, I can ping myself all day... I'm just getting myself ready... any day now... really... c'mon... do it. do it.
Re:Where's the "podcast"??? (Score:2)
Re:Where's the "podcast"??? (Score:2)
Re:At home? (Score:2)