Want to create interactive content? It’s easy in Genially!

Get started free

Network fundamentals - OSI

Nick Jordan

Created on March 6, 2025

Start designing with a free template

Discover more than 1500 professional designs like these:

Transcript

1/2

Layer 4 is responsible for end-to-end communication between the two devices. This includes taking data from the session layer and breaking it up into segments before sending it to layer 3. The transport layer on the receiving device is responsible for reassembling the segments into data the session layer can consume.The transport layer is also responsible for flow control and error control. The transport layer ensures that the data received is complete, and requesting a retransmission if it isn’t.

Layer 4: Transport Layer

The network layer is responsible for facilitating data transfer between two different networks. If the two devices communicating are on the same network, then the network layer is unnecessary. The network layer breaks up segments from the transport layer into smaller units, called packets, on the sender’s device, and reassembling these packets on the receiving device. The network layer also finds the best physical path for the data to reach its destination; this is known as routing.

Layer 3: Network Layer

The data link layer is very similar to the network layer, except the data link layer facilitates data transfer between two devices on the same network. The data link layer takes packets from the network layer and breaks them into smaller pieces called frames. Like the network layer, the data link layer is also responsible for flow control and error control in intra-network communication (The transport layer only does flow control and error control for inter-network communications).

Layer 2: Data Link Layer

This layer includes the physical equipment involved in the data transfer, such as the cables and switches. This is also the layer where the data gets converted into a bit stream, which is a string of 1s and 0s. The physical layer of both devices must also agree on a signal convention so that the 1s can be distinguished from the 0s on both devices.

OSI Model

A set of rules that explains how different computer systems communicate over a network

Layer 1: Physical Layer

2/2

Each layer of the OSI Model handles a specific job and communicates with the layers above and below itself.

This is the only layer that directly interacts with data from the user. Software applications like web browsers and email clients rely on the application layer to initiate communications. But it should be made clear that client software applications are not part of the application layer; rather the application layer is responsible for the protocols and data manipulation that the software relies on to present meaningful data to the user.

Layer 7: Application Layer

This layer is primarily responsible for preparing data so that it can be used by the application layer; in other words, layer 6 makes the data presentable for applications to consume. The presentation layer is responsible for translation, encryption, and compression of data.

Layer 6: Presentation Layer

This is the layer responsible for opening and closing communication between the two devices. The time between when the communication is opened and closed is known as the session. The session layer ensures that the session stays open long enough to transfer all the data being exchanged, and then promptly closes the session in order to avoid wasting resources.

OSI Model

A set of rules that explains how different computer systems communicate over a network

Layer 5: Session Layer