Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

As all of us know that after IPv4 it came IPv6. How this transition happened?

I just want to know was there any IPv5 also? or there is any other logic in naming this version of IP as IPv6?

share|improve this question
2  
I used to think IPv6 would support six address spaces instead of four like in IPv4. Turns out they multiplied it by 4 instead. – Joe Z. Jan 31 at 14:14
@ joe Zeng: how this IPv6 gonna affect our work? wat i want to ask is, except from providing more addressing space wat else IPv6 can do? – Hemant Feb 1 at 5:19
Where was IPV1/2/3 too? I'd say IETF sucks at versioning. – Evan Plaice Feb 1 at 23:53
2  
@EvanPlaice: After NCP, there was TCP, which had a version 1 and version 2. When it became clear the protocol needed to be split, version 3 became IPv3 and TCPv3. Both were declared stable at v4, and are protocols are what you're familiar with today. Because TCPv4 doesn't have to be run across IPv4, that protocol remains the same and IP has gone on to v6. – Blrfl Feb 2 at 0:39
2  
IPv5 is in the land of Couldabeen, along with Windows Sapphire, ECMAScript 4, and Vanilla Ice. I hereby etch this information into the internet for all mankind. Thus, it is official ; ) – Josh Campbell Feb 2 at 4:25

2 Answers

up vote 41 down vote accepted

According to Wikipedia, Internet Protocol Version 5 was used by the Internet Stream Protocol, an experimental streaming protocol.

The second version (of Internet Stream Protocol), known variously as ST-II or ST2, distinguishes its own packets with an Internet Protocol version number 5, although it was never known as IPv5.

The Internet Stream Protocol family was never introduced for public use, but many of the concepts available in ST are similar to later Asynchronous Transfer Mode protocols and can be found in Multiprotocol Label Switching (MPLS). They also presaged Voice over IP.

share|improve this answer

"So what happened to IPv5? IPv5 was used to define an experimental real-time streaming protocol. To avoid any confusion, it was decided to not use IPv5 and name the new IP protocol IPv6. " (Cisco CCNA Exploration Courses - Accessing the WAN)

Here's a link! @ Hemant You will find there enhancements that IPv6 offers.

share|improve this answer
Nice quote. Could you add a link to it? That would really help this answer. – Mason Wheeler Feb 1 at 23:17
@lucian oprea : thanks for link :) – Hemant Feb 3 at 8:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.