OSI Model
OSI Model
OSI Model
Data Flow In OSI Model
When we transfer information from one device to another, it travels through 7
layers of OSI model. First data travels down through 7 layers from the
sender’s end and then climbs back 7 layers on the receiver’s end.
Data flows through the OSI model in a step-by-step process:
Application Layer: Applications create the data.
Presentation Layer: Data is formatted and encrypted.
Session Layer: Connections are established and managed.
Transport Layer: Data is broken into segments for reliable delivery.
Network Layer : Segments are packaged into packets and routed.
Data Link Layer: Packets are framed and sent to the next device.
Physical Layer: Frames are converted into bits and transmitted
physically.
Each layer adds specific information to ensure the data reaches its
destination correctly, and these steps are reversed upon arrival.
Example
Let us consider a scenario where a user wants to send a message through
some Messenger application running in their browser. The “ Messenger ”
here acts as the application layer which provides the user with an interface to
create the data. This message or so-called Data is compressed, optionally
encrypted (if the data is sensitive), and converted into bits (0’s and 1’s) so
that it can be transmitted.