Difference between revisions of "IPv6/Adresses"
From Teknologisk videncenter
< IPv6
m (→notation) |
m |
||
| 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 |