OSI Model
The Open System Interconnection (OSI) Model provides an abstract description of the network communication process. International Organization for Standard (ISO) develops it to provide a road map for non-proprietary protocol development. The OSI model is just a reference model and many of OSI protocols are no longer in use. There are seven layers in OSI Model. Those are as follows:
Layer 7 -
Application
Performs services for
the application used by the end users.
Layer 6 - Presentation
Provides data format
information to the application.
Layer 5 - Session
Manages session between
users.
Layer 4 - Transport
Defines data segments and
numbers them at the source, transfers the data, and reassembles the data at the
destination.
Layer 3 - Network
Creates and addresses packets for end-to-end
delivery through intermediary devices in other network.
Layer 2 - Data Link
Creates and addresses
frames for host-to-host delivery on the local LANs and between WAN devices.
Layer 1 - Physical
Transmits binary data over
media between devices. Physical layer protocols define media specifications.