Skip to main content

What is the OSI model explained


OSI model (Open Systems Interconnection) :- There is also a rule model in networking in which data communication is divided into 7 layers. In this model, the work of data transmission and keeping many network devices and protocols connected.


Physical Layer (PL):-

The physical layer is the bottommost layer of the OSI model.The work of the physical layer is to send data through hardware and transmission mediums. This layer includes cables, hubs, and network interface cords (NICs). The physical layer sends data in the form of bits (0 and 1).


Primary Role of the (PL):-

  • The work of the physical layer is to decide the method of sending data. Such as electrical, optical, or radio signals.
  • The work of the physical layer is to decide the means of transmission, such as cable or optical fiber.
  • To decide the data rate and distance of transmission.


2. Data link layer (DL):- 

The work of the data link layer is to determine the correct destination by examining the data. This layer divides the data into frames. And to detect and correct the errors of the data. Switches and bridge devices come in the data link layer.


function of (DL) :-

  • The function of the data link layer is to divide the data into frames.
  • The function of the data link layer is to find and correct the errors.
  • The function of the data link layer is to use MAC address like hardware address.
  • The function of the data link layer is to control the flow control i.e. the speed of the data.


3. Network layer (NL):- 

The function of the network layer is to send data packets to the correct destination. This layer does the work of routing and addressing. Routers and layer 3 switches come in this layer.


function of the (NL) :-

  • The function of the network layer is to switch data packets.
  • The function of the network layer is to do IP addressing and logical addressing.
  • The network layer uses routing protocols.


4. Transport layer (TL):- 

The function of the transport layer is to check whether the data has reached from one place to another in the correct manner or not. The work of this layer is to divide the data into many alternative parts and to control flow and correct error connections.


function of (TL) :-

  • The work of the transport layer is to segment the data and then reassemble it.
  • The work of the transport layer is to control the flow of data and to control congestion.
  • The work of the transport layer is also to find and correct errors in data through TCP.


5. Session layer (SL):- 

The work of the session layer is to create and delete communication sessions between two devices. This layer has to recover the session and synchronize the data.


function of (SL) :-

  • The work of the session layer is to create and delete communication sessions.
  • The work of the session layer is to recover the session and restart the session.
  • The work of the session layer is to synchronize the data.


6. Presentation Layer (PL):- 

The job of the presentation layer is to encode and decode the data in a format for the application layer. This layer performs data encryption, data compression and data translation.


function of the (PL) :- 

  • The job of the presentation layer is to encode and decode the data.
  • The job of the presentation layer is to do data encryption and decryption.
  • The job of the presentation layer is to do data compression and decompression.
  • The job of the presentation layer is to do data translation.


7. Application Layer (AL):- 

The application layer is at the top layer of the OSI model. Its job is to provide the network to the end-user application. This layer consists of application protocols and user interfaces.


function of the (AL) :- 

  • The job of the application layer is to provide the network to the end-user application.
  • The job of the application layer is to use application protocols such as HTTP, FTP, and SMTP. The application layer works to create the user interface.


Importance of the OSI model :-

1. Coordination : The OSI model coordinates between many network devices and protocols.

2. Standardization : OSI model gives a standardized framework for network communication in which many network architectures and protocols are united.

3. Modularity : OSI model divides transmission into seven layers, which makes the work of each layer clear.

Modularity in this simplifies network design and problem solving.

4. Troubleshooting : The OSI model creates a framework in the layers that works to fix the problem. With its help, problems occurring in the network are fixed.

5. Protocol development : OSI model guides to create new protocols. Due to which the development of the protocol is favorable.


Conclusion :- 

OSI model is an important model of network communication which is divided into 7 layers, the function of each layer is different. So that the data transmission work can be secured in the right way. The OSI model is used for the design of the network and to solve the problems that arise in it. And it is also used in the development of protocols.

Comments

Popular posts from this blog

What is subnetting

Subnetting:- Subnetting is a networking technique. It is used to divide a large network into smaller networks. This technique simplifies the network. And also secures the network. Concept of Subnetting:- Subnetting is a technique. Through which a large IP network is divided into smaller parts. Each part or subnet creates a different IP address or subnet mask. Through subnetting, the network administrator can divide a large network into smaller parts. This improves the security of the network. Structure of IP address and subnet mask:- An IP address is a 32-bit digit. It is divided into four octets. For example, 192.168.1.1 is an IP address. Each octet represents a digit from 0 to 255. The subnet mask is also a single 32-bit digit. It is used to divide the IP address into network and host parts. For example 255.255.255.0 is a subnet mask in which the first three octets are part of the network. And the last octet is of the host. Importance of Subnetting:- 1. Improvement in netw...

What is the difference between OSI and TCP/IP model

The OSI (Open Systems Interconnection) model and the TCP/IP (Transmission Control Protocol/Internet Protocol) model are two important reference models in the world of networking. Both these models are used to understand the different levels of networking and to organize the processes of those levels. OSI model:-  The OSI model is divided into 7 layers. 1. Physical layer: It works to receive and send data from network hardware such as cables, switches, and hubs. 2. Data link layer: This layer breaks the data into small parts and sends them to the network and also checks those errors. 3. Network layer: This layer works to send data from one computer to another computer. 4. Transport layer: The transport layer ensures reliable and secure transfer of data. 5. Session layer: The job of this layer is to initiate and maintain communication between two computers. And also ends it. 6. Presentation layer: This layer works to convert data from one format to another. 7. Application layer: ...