//flex table opened by JP

Click to See Complete Forum and Search --> : What is IPv6?


uow!S
03-23-2003, 03:59 AM
IPv6 is Internet Potocol version 6,right?
How it works?
What's different from IP(now we are using)?

Midknyte
03-23-2003, 06:39 AM
current IP is v4. it is only 32-bit.

ipv6 is 128bit. an ipv6 address looks like this:

nnnn:nnnn:nnnn:nnnn:nnnn:nnnn:nnnn:nnnn

where n is in hexidecimal.

Vernon Frazee
03-23-2003, 06:58 AM
http://www.ipv6.org/

omega31
03-23-2003, 08:14 PM
http://www.ipv6forum.com/

c0r3file
03-23-2003, 10:34 PM
In short, IPv6 allows for several things:

1) more available IP addresses because of extra octet

2) better handling of packet traffic through network bottlenecks by pre-packaging packets to the correct size before transmission

3) allows for packet prioritization, i.e. real-time video is sent with highest priority, email would be very low priority.

At least I think that's the run down, someone correct me if I misspoke myself... =)

c0r3file

uow!S
03-24-2003, 02:16 AM
thanks guys~