Describe the OSI model with neat diagram.

 Solution:-

OSI model (open system interconnection) model was developed by ISO (international standard organization)

Function of OSI model:

i. It provides way to understand how internetwork operates. 

ii. It gives guideline for creating network standard.

OSI model has 7 layers as shown in the figure. 

OSI model has following 7 layers as Physical layer, data link layer, Network layer, Transport layer, session layer, presentation layer, application layer. 

1. Physical layer:

1. It co-ordinates the functions required to transmit bit stream over physical medium.

2. It deals with mechanical and electrical specifications of interface and transmission medium.

Functions of physical layer are:

  • Physical characteristics of interfaces and media. 
  • Representation of bits: Data rate (transmission rate). 
  • Synchronization of bits. 
  • Line configuration: Point to point or multipoint configuration should be used. 

2. Data link layer:

1. It is responsible for transmitting group of bits between the adjacent nodes. The group of bits is called as frame. 

2. The network layer passes a data unit to the data link layer. 

3. Header and trailer is added to the data unit by data link layer. 

4. This data unit is passed to the physical layer. 

5. Data link layer is responsible for moving frames from one node to the next. 

Functions of data link layer are:

  • Framing 
  • Physical addressing 
  • Flow control 
  • Error control 
  • Media access control 
  • Node to node delivery 

3. Network layer:

1. It is responsible for routing the packets within the subnet i.e. from source to destination. 

2. It is responsible for source e to destination delivery of individual packets across multiple networks.  

3. It ensures that packet is delivered from point of origin to destination.

Functions of network layer:

  • logical addressing
  • Routing.
  • Congestion control
  • Accounting and billing
  • Address transformation
  • Source host to destination host error free delivery of packet.

4. Transport layer:

1. Responsibility of process to process delivery of message Ensure that whole message arrives in order.  

Functions of Transport layer:

  • Service point addressing
  • Segmentation and reassembly
  • Connection control
  • Flow control: Flow control is performed end to end.
  • Error Control 

5. Session layer:

1. Establishes, maintains, and synchronizes the interaction among communication systems  

2. It is responsible for dialog control and synchronization.

Functions of Session layer:

  • Dialog control
  • Synchronization, session and sub session
  • Session closure

6. Presentation layer:

1. It is concerned with syntax, semantics of information exchanged between the two systems.  

Functions of Presentation layer:  

  • Translation: presentation layer is responsible for converting various formats into required format of the recipient  
  • Encryption: Data encryption and decryption is done by presentation layer for security.  
  • Compression and Decompression: data to be transform compressed while sending and decompress while receiving for reducing time of transmission.  

7. Application layer:

1. It enables user to access the network.

2. It provides user interfaces and support for services like email, remote file access.

Functions of Application layer:

  • Network virtual terminal
  • file transfer access and management
  • mail services and directory services

Comments

Popular posts from this blog

State the functions of Hub, Repeater, Bridge and Router.

Explain Database languages.