What is the OSI model

What is the OSI model? This model was developed in 1983. It is a globally accepted standard that has changed how we approach networks.

Open System Interconnection (OSI) are seven layers that enable computer systems to communicate over the network. It is the first accepted standard model for networking. Over time, it has been replaced by the TCP/IP system, and its purpose of use has changed.

The OSI model was developed in 1983 and was adopted as the standard a year later. It consists of 7 different layers. These layers can be checked to understand how a network works. In addition, the OSI model can help you identify network problems and eliminate them.

What is the OSI model?

OSI stands for Open Systems Interconnection. It was adopted as a standard in 1984. Also, it has a total of 7 different layers, each with its specific functions. Each layer works together to support data transfer around the world.

The OSI model acts as the framework that defines the function of a network system. The OSI model defines requirements, rules, and procedures to make products and software that seem to be different from each other interoperable.

The OSI model has two main layers: the upper and lower layers. The function of both layers is different. The upper layer deals with the application layer close to the end user. The lower layer is the data link layer related to data transport issues.

OSI model can enable the development of network-compatible devices and software while performing their primary tasks. It helps you determine which network segments will be linked to products. It also configures the communication between network layers.

7 layers in the OSI model

It is a fact that the OSI model has practically given way to TCP/IP. Despite this, the OSI model is still essential for understanding network technologies in modern computer networks. Each of its 7 layers provides detailed information about network communication.

1. Physical Layer

The Physical Layer is responsible for almost all wired and wireless connectivity. Allocates connectivity between nodes in the network. Anything can fall under this layer, including power cords and wireless technology.

The Physical Layer only transmits raw data consisting of numbers 0 to 1. In other words, it is responsible for the transfer of unstructured data. Network engineers can define different bit transmission protocols so that data can be successfully transmitted.

2. Data Link Layer

The Data Link Layer provides the connection between two nodes on a network and terminates the connection under appropriate conditions. It can split packets to get them from the source to the destination. This layer has two subdivisions, LLC and MAC.

LLC (Logical Link Control) defines protocols on the network, performs error checks, and executes synchronization. MAC (Media Access Control) connects devices via specified unique addresses and defines necessary permissions for data transmission.

3. Network Layer

Network Layer is responsible for two different functions. Its first function is to divide its segments into network packets and combine them after they are transmitted. The second is to route packets by discovering the best path across the network.

This layer’s task is to receive and transmit data from one point to another. Logical addresses such as IP must be used. Routers are critical components of this layer. Because they are the most effective solution to take the data from the source and deliver it to the target.

4. Transport Layer

After the Transport Layer receives the data transferred by the Session Layer, it divides them into partitions. It can rejoin the partitions on the receiving side. It can transform any data the session layer uses to provide flow control.

This layer’s responsibility is to ensure that data is sent at speed appropriate to the device’s connection speed and to create controls. It can check the accuracy of the data. It could be configured to request a repeat of the transmission if incorrect data was sent.

5. Session Layer

Session Layer creates session channels that enable communication between devices. It can control everything from login to transferring data. Its main goal is to maintain the communication’s functionality and terminate the transmission when the session ends.

If necessary, this layer can enable the adjustment of control points. It creates communication sessions between the Presentation Layer, Application Layer, and other layers. It is his job to verify identities and reestablish connections.

6. Presentation Layer

The Presentation Layer prepares the data required for the application layer. It handles tasks such as encoding, encrypting, and compressing data between two devices. All data transmitted by the application layer arrives at this layer and is prepared for transmission.

This layer’s responsibility is to make the data understandable for the final system. It can translate or format data to be presented to other layers in an appropriate language. It implements all necessary encryption and decryption operations.

7. Application Layer

The Application Layer is the seventh layer and is used by end-user software. The most important examples are web browsers and email clients. Configures the necessary protocols for the software to send and receive data. It ensures that users receive the data meaningfully.

Hypertext Transfer Protocol (HTTP), File Transfer Protocol (FTP), Domain Name System (DNS), and Simple Mail Transfer Protocol (SMTP) are the most important examples of application layers. This layer defines the necessary resources and performs communication synchronization.

The OSI model consists of 7 layers that are interrelated but perform different functions. In modern networks, communication is now done with the TCP/IP model. The OSI model only simplifies the detection and resolution of network problems.

 

Suggested post : Cloud Computing Benefits_ Top 11 Advantages


2 thoughts on “What is the OSI model”

  1. Layers of the OSI model
    The model describes the seven layers through which computer systems communicate over a network.

    Application layer
    Presentation layer
    Session layer
    Transport layer
    Network layer
    Data link layer
    Physical layer

    Reply

Leave a Comment