Thursday, May 14, 2009

IPv6

IPv6 Wikipedia
http://en.wikipedia.org/wiki/IPv6

IPv6. Microsoft TechNet.
http://technet.microsoft.com/en-us/network/bb530961.aspx

IPv6 Transition Technologies (doc file)
http://download.microsoft.com/download/1/2/4/124331bf-7970-4315-ad18-0c3948bdd2c4/IPv6Trans.doc

IPv6 Guide for Windows Socket Applications
http://msdn.microsoft.com/en-us/library/ms738649.aspx

How to convert an Application from IPv4 to IPv4/IPv6
http://msdn.microsoft.com/en-us/library/aa450273.aspx

Examples of inet_ntop / inet_pton (Linux)
http://beej.us/guide/bgnet/output/html/multipage/inet_ntopman.html

IPv6-aware Programming on Linux
http://www.ipv6style.jp/en/apps/20030829/index.shtml

=================================

In near future, a new generation of IPv6 comes.
It isn't too serious. There are a lot of good guide lines we can follow them.

However, if you are a programmer (especially, a server programmer), you may need to prepare it by yourself.
IPv6 is not very difficult, but also not so simple.
To use both IPv4 and IPv6, there are several technologies we need to know.

In most case, Linux is quite faster than Windows.
In this IPv6 case, Linux almost completed to prepare it.
Its flexible kernel system makes it faster.

No comments:

Post a Comment