Penguin
Diff: ClasslessInterDomainRouting
EditPageHistoryDiffInfoLikePages

Differences between version 8 and previous revision of ClasslessInterDomainRouting.

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

Newer page: version 8 Last edited on Wednesday, January 28, 2004 3:27:41 pm by AristotlePagaltzis Revert
Older page: version 7 Last edited on Tuesday, August 19, 2003 6:10:44 pm by JamieCurtis Revert
@@ -1,5 +1,5 @@
-When the [Internet] was first invented they decided that since they'd be lucky to have perhaps 1,000 computers on the Internet, that they could do some smart stuff with the IP addresses. So the first few bits of an [IP] address said how large the network the IP was in was. 
+When the InterNet was first invented they decided that since they'd be lucky to have perhaps 1,000 computers on the Internet, that they could do some smart stuff with the IP addresses. So the first few bits of an [IP] address said how large the network the IP was in was. 
  
 |^__Bits__|^__Name__|^__Size__|^__Bit length__|__Range__ 
 |<0|Class A|128 networks of 16777216 hosts each|/8|>0.0.0.0 - 127.255.255.255 
 |<10|Class B|2^14 networks of 65536 hosts each|/16|>128.0.0.0 - 191.255.255.255 
@@ -15,6 +15,5 @@
  
 The introduction of [CIDR] meant that RouteAggregation could be implemented effectively. 
  
 ---- 
-  
 Part of CategoryNetworking