OSI Model
Khaled Md. Saifullah April,2021
//01
Computer
Networking
101
Contents //02
What is OSI Model
Layers of OSI Model
Application Layer
Presentation Layer
Session Layer
Transport Layer
Network Layer
Data Link Layer
Physical Layer
03
05
06
07
11
04
09
08
10
Computer
Networking
101
Computer
Networking
101
//03
What is OSI Model?
OSI Stands for Open System Interconnection. It is basically 7 layers model that help
us to communicate over the internet. It is the first standard of computer networking
system.
Computer
Networking
101
Layers of OSI Model //04
PLEASE
PLEASE DO
DO NOT
NOT TELL
TELL SECRECT
SECRECT PASSWORD
PASSWORD ANYONE
ANYONE
Physical
Layer
Data Link
Layer
Network
Layer
Transport
Layer
Session
Layer
Presentation
Layer
Application
Layer
1 2 3 4 5 6 7
Application Layer
Computer
Networking
101
//05
Application or software which are directly connected with internet or internal
network by using this layer. These application produce the data, which has to be
transferred over the network. Here in this layer we give the command or input it will
prepare the output for us.
Networking service for user
Work by Port No.
User support totally
Works to Do
Service Port No.
--------------------------------
http 80
FTP 21
SMTP 25
Telnet 23
Example: http, FTP,
DNS,SNMP,Telnet
Presentation Layer
Computer
Networking
101
//06
Presentation layer also called as translation layer. The data from the application
layer is extracted here and manipulated as per the required format to transmit over
the network.
Transmission
Encryption/Decryption
Compression
Works to Do Example: SSL, TLS
Transmission: ASCII to EBCDIC
Encrypted data--> cipher and
Decrypted data---> plain text
Compression: Reduce file size to
100MB to 80MB
1.
2.
3.
Session Layer
Computer
Networking
101
//07
This layer is responsible for establishment of connection, maintenance of sessions,
authentication and also ensures security.
Session establishment and
terminate session
Synchronization
Dialog Controller
Works to Do Session: Session build up and terminate
the session
Synchronization: Add checkpoints that
are helping to find out error.
Dialog Controller: Start communication
with each other in half-duplex or full-
duplex.
Example: NetBIOS,PPTP
Transport Layer
Computer
Networking
101
//08
This is the heart of OSI model. It provides service to the application layer and takers
service from Network layer. The data in this layer refereed as segments. This layer
also provides the acknowledgement of the successful data transmission and re
transmit if the data find any error.
Process to process delivery
(identify service)
Segmentation
Connection Controlling
Error Control
Flow Control
Works to Do Identify Service:
TCP UDP
---------------------------
http,FTP DNS,TFTP
(Slower) (Faster)
Segmentation: data will bread
down into small segment
Error Control: Doing by
the help of cheksum
algorithm.
Network Layer
Computer
Networking
101
//09
Network layer works for transmission of data from one to other located in different
networks. It also takes care of packet routing i.e. selection of the shortest path to
transmit the packet.
Routing
Logical Addressing
Works to Do Routing: Providing the best
path for data transmission.
Logical Address: Provide IP
address to the devices.
Example: IP,ARP,ICMP
Data Link Layer
Computer
Networking
101
//10
The data link layer is responsible for the node to node delivery of the message. The
main function of this layer is to make sure data transfer is error free from one node to
another node over the physical layer.
Physical Addressing
Error Control
Access Control
Flow Control
Framing
Works to Do
Framing: Send a set of bits that are
meaningful to the receiver.
Physical Addressing: MAC Address
(ARP Protocol).
Flow Control: Data transmission
rate must be same at the sending
and receiving end.
Example: PPP,Ethernet
Physical Layer
Computer
Networking
101
//11
The lowest layer of OSI model is physical layer. It is responsible for the actual
physical connection between the devices. It contains the data in the form of bits.
When receiving the data this layer will get the electrical signal received and convert
it into 0's and 1's.
Represents of Bits
Data converts in frame
Data send by electrical
signal.
Works to Do
Example: USB, Bluetooth

Osi model

  • 1.
    OSI Model Khaled Md.Saifullah April,2021 //01 Computer Networking 101
  • 2.
    Contents //02 What isOSI Model Layers of OSI Model Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer 03 05 06 07 11 04 09 08 10 Computer Networking 101
  • 3.
    Computer Networking 101 //03 What is OSIModel? OSI Stands for Open System Interconnection. It is basically 7 layers model that help us to communicate over the internet. It is the first standard of computer networking system.
  • 4.
    Computer Networking 101 Layers of OSIModel //04 PLEASE PLEASE DO DO NOT NOT TELL TELL SECRECT SECRECT PASSWORD PASSWORD ANYONE ANYONE Physical Layer Data Link Layer Network Layer Transport Layer Session Layer Presentation Layer Application Layer 1 2 3 4 5 6 7
  • 5.
    Application Layer Computer Networking 101 //05 Application orsoftware which are directly connected with internet or internal network by using this layer. These application produce the data, which has to be transferred over the network. Here in this layer we give the command or input it will prepare the output for us. Networking service for user Work by Port No. User support totally Works to Do Service Port No. -------------------------------- http 80 FTP 21 SMTP 25 Telnet 23 Example: http, FTP, DNS,SNMP,Telnet
  • 6.
    Presentation Layer Computer Networking 101 //06 Presentation layeralso called as translation layer. The data from the application layer is extracted here and manipulated as per the required format to transmit over the network. Transmission Encryption/Decryption Compression Works to Do Example: SSL, TLS Transmission: ASCII to EBCDIC Encrypted data--> cipher and Decrypted data---> plain text Compression: Reduce file size to 100MB to 80MB 1. 2. 3.
  • 7.
    Session Layer Computer Networking 101 //07 This layeris responsible for establishment of connection, maintenance of sessions, authentication and also ensures security. Session establishment and terminate session Synchronization Dialog Controller Works to Do Session: Session build up and terminate the session Synchronization: Add checkpoints that are helping to find out error. Dialog Controller: Start communication with each other in half-duplex or full- duplex. Example: NetBIOS,PPTP
  • 8.
    Transport Layer Computer Networking 101 //08 This isthe heart of OSI model. It provides service to the application layer and takers service from Network layer. The data in this layer refereed as segments. This layer also provides the acknowledgement of the successful data transmission and re transmit if the data find any error. Process to process delivery (identify service) Segmentation Connection Controlling Error Control Flow Control Works to Do Identify Service: TCP UDP --------------------------- http,FTP DNS,TFTP (Slower) (Faster) Segmentation: data will bread down into small segment Error Control: Doing by the help of cheksum algorithm.
  • 9.
    Network Layer Computer Networking 101 //09 Network layerworks for transmission of data from one to other located in different networks. It also takes care of packet routing i.e. selection of the shortest path to transmit the packet. Routing Logical Addressing Works to Do Routing: Providing the best path for data transmission. Logical Address: Provide IP address to the devices. Example: IP,ARP,ICMP
  • 10.
    Data Link Layer Computer Networking 101 //10 Thedata link layer is responsible for the node to node delivery of the message. The main function of this layer is to make sure data transfer is error free from one node to another node over the physical layer. Physical Addressing Error Control Access Control Flow Control Framing Works to Do Framing: Send a set of bits that are meaningful to the receiver. Physical Addressing: MAC Address (ARP Protocol). Flow Control: Data transmission rate must be same at the sending and receiving end. Example: PPP,Ethernet
  • 11.
    Physical Layer Computer Networking 101 //11 The lowestlayer of OSI model is physical layer. It is responsible for the actual physical connection between the devices. It contains the data in the form of bits. When receiving the data this layer will get the electrical signal received and convert it into 0's and 1's. Represents of Bits Data converts in frame Data send by electrical signal. Works to Do Example: USB, Bluetooth