Penguin

Differences between version 4 and previous revision of RIP.

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

Newer page: version 4 Last edited on Saturday, August 21, 2004 11:36:16 pm by AristotlePagaltzis Revert
Older page: version 3 Last edited on Saturday, August 21, 2004 5:27:07 pm by LindsayDruett Revert
@@ -3,13 +3,12 @@
 RIP is an simplistic interior distance vector routing protocol. RIPv1 in particular is very hidious, however RIP is generally used because it's just so easy to setup and "just works". 
  
 [Acronym] for __R__aster __I__mage __P__rocessor 
  
-A hardware - software combination that converts a vector image into a bit-mapped image. All PostScript printers contain a RIP that converts the PostScript commands into bit-mapped pages that the printer can output. 
+A hardware/ software combination that converts a vector image into a raster image. All PostScript printers contain a RIP that converts the PostScript commands into bitmapped pages that the printer can output. 
  
-[Acronym] for __R__est __I__n __P__iece  
+[Acronym] for __R__est __I__n __P__eace  
  
-And __one__ piece __too__ thankyou... ''Enough said...''  
 ---- 
 !!RIP as in Routing Information Protocol. 
  
 One of the most basic and the least scaleable routing protocols known, however RIP is an industry standard routing protocol. RIP currently comes in 3 versions, RIPv1, RIPv2, and RIPng. RIPv1 and RIPv2 is used for dynamic IP routing with IPv4, whereas RIPng is used for dynamic routing with IPv6. 
@@ -29,6 +28,7 @@
 *__Split horizon with poison reverse__ 
 *__Holddown__ 
 *__Triggered updates__ 
 *__Load balancing__ - ''Use with caution - prone to pin-hole congestion'' 
+  
 ---- 
 CategoryNetworking