Difference between revisions of "IPv6/Adresses"
From Teknologisk videncenter
< IPv6
m (New page: = IPv6 Adresses = == notation == A IPv6 address consists of 128 bit. {|border=1 ;style="margin: 0 auto; text-align: center;cellpadding="5" cellspacing="0" |+ IPv6 Examples of Address Nota...) |
m |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= IPv6 Adresses = | = IPv6 Adresses = | ||
== notation == | == notation == | ||
| − | A IPv6 address consists of 128 bit. | + | A IPv6 address consists of 128 bit, and entered in hexadecimal in 16 bit chunks separated by a colon ":". |
{|border=1 ;style="margin: 0 auto; text-align: center;cellpadding="5" cellspacing="0" | {|border=1 ;style="margin: 0 auto; text-align: center;cellpadding="5" cellspacing="0" | ||
|+ IPv6 Examples of Address Notation | |+ IPv6 Examples of Address Notation | ||
| Line 17: | Line 17: | ||
|0000:0000:0000:0000:0000:0000:0000:0001 || ::1 | |0000:0000:0000:0000:0000:0000:0000:0001 || ::1 | ||
|} | |} | ||
| + | [[Category:IPv6]] | ||
Latest revision as of 15:55, 30 May 2011
IPv6 Adresses
notation
A IPv6 address consists of 128 bit, and entered in hexadecimal in 16 bit chunks separated by a colon ":".
| Preferred Format | Conpressed Format |
|---|---|
| 0000:0000:0000:0000:0000:0000:CE7B:1F01 | ::CE7B:1F01 |
| 0000:0000:0000:0000:0000:0000:CE7B:1F01 | ::CE7B:1F01 |
| FACE:0000:0000:0000:0000:0000:0000:B00C | FACE::B00C |
| 2001:0000:0000:FO12:0000:0000:0000:0929 | 2001:0:0:F012::0929 or 2001::F012:0:0:0:0929 |
| 0000:0000:0000:0000:0000:0000:0000:0001 | ::1 |