ISO-OSI Reference Model in Computer NetworksIntroduction


Why do we need a reference model?

In a computer network we may have different kinds of computers having different types of configurations (having different types of processors and difeerent specifications etc.) and they may have different types of Operating Systems and different types of communication software installed on it. These hardware and software are designed and developed by different organizations. But when these computers are in the network they are able to communicate with each other. How is this possible? It is possible this way because all of them speak a common language to communicate with each other. All of them follow the same syntax for communication. These syntaxes for the communication is given to us by the standardised reference models

Let us understand the need of such reference model with a real life analogy. Assume I am addressing a group of persons who all understand the language English, then if I speak in English then all of them understand and respond to my questions. But if I speak in some other language which is not understod by any one of them or some of them then all will not be able to understand what I am speaking. When I speak English then I use the proper grammer and words defined in the language English so the people understand what I am speaking. Since I have constructed my sentences using proper syntaxes and semantics, people are able to understand what I am speaking. Similarly the computers in the Network use syntaxes specified by the communication reference models for sending and receiving the data.

Thus the computers in the heterogeneous (meaning having variey of hardware and software) network are able to understand the messages sent by each other because they all speak a common langauge specified by the communication reference model.

Who have specified the common language and which are they?

Different reference models exist which specify the method and syntaxes for communication between different computers in the network. The most common reference model is given by International Standards Organization (ISO) which is known as Open System Interconnect (OSI). This ISO-OSI reference model has 7 layers.

ISO-OSI Reference Model

As shown in the figure above the ISO-OSI reference model has 7 layers. ISO-OSI specifies what should happen in each of the layer but it will not specify the protocol to implement it.

What should happen in each of the Layers 7 layers of ISO-OSI reference model?

The activities in each of the 7 layers of ISO-OSI reference model is given below

1) Physical Layer: The job of this layer is to transmit the raw bits over the physical medium and it also provides mechanical and electrical specifications like what should be the amplitude of volatage to represent 1 and 0 and what should be the duration of each of the bit etc.

2) Data Link Layer: This creates the Frames. It inserts the physical address along with some other information to the stream of bits which it has received from the Network Layer to create the frame and is responsible for to Hop to Hop delivery of these frames

3) Network Layer: This layer creates Datagrams. This layer inserts logical address along with other information to the stream of bits which it has received from the transport layer. This layer is responsible for routing the packets from source to destination

4) Transport Layer: This layer divides the long stream of bits which represents data and control information into smaller stream of bits known as packets and each pakcet is given a sequency number. This layer is responsible for reliable connectivity and error recovery

5) Session Layer: This layer is responsible for establishing, managing and terminating the sessions. It specifies how long a client can speak to the server and vice versa. This layer is also responsible for inserting the break points in the session so that during downloading or uploading of files the sessions can be re-established from where it was disconnected

6) Presentation Layer: This layer is responsible for translation from one data representation format to other. This layer is also responsible for encryption, descryption, compression etc.

7) Application Layer: Different application resides in this layer and is used to access the network resources. The information originates and culminates in this layer

Thus when the stream of bits move from Application to Physical layer each layer adds some information to them so as to make the data reach the correct destination without any erros which is shown in the following figure.

Data from one layer to another: Each Layer adds/removes some control information depicted as H6,H5,H4,H3,H2

What happens when these stream of bits are received by the destination machine?

The stream of bits received are passed through the different layers of ISO-OSI in the destination machine. It is passed from Physical to Data Link then to Network from there to Transport then to Session then to Presentation and finally it reaches Application Layer. Each of the layer removes the information added by the peer layer in the source machine. For example the information added by the Data Link layer in the source machine is removed by the Data Link layer in the destination machine. Like this it happens in the all the layers.

Ring Topology<< Previous
Next >> TCP/IP Reference Model in Computer Networks

Our aim is to provide information to the knowledge seekers. 


comments powered by Disqus






Footer1