What is OSI MODEL?
- Open System Interconnection model is fundamental to all communications between network devices.
- Developed in 1974 by ISO after the American department of defense began yusing the TCP/IP Suite of protocols
- Finally adopted in 1977. It is not the theoretical model for how communication takes place between network devices
7 Layer model
A layer is a collection of conceptually similar functions that provide services to the layer above it and receives service from the layer below it
Application, Presentation, Session, Transport, Network, Data Link, Physical
Layers
- Each layer is separate and independent
- Each layer has its own function but also provides a service to those layers above and below itself
- When communicating, each OSI layers talks with the same layer in the other device for example the application layer of device A communicates with the Application Layer of Device B, by passing the data through the other layers.
- The Application layer of each device is not concerned with how the other layers are functioning, but it does rely on them to do their job.
Layer layer OSI model and its work
How data does flows
When data is sent from the application on the source computer it goes step by step as bellow.
- Data in the form of packet moves down through the layers of OSI layer model starting from Application layer and end at Physical Layer.
- When Data reach to physical layer Data is ready to send over cable or medium
- At physical layer data bits may be analogue, digital, in the form of electrical signal or radio waves.
- When data is transmitted to destination device it travels up through the layer from physical layer to application layer of OSI Model.
- As data moves from one layer to another layer some additional information get added as header or trailers in data and addition of this additional information is known as encapsulation and data goes encapsulated.
- Due to this encapsulation data does not change. here is a graphical example of data encapsulation.
In next post I will explain each layer and there job role in OSI model




