DataSunrise is sponsoring AWS re:Invent 2024 in Las Vegas, please visit us in DataSunrise's booth #2158

OSI Model

OSI Model

Introduction

The OSI model explains how computers send data to each other on a network in a standard way. Developed in the late 1970s, the OSI model breaks down network communication into seven distinct layers. Each layer has specific functions and interacts with the layers above and below it.

While the modern internet primarily uses the simpler TCP/IP model, the OSI 7-layer model remains an essential tool. It helps network engineers design networks, troubleshoot issues, and ensure interoperability between systems. Let’s take a closer look at each of the seven OSI layers and how they enable network communications.

The 7 Layers of OSI Model

Divide the seven OSI layers into two groups: upper layers and lower layers. The upper layers (7, 6, 5) focus on applications and how users interact with data. The lower layers (4, 3, 2, 1) handle data transport.

OSI Model content image
Figure 1 – OSI model’s 7 layers. Upper layers (7-5) handle user interaction, lower layers (4-1) manage data transport.

The Upper Layers of OSI Model

Layer 7: The Application Layer The application layer is closest to the end user. It provides network services directly to applications like web browsers, email clients, and messaging apps. When you load a webpage or send an email, the application layer formats that data and sends it to layer 6.

DNS is responsible for associating domain names with IP addresses. The application layer ensures that it correctly structures data for the respective application.

Layer 6: The presentation layer gets data from the app layer and readies it for sending over the network. This often involves translation, encryption, and compression.

The presentation layer formats data using a common syntax agreed upon by the sending and receiving devices. For example, it may convert ASCII text into a standardized format. Encryption secures sensitive data, and compression decreases the amount of data that needs transmission.

Layer 5: The Session Layer The session layer establishes, maintains, and terminates connections between devices. It sets up sessions, or temporary communication channels, that allow devices to exchange data over a prolonged period.

If the connection is interrupted, the session layer resends data from the last checkpoint using checkpoints. It also implements dialog control to ensure two applications don’t try sending data at the same time.

The Lower Layers of OSI Model

Layer 4: The transport layer breaks down data from the session layer and prepares it for transmission over the network. Responsible for end-to-end delivery and error-free data transfer between systems.

The two primary transport layer protocols are TCP and UDP. TCP ensures data arrives at its destination by checking and requesting retransmission if it loses any data. UDP is connectionless and does not guarantee delivery, but is faster. The transport layer also performs traffic control, adjusting data flow to match network speed.

Layer 3: The Network Layer The network layer handles logical addressing and routing of data between nodes. The transport layer breaks data segments into smaller packets and attaches source and destination addresses.

How Routers Use IP Addresses

Routers use IP addresses to find the best way for data to go through different networks and reach its destination. The network layer finds the best route and switches packets between networks until they reach the receiving device.

Layer 2: The Data Link Layer connects two nodes directly on a network. It takes packets from the network layer, breaks them into frames, and sends them to the correct destination using MAC address.

The data link layer examines incoming frames for errors and requires a retransmission if it detects any corruption. It regulates flow control to ensure the receiving device isn’t overwhelmed with data. The data link layer also arbitrates access to the physical media so multiple devices can safely share network links.

Layer 1: The Physical Layer provides the foundation for building the higher layers. It defines the physical and electrical characteristics of the network, including cables, connectors, radio frequencies, voltages, modulation, and line coding.

The physical layer transmits raw bit streams over the physical medium as electrical pulses, light signals, or radio waves. It specifies data rates, maximum transmission distances, and physical network topology. Different physical layer standards exist for copper, fiber optic, and wireless media.

Sending an Email with OSI

To illustrate the OSI model, let’s examine what happens when you send an email:

  1. The email client application formats the message and attachments. (Application)
  2. The system translates the data to SMTP format, encrypts it, and compresses it. (Presentation)
  3. The user opens a session with the email server. (Session)
  4. The system segments the message, adds a header, and hands it to the network layer. (Transport)
  5. The segments break into packets with IP address information. (Network)
  6. The system breaks the packets into frames with MAC addresses. (Data Link)
  7. The system changes frames into bits and sends them over ethernet or wifi as electrical or radio signals. (Physical)

The email server sends the data to the recipient’s email application by moving it up through the OSI layers.

OSI Model vs TCP/IP Model

The TCP/IP model is a basic four-layer model used for internet communication in the real world. Developed by the US DoD, it predates the OSI model.

The key difference is that TCP/IP combines the functions of multiple OSI layers. The application layer includes OSI layers 5, 6, and 7. The transport layer matches OSI layer 4. The internet layer is equivalent to the OSI network layer 3. Finally, the network access layer includes OSI layers 1 and 2.

The OSI model is important, but the TCP/IP model is better for internet communication. However, both help us understand the many complex processes required for network data delivery.

Conclusion

The OSI 7 layer model is a fundamental concept in computer networking. By abstracting out specific functions at each layer, OSI enables interoperability between diverse systems and provides a common troubleshooting model.

Knowing the OSI layers can benefit network professionals, even if they don’t work with them directly. The layers go from the application layer at the top to the physical layer at the bottom. When you have a networking issue, using the OSI model can help you find and fix the problem quicker.

Next

Phishing Attacks

Phishing Attacks

Learn More

Need Our Support Team Help?

Our experts will be glad to answer your questions.

General information:
[email protected]
Customer Service and Technical Support:
support.datasunrise.com
Partnership and Alliance Inquiries:
[email protected]