zijie 发表于 2006-12-31 23:56:17

IPv6格式简单介绍

Format is x:x:x:x:x:x:x:x<br>
x is a 16 bit hexadecimal field<br>
FEDC:BA98:7654:3210:FEDC:BA98:7654:3210<br>
<br>

Leading zeros in a field are optional<br>
:: can be used to represent multiple groups of 16 bits of zero<br>
:: can only be used once in an address<br>
FF01:0:0:0:0:0:0:101 = FF01::101<br>
0:0:0:0:0:0:0:1 = ::1<br>
0:0:0:0:0:0:0:0 = ::<br>

dxffxicv 发表于 2008-11-21 11:23:44

·
页: [1]
查看完整版本: IPv6格式简单介绍