Penguin

Differences between current version and revision by previous author of OSIModel.

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

Newer page: version 3 Last edited on Monday, December 6, 2004 6:22:48 am by KevinLewis
Older page: version 2 Last edited on Tuesday, October 15, 2002 6:50:42 pm by CraigBox Revert
@@ -1,7 +1,7 @@
 In the 1980s, the European-dominated International Standards Organization (ISO), began to develop its Open Systems Interconnection networking suite. OSI has two major components: an abstract model of networking (the Basic Reference Model, or seven-layer model), and a set of concrete protocols. The standard documents that describe OSI are for sale and not currently available online. 
  
-This is the creative description of the whole thing: Taken from http://www.pe .net /~ rlewis/Resources/james.html  
+This is the creative description of the whole thing: Taken from http://www.lewistech .com /rlewis/Resources/james.aspx  
  
 !!James Bond Meets The 7 Layer OSI Model 
  
 The OSI model describes the flow of data in a network, from the lowest layer (the physical connections) up to the layer containing the user's applications. Data going to and from the network is passed layer to layer. Each layer is able to communicate with the layer immediately above it and the layer immediately below it. This way, each layer is written as an efficient, streamlined software component. When a layer receives a packet of information, it checks the destination address, and if its own address is not there, it passes the packet to the next layer.