Open Systems Interconnection Open Systems Interconnection (OSI) (OSI)
Open Systems Interconnection Open Systems Interconnection (OSI) (OSI)
(OSI)
By
Bhupendra Ratha, Lecturer
School of Library and Information Science
Devi Ahilya University, Indore
Email: [email protected]
1
OSI
The Open System Interconnection (OSI)
model includes a set of protocols that attempt
to define and standardization the data
communication process.
The OSI model is a concept that describes,
how data communications should take place.
It divides the process into seven steps called
layers.
2
History of OSI
The OSI protocols were defined by the International Standard
Organization (ISO).
3
OSI Architecture
According to OSI document [ISO
[ISO7498
7498],
], the purpose
of OSI is as follows
follows::
4
OSI Groups
Application Layer
Session Layer
Network Layer
Physical Layer
5
Cont…
Three main groups of OSI model . The OSI
model consists of seven layer is further
grouped according to their function into three
groups;
Network Group
Transport group
Network group
6
Network Group
The network group is made up of the physical,
data--link, and network layer.
data
7
Transport Group
The transport group consists of a single layer,
the transport layer
8
Application Layer
The application group is consists of the
session, presentation and application layer.
9
OSI Layers
Physical Layer
Data
Data--Link Layer
Network Layer
Transport Layer
Session Layer
Presentation Layer
Application Layer
10
Physical Layer
11
Cont…
This is lowermost layer of the OSI model. It
provides the electrical and mechanical
interface to the network medium (cable).
12
Cont…
In other words, this layer represent the
physical aspects of the network such as cable
and connectors.
The basic functions of this layer are handles
voltages, electrical pulses, connectors and
switches so that data can be transmitted from
one network device to another.
13
Data--Link Layer
Data
14
Data--Link Layer
Data
This is the second layer of OSI model. The
data link layer is responsible for getting the
data packaged from the physical layer.
15
Cont…
The main function of this layer are handles the
physical transfer, farming
( the assembly of data into a single unit or
block), flow control and error-
error-control
functions over a single transmission link.
16
Network Layer
17
Network Layer
It is the third layer of OSI model.
18
Cont…
It handles the routing of data (sending in the
right direction to the right destination on
outgoing transmissions and receiving incoming
transmission at the packet). The layer does
routing & forwarding of data.
19
Transport Layer
20
Transport Layer
It is forth layer of OSI model. It is responsible
for constructing stream of data packets,
sending and checking for correct delivery.
21
Cont…
The transport layer ensures data is successfully
sent and received between two nodes.
22
Cont…
Specially it provides a reliable network
independent message interchange service to the
application group.
24
Session Layer
This is the fifth layer of OSI. It sets up and clear
communication channels between two
communicating component.
25
Cont…
It provides coordination of the communication
in an ordering manner.
It determines one way and two way
communications and manage the dialogue
between both parties.
In this layer uses of POP, TCP/IP protocols.
26
Presentation Layer
27
Presentation Layer
This is the sixth or second last layer of OSI
model. This layer defines how the system
provides files and services in a uniform way to
application.
28
Cont..
When data is transmitted between different
types of computer systems, the presentation
layer negotiates and manages the way data is
represented and encoded.
In this layer POP, SMTP, FTP protocol are
use.
29
Application Layer
Application Layer Application Layer
30
Application Layer
This is topmost or last layer of OSI model. This layer
defines the languages that programs use to
communicate with other programs.
31
Cont…
It provides the interface between the software running
in a computer and the network.
32
Conclusion
OSI is a Reference Model
33