OSI Reference Model
OSI Reference Model
1
Introduction
2
OSI Model's 7 Layers
Application to Application
APPLICATION APPLICATION
Application to Application
PRESENTATION PRESENTATION
Application to Application
SESSION SESSION
Hop to Hop
DATA LINK Switch DATA LINK
Hop to Hop
3
Host and Media Layer
4
Data, Protocol & Activities
OSI Layers TCP/IP Suit Activities
5
Physical Layer 110 10101000000010111 110 10101000000010111
From data link layer To data link layer
Physical layer
Physical layer
Transmission medium
One of the major functions of the physical layer is to move data in the form of electromagnetic
signals across a transmission medium.
It’s responsible for movements of individual bits from one hop (Node) to next.
Both data and the signals can be either analog or digital.
6
Data Link Layer (Host to Host)
From network layer To network layer
Data link layer is responsible for moving frames from one hop (Node) to the next.
Concerned:
Framing (stream of bits into manageable data units)
Physical addressing (MAC Address)
Flow Control (mechanism for overwhelming the receiver)
Error Control (trailer, retransmission)
7
Network Layer (Source to Destination)
From transport layer To transport layer
The network layer is responsible for the delivery of individual packets from the source
host to the destination host.
Concerned:
Logical addressing (IP Address)
Routing (Source to destination transmission between networks)
8
Transport Layer (Process to Process)
From session layer From session layer
Segments Segments
The transport layer is responsible for the delivery of a message from one process to
another
Concerned:
Service-point addressing (Port address)
Segmentation and reassembly (Sequence number)
Connection control (Connectionless or connection oriented)
Flow control (end to end)
Error Control (Process to Process)
9
Session Layer (Dialog initiation)
From Presentation layer To Presentation layer
Concerned:
Dialog Control
Synchronization
10
Presentation Layer (dependency)
From application layer To application layer
Concerned:
Translation (interoperability between different encoding system)
Encryption (Privacy schemes)
Compression (data compression)
11
Application Layer (user level service) USER
USER
(Human or Program) (Human or Program)
Application layer
Application layer
H7 Data Message H7 Data Message
Concerned:
Network virtual terminal (Software)
File transfer, access and management
Mail services
Directory services (access to distributed database sources for global information about various objects
and services)
12