Penguin

Differences between version 4 and previous revision of FormatPrefix.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Saturday, April 14, 2007 1:36:18 pm by CraigBox Revert
Older page: version 3 Last edited on Sunday, August 10, 2003 5:34:49 pm by CraigBox Revert
@@ -1,9 +1,16 @@
 The first few bits of an [IPv6] address which tell a host what kind of address it is. 
  
-| 0000 0000 | Used for things like [IPv6] compatible [IPv4], loopback and unspecified addresses (1/256th of the address space)  
-| 001 | Aggregatable Global Unicast Addresses (1/8 of the address space)  
-| 1111 1110 10 | Link-Local Unicast Addresses (1/2024 of the address space)  
-| 1111 1110 11 | Site-Local Unicast Addresses (1/2024 of the address space)  
-| 1111 1111 | Multicast Addresses (1/256 of the address space) 
+<?plugin OldStyleTable border ||=  
+| <tt> 0000 0000</tt> | Used for things like [IPv6] compatible [IPv4], loopback and unspecified addresses (1/256th of the address space)  
+| <tt> 001</tt> | Aggregatable Global Unicast Addresses (1/8 of the address space)  
+| <tt> 1111 1110 10</tt> | Link-Local Unicast Addresses (1/2024 of the address space)  
+| <tt> 1111 1110 11</tt> | Site-Local Unicast Addresses (1/2024 of the address space)  
+| <tt> 1111 1111</tt> | Multicast Addresses (1/256 of the address space)  
+?>  
  
 Almost all the other address space is unallocated or reserved. 
+  
+See [[IPv6Addressing]] for more information.  
+  
+----  
+CategoryNetworking