OSI Model is an acronym of organization named International Organization for Standardization which sets basis of communication protocols in computer networks. The reason we mention OSI Model in various articles, is due to the reason, the topics fall inside one of the seven models of OSI Model.
The Basic Concept of OSI Model
A computer network connected to various host is not as trivial as it might seems at first glance. Because of the multitude of issues and problems that needed to be split into different levels or layers. In the OSI model, there are seven layers to meet specified requirements. On each individual layer of OSI Model.
Each instance of OSI Model provides services that can use an instance directly. To provide the service itself uses an instance of the services of the next lower instance. The actual data flow is therefore vertical in OSI Model.
---
The Seven Layers of OSI Model
The Seven Layers of OSI Model are typically described from top to bottom.

Layer 7 of OSI Model : Application Layer
The application layer is the highest of the seven hierarchical layers. It gives applications to access to the network, for example e-mail , virtual terminal , remote login , etc..
Layer 6 of OSI Model : Presentation Layer
The presentation layer is the system dependent representation of data (such as ASCII , EBCDIC ) in order to form an independent, enabling the syntactically correct data exchange between different systems.
Layer 5 of OSI Model : Session Layer
Layer 5 provides the way for communication process between the two systems.
Layer 4 of OSI Model : Transport Layer
The transport layer provides the application oriented layers 5 to 7 an uniform access, so that these properties of the communication network does not need to be considered.
Layer 3 of OSI Model : Network Layer
The main tasks of the network layer include, providing network-wide addresses, routing, creation and updating of routing tables, fragmentation of data packets etc.
Layer 2 of OSI Model : Data Link Layer
This layer is to ensure error free transmission and to control the access to the transmission medium.
Layer 1 of OSI Model : Physical Layer
The physical layer is the lowest layer. This layer provides mechanical, electrical and other functional tools available to activate or deactivate physical connections and to maintain and transmit data.
