



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of the Open Systems Interconnection (OSI) model, which is a set of protocols that allows different computer systems to communicate with each other. the seven layers of the OSI model and their functions, including the physical layer, data link layer, network layer, transport layer, session layer, presentation layer, and application layer. It also explains the purpose of the OSI model and its importance in facilitating communication between different systems without requiring changes to the underlying hardware and software.
Typology: Papers
1 / 6
This page cannot be seen from the preview
Don't miss anything!




The International Standards Organization (ISO) established in 1947 is a multinational body dedicated to worldwide agreement on international standards. An ISO standard is the Open Systems Interconnection (OSI) model which was first introduced in the late 1970s. This model is the highest level of abstraction in the OSI scheme. This paper describes briefly about the OSI Model. Then it tells about the various layers of OSI Reference Model present in its layered framework.
KEYWORDS : ISO standards; layered framework; hop; session; encryption
The OSI model is an open system which is a set of protocols that allows any two different systems to communicate regardless of their underlying architecture. The purpose of OSI model is to show how to facilitate communication between their systems without requiring changes to the logic of the underlying hardware and software.
It is important to know that ISO is an organization and OSI is the model. The OSI model is a layered framework for the designing of network systems which allows communication between all types of computer systems. It consists of 7 separate layers but they are somewhere related, each of which defines a part of the process of moving information across a network.
Fig: Seven layers of OSI model
The seven layers can be set to belong from 3subgroups. Layers 1,2 and 3-physical, data link, network-are the network support layers; which deals with the physical aspect of moving data from one device to another. Layers 5,6 and 7-session, presentation and application-can be though as the support layers; which allows interoperability among unrelated software systems. Layer 4, transport layer, links these 2 subgroups and ensures that what the lower layers have transmitted is in a form that the upper layers can use.
It is the layer which is responsible for movements of individual bits from one hop (node) to the next. The physical layer coordinates the functions required to carry a bit stream over a physical medium. It handles the mechanical and electrical specifications of the interface and transmission medium. It describes about thedifferent procedures and functions that a physical device and interface have to perform for the transmission. The physical layer is also concerned about the following:
Fig: Physical Layer
It is the layer which is responsible for moving frames from one hop (node) to the next. The data link layer transforms the physical layer, a raw transmission facility, to a reliable link. It makes the physical layer appear error-free to the upper layer (network layer).
Fig: Data link Layer There are also other responsibilities regarding data link layer which includes the following:
It is the layer which is responsible for dialog control and synchronization. The services provided by the 1st three layers are not sufficient for some processes. The session layer is the network dialog controller. It can establish, maintain and synchronize the interaction among communicating systems. Specific responsibilities of the session layer include the following:
Fig: Transport Layer
It is the layer which is responsible for translation, compression and encryption. This layer is concerned with the syntax and semantics of the information exchanged between the two systems. Specific responsibilities of the presentation layer include the following:
Fig: Presentation Layer
It is the layer which is responsible for providing required services to the user. The application layer enables the user (human or program) to access the network. It provides user interfaces and support for services such as remote file access and transfer, e-mail, shared database management etc.
Fig: Application Layer
The services provided by the application layer include the following:
The International Standards Organization’s intention in creating the OSI model wasn’t to describe every network but to give protocol designers a map to follow to aid in design. This model is useful for conceptualizing network components to describe and show how they fit together to help the computers within the network to communicate. The OSI reference model was formulated as a template for the structure of communications systems. It was not intended that there should be standard protocols associated with each layer. Instead, a number of different protocols have been developed each offering a different functionality. There are three major international organizations developing standards and protocols for communications including: International Standards Organization (ISO) American Institute of Electrical Engineers (IEEE) International Telecommunications Union – Telecommunications Sector (ITU-T)