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> ·
页:
[1]