Sunday 4 December 2016


Q1) Describe the OSI Reference Model with a neat diagram
Ans:                      
1. The users of a computer network are located all over the world. 2. Therefore International group of standards has been developed to ensure that nationwide and worldwide data communication systems can be developed and are compatible to each other. 3. This standards will fit into a framework which has been developed by the “International Organization of Standardization (ISO)”. 4. This framework is called as OSI Model. 5. OSI Model Stands for Open Systems Interconnection Model. 6. OSI Model has 7 Layers.

OSI Reference Model:


Figure 1.1: OSI Reference Model.
I) Physical Layer:

 It is the bottom layer of OSI Model.  It is responsible for the actual physical connection between the devices. Such physical connection may be made by using twisted pair cable.  It is concerned with transmitting bits over a communication channel.


 Functions of Physical Layer:  It defines the transmission rate.  Transforming bits into signals.  Provides synchronization of bits by a clock.  It defines the way in which the devices are connected to the medium.  It can use different techniques of multiplexing.
II) Data Link Layer:

 It is responsible for node-to-node delivery of data.  It receives the data from network layer and creates FRAMES, add physical address to these frames & pass them to physical layer.  It consist of 2 layers:  Logical Link Layer (LLC).  Medium Access Control (MAC).
 Functions of Data Link Layer:
 It is used for synchronization and error control for the information.  It divides the bits received from Network layer into frames.  It provides Flow Control.  To enable the error detection, it adds error detection bits to the data which is to be transmitted.
III) Network Layer:

 It is responsible for the source to destination delivery of a packet across multiple networks.  If two systems are attached to different networks with devices like routers, then Network layer is used.  Thus Data Link Layer overseas the delivery of the packet between the two systems on same network and the network layer ensures that the packet gets its point of origin to its final destination.
 Functions of Network Layer:
 It provides Internetworking.  Network Layer route the signals through various channels to the other end.  It is used in Logical Addressing.  It acts as a network controller for routing data.
IV) Transport Layer:

 It is responsible for process-to-process delivery of the entire message.  Transport Layer looks after the delivery of entire message considering all its packets & make sure that all packets are in order.   At the receiver side, Transport Layer provides services to application layer & takes services form network layer.  At the source side, Transport Layer receives message from upper layer into packets and reassembles these packets again into message at the destination.

 Functions of Transport Layer:
 It provides Connection Less & Connection Oriented Transmission.  It does the functions such as multiplexing, splitting or segmentation on the data.  It provides Error Control & Flow Control.  It is used for Port Addressing.
V) Session Layer:

 Session layer is the fifth layer of OSI Model.  It has the responsibility of beginning, maintaining and ending the communication between two devices, called session.  It also provides for orderly communication between devices by regulating the flow of data.
 Functions of Session Layer:
 It manages & synchronizes the conversations between two different applications.  It controls logging on and off.  It is used for billing, user identification & session management.  It provides dialog control & dialog separation.
VI) Presentation Layer:

 Presentation layer is the sixth layer of OSI Model.  It is concerned with the syntax & semantics of the information exchanged between the two devices.  It works as translating layer.
 Functions of Presentation Layer:
 It is used for data encryption, decryption and compression.  It ensures that the information delivered at receiver end is understandable & usable.  It is used for data presentation or translation of form and syntax.  Example: ASCII to EBCDIC and vice versa.
VII) Application Layer:

 It is the topmost i.e. seventh layer of OSI Model.  It enables the user to access the network.  It provides user interface & supports for services such as e-mail, file transfer, access to the World Wide Web.  So it provides services to different user applications.
 Functions of Application Layer:
 Application Layer provides various E-mail Services.  It allows users to access files in a remote host, to retrieve files from remote computer for use etc.  It is provides Remote Login.


No comments:

Post a Comment