SlideShare a Scribd company logo
1 of 15
WELCOME TO OURWELCOME TO OUR
PRESENTATIONPRESENTATION
1
SEVEN LAYERSEVEN LAYER
MODELMODEL
2
GROUP MEMBERSGROUP MEMBERS
3
INTRODUCTIONINTRODUCTION
International standard organization (ISO) established a committeeInternational standard organization (ISO) established a committee
in 1977 to develop an architecture for systemsin 1977 to develop an architecture for systems
communication.communication.
Open System Interconnection (OSI) reference model is theOpen System Interconnection (OSI) reference model is the
result of this effort.result of this effort.
This model allows any two different systems to communicateThis model allows any two different systems to communicate
regardless of their underlying architecture.regardless of their underlying architecture.
4
CONT..CONT..
The OSI model describes how data flows from one computer, throughThe OSI model describes how data flows from one computer, through
a network to another computer.a network to another computer.
The OSI model is not a protocol; it is a model for understanding andThe OSI model is not a protocol; it is a model for understanding and
designing a network architecture that is flexible and robust.designing a network architecture that is flexible and robust.
The OSI model consists of seven separate but related layers, each ofThe OSI model consists of seven separate but related layers, each of
which defines a part of the process of moving information across awhich defines a part of the process of moving information across a
network.network.
5
6
APPLICATIONAPPLICATION
PRESENTATIONPRESENTATION
SESSIONSESSION
TRANSPORTTRANSPORT
NETWORKNETWORK
DATA LINKDATA LINK
PHYSICALPHYSICAL
APPLICATIONAPPLICATION
PRESENTATIONPRESENTATION
SESSIONSESSION
TRANSPORTTRANSPORT
NETWORKNETWORK
DATA LINKDATA LINK
PHYSICALPHYSICAL
MIDDLE LAYER
MIDDLE LAYER
HIGHER LAYER
HIGHER LAYER
Application to Application
Application to Application
Application to Application
Process to Process
LOWER LAYER
LOWER LAYER
Hop to Hop
Switch
Hop to Hop
Physical Medium
Hub and Repeater
Router
Source to Destination
Source to Destination
OSI Model's 7 LayersOSI Model's 7 Layers
HOST AND MEDIA LAYERHOST AND MEDIA LAYER
7
PHYSICAL LAYERPHYSICAL LAYER
 One of the major function of the physical layer is to move data in the form of electromagnetic signals acrossOne of the major function of the physical layer is to move data in the form of electromagnetic signals across
a transmission medium.a transmission medium.
 Its responsible for movements of individual bits from one hop (Node) to next.Its responsible for movements of individual bits from one hop (Node) to next.
 Both data and the signals can be eitherBoth data and the signals can be either analoganalog oror digitaldigital..
 Transmission media work by conducting energy along a physical path which can be wired or wirelessTransmission media work by conducting energy along a physical path which can be wired or wireless
 Concerned:Concerned:
 Physical characteristics of interface and mediumPhysical characteristics of interface and medium (Transmission medium)(Transmission medium)
 Representation of bitsRepresentation of bits (stream of bits (0s or 1s) with no interpretation and encoded into signals)(stream of bits (0s or 1s) with no interpretation and encoded into signals)
 Data rateData rate (duration of a bit, which is how long it last)(duration of a bit, which is how long it last)
 Synchronization of bitsSynchronization of bits (sender and receivers clock must be synchronized)(sender and receivers clock must be synchronized)
 Line configurationLine configuration (Point-to-Point, Point-to-Multipoint)(Point-to-Point, Point-to-Multipoint)
 Physical topologyPhysical topology
 Transmission modeTransmission mode (Simplex, half duplex, full duplex)(Simplex, half duplex, full duplex)
8
10101000000010111110
From data link layer
10101000000010111110
To data link layer
Physical layer
Physical layer
Transmission medium
DATA LINK LAYERDATA LINK LAYER (HOST TO HOST)(HOST TO HOST)
 Data link layer is responsible for moving frames from one hop (Node) to the next.Data link layer is responsible for moving frames from one hop (Node) to the next.
 Concerned:Concerned:
 FramingFraming (stream of bits into manageable data units)(stream of bits into manageable data units)
 Physical addressingPhysical addressing (MAC Address)(MAC Address)
 Flow ControlFlow Control (mechanism for overwhelming the receiver)(mechanism for overwhelming the receiver)
 Error ControlError Control (trailer, retransmission)(trailer, retransmission)
 Access ControlAccess Control (defining master device in the same link)(defining master device in the same link)
9
DataH2 T2
From network layer
DataH2 T2
To network layer
To physical layer From physical layer
Data link layer Data link layer
NETWORK LAYERNETWORK LAYER (SOURCE TO DESTINATION)(SOURCE TO DESTINATION)
• The network layer is responsible for the delivery of individual packets from theThe network layer is responsible for the delivery of individual packets from the
source host to the destination host.source host to the destination host.
• Concerned:Concerned:
• Logical addressingLogical addressing (IP Address)(IP Address)
• RoutingRouting (Source to destination transmission between networks)(Source to destination transmission between networks)
10
DataH3 Packet
From transport layer
To data link layer
DataH3 Packet
To transport layer
From data link layer
Network layer Network layer
TRANSPORT LAYERTRANSPORT LAYER (PROCESS TO PROCESS)(PROCESS TO PROCESS)
 The transport layer is responsible for the delivery of a message from one process toThe transport layer is responsible for the delivery of a message from one process to
anotheranother
 Concerned:Concerned:
 Service-point addressing (Port address)Service-point addressing (Port address)
 Segmentation and reassembly (Sequence number)Segmentation and reassembly (Sequence number)
 Connection control (Connectionless or connection oriented)Connection control (Connectionless or connection oriented)
 Flow control (end to end)Flow control (end to end)
 Error Control (Process to Process)Error Control (Process to Process) 11
SegmentsSegments
DataH4
From session layer
To network layer
Transport layer DataH4 DataH4
SegmentsSegments
DataH4
From session layer
From network layer
Transport layerDataH4 DataH4
SESSION LAYERSESSION LAYER (DIALOG INITIATION)(DIALOG INITIATION)
The session layer is responsible for dialog control and synchronizationThe session layer is responsible for dialog control and synchronization
 Concerned:Concerned:
 Dialog Control (Half Duplex/Full duplex)Dialog Control (Half Duplex/Full duplex)
 Synchronization (Synchronization points, process inline within same pageSynchronization (Synchronization points, process inline within same page))
12
DataH5
From Presentation layer
To transport layer
Data Data
Syn Syn Syn
DataH5
To Presentation layer
From transport layer
Data Data
Syn Syn Syn
Session layer
Session layer
PRESENTATION LAYERPRESENTATION LAYER (DEPENDENCY)(DEPENDENCY)
 The presentation layer is responsible for translation, compression and encryptionThe presentation layer is responsible for translation, compression and encryption
 Concerned:Concerned:
 Translation (interoperability between different encoding system)Translation (interoperability between different encoding system)
 Encryption (Privacy schemes)Encryption (Privacy schemes)
 Compression (data compression)Compression (data compression)
13
DataH6
From application layer
To session layer
DataH6
To application layer
From session layer
presentation layer
presentation layer
APPLICATION LAYERAPPLICATION LAYER (USER LEVEL SERVICE)(USER LEVEL SERVICE)
 The application layer is responsible for providing services to the user.The application layer is responsible for providing services to the user.
 Concerned:Concerned:
 Network virtual terminal (Software)Network virtual terminal (Software)
 File transfer, access and managementFile transfer, access and management
 Mail servicesMail services
 Directory services (access to distributed database sources for global information about variousDirectory services (access to distributed database sources for global information about various
objects and servicesobjects and services))
14
DataH7
USER
(Human or Program)
To presentation layer
DataH7
Application layer
Application layer
Message Message
X.500 FTAM X.400
X.500 FTAM X.400
From presentation layer
USER
(Human or Program)
THE ENDTHE END
15

More Related Content

What's hot

TCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionTCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionShubham Khedekar
 
OSI model (7 LAYER )
OSI model (7 LAYER )OSI model (7 LAYER )
OSI model (7 LAYER )AAKASH S
 
THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL AMIT GUPTA
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layerNaiyan Noor
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)NetProtocol Xpert
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference ModelMukesh Tekwani
 
Networking Devices
Networking DevicesNetworking Devices
Networking DevicesNitin16498
 
TCP/IP Network ppt
TCP/IP Network pptTCP/IP Network ppt
TCP/IP Network pptextraganesh
 
Data Communication and Networking
Data Communication and NetworkingData Communication and Networking
Data Communication and NetworkingAnjan Mahanta
 
OSI Network model ppt
OSI Network model pptOSI Network model ppt
OSI Network model pptextraganesh
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)k33a
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networksguesta81d4b
 

What's hot (20)

TCP and UDP
TCP and UDP TCP and UDP
TCP and UDP
 
TCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionTCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer Description
 
Osi model
Osi modelOsi model
Osi model
 
OSI model (7 LAYER )
OSI model (7 LAYER )OSI model (7 LAYER )
OSI model (7 LAYER )
 
Issues in Data Link Layer
Issues in Data Link LayerIssues in Data Link Layer
Issues in Data Link Layer
 
5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
 
THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL
 
OSI reference model
OSI reference modelOSI reference model
OSI reference model
 
Transport layer
Transport layer Transport layer
Transport layer
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference Model
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
TCP/IP Network ppt
TCP/IP Network pptTCP/IP Network ppt
TCP/IP Network ppt
 
Data Communication and Networking
Data Communication and NetworkingData Communication and Networking
Data Communication and Networking
 
OSI Network model ppt
OSI Network model pptOSI Network model ppt
OSI Network model ppt
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
 
TCP/ IP
TCP/ IP TCP/ IP
TCP/ IP
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 

Similar to OSI 7 Layer Model

OSI reference model
OSI reference modelOSI reference model
OSI reference modelIshan Udyoga
 
Data Communication and Computer Networking Part # 2
Data Communication and Computer Networking Part # 2Data Communication and Computer Networking Part # 2
Data Communication and Computer Networking Part # 2Quaid-i-Azam University
 
OSI REFERENCE LAYERS
OSI REFERENCE LAYERSOSI REFERENCE LAYERS
OSI REFERENCE LAYERSAshok Virath
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI modelManjeet MN
 
A Technical Seminar on OSI model
A Technical Seminar on OSI modelA Technical Seminar on OSI model
A Technical Seminar on OSI modelLikan Patra
 
Osi week10(1) [autosaved] by Gulshan K Maheshwari(QAU)
Osi week10(1) [autosaved] by Gulshan  K Maheshwari(QAU)Osi week10(1) [autosaved] by Gulshan  K Maheshwari(QAU)
Osi week10(1) [autosaved] by Gulshan K Maheshwari(QAU)GulshanKumar368
 
Conceptos basicos de redes
Conceptos basicos de redesConceptos basicos de redes
Conceptos basicos de redesFranke Boy
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA Aiman Hud
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of NetworkingMukesh Tekwani
 
Dc lec-06 & 07 (osi model)
Dc lec-06 & 07 (osi model)Dc lec-06 & 07 (osi model)
Dc lec-06 & 07 (osi model)diaryinc
 

Similar to OSI 7 Layer Model (20)

Osi model in networking
Osi model in networkingOsi model in networking
Osi model in networking
 
Osi model in networking
Osi model in networkingOsi model in networking
Osi model in networking
 
OSI Model
OSI ModelOSI Model
OSI Model
 
OSI reference model
OSI reference modelOSI reference model
OSI reference model
 
Data Communication and Computer Networking Part # 2
Data Communication and Computer Networking Part # 2Data Communication and Computer Networking Part # 2
Data Communication and Computer Networking Part # 2
 
OSI REFERENCE LAYERS
OSI REFERENCE LAYERSOSI REFERENCE LAYERS
OSI REFERENCE LAYERS
 
Ch 2 network
Ch 2 networkCh 2 network
Ch 2 network
 
Osireferencemodel
OsireferencemodelOsireferencemodel
Osireferencemodel
 
3. osi model
3. osi model3. osi model
3. osi model
 
Bhargavi osi
Bhargavi osiBhargavi osi
Bhargavi osi
 
Lecture 05
Lecture 05Lecture 05
Lecture 05
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
 
osi model.pptx
osi model.pptxosi model.pptx
osi model.pptx
 
osi vs tcp/ip
osi vs tcp/iposi vs tcp/ip
osi vs tcp/ip
 
A Technical Seminar on OSI model
A Technical Seminar on OSI modelA Technical Seminar on OSI model
A Technical Seminar on OSI model
 
Osi week10(1) [autosaved] by Gulshan K Maheshwari(QAU)
Osi week10(1) [autosaved] by Gulshan  K Maheshwari(QAU)Osi week10(1) [autosaved] by Gulshan  K Maheshwari(QAU)
Osi week10(1) [autosaved] by Gulshan K Maheshwari(QAU)
 
Conceptos basicos de redes
Conceptos basicos de redesConceptos basicos de redes
Conceptos basicos de redes
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
 
Dc lec-06 & 07 (osi model)
Dc lec-06 & 07 (osi model)Dc lec-06 & 07 (osi model)
Dc lec-06 & 07 (osi model)
 

More from Pritom Chaki

Blockchain Technology and its Business Application
Blockchain Technology and  its Business ApplicationBlockchain Technology and  its Business Application
Blockchain Technology and its Business ApplicationPritom Chaki
 
Matrix and It's Applications
Matrix and It's ApplicationsMatrix and It's Applications
Matrix and It's ApplicationsPritom Chaki
 
Social Media & Privacy in Bangladesh
Social Media & Privacy in BangladeshSocial Media & Privacy in Bangladesh
Social Media & Privacy in BangladeshPritom Chaki
 
Leadership of Lord Krishna
Leadership of Lord Krishna Leadership of Lord Krishna
Leadership of Lord Krishna Pritom Chaki
 
Presentation skill-development (BUP)
Presentation skill-development (BUP)Presentation skill-development (BUP)
Presentation skill-development (BUP)Pritom Chaki
 
Global and local alignment (bioinformatics)
Global and local alignment (bioinformatics)Global and local alignment (bioinformatics)
Global and local alignment (bioinformatics)Pritom Chaki
 
Transmission media (data communication)
Transmission media (data communication)Transmission media (data communication)
Transmission media (data communication)Pritom Chaki
 
Object Orinted Programing(OOP) concepts \
Object Orinted Programing(OOP) concepts \Object Orinted Programing(OOP) concepts \
Object Orinted Programing(OOP) concepts \Pritom Chaki
 
Object Oriented Programing JAVA presentaion
Object Oriented Programing JAVA presentaionObject Oriented Programing JAVA presentaion
Object Oriented Programing JAVA presentaionPritom Chaki
 

More from Pritom Chaki (9)

Blockchain Technology and its Business Application
Blockchain Technology and  its Business ApplicationBlockchain Technology and  its Business Application
Blockchain Technology and its Business Application
 
Matrix and It's Applications
Matrix and It's ApplicationsMatrix and It's Applications
Matrix and It's Applications
 
Social Media & Privacy in Bangladesh
Social Media & Privacy in BangladeshSocial Media & Privacy in Bangladesh
Social Media & Privacy in Bangladesh
 
Leadership of Lord Krishna
Leadership of Lord Krishna Leadership of Lord Krishna
Leadership of Lord Krishna
 
Presentation skill-development (BUP)
Presentation skill-development (BUP)Presentation skill-development (BUP)
Presentation skill-development (BUP)
 
Global and local alignment (bioinformatics)
Global and local alignment (bioinformatics)Global and local alignment (bioinformatics)
Global and local alignment (bioinformatics)
 
Transmission media (data communication)
Transmission media (data communication)Transmission media (data communication)
Transmission media (data communication)
 
Object Orinted Programing(OOP) concepts \
Object Orinted Programing(OOP) concepts \Object Orinted Programing(OOP) concepts \
Object Orinted Programing(OOP) concepts \
 
Object Oriented Programing JAVA presentaion
Object Oriented Programing JAVA presentaionObject Oriented Programing JAVA presentaion
Object Oriented Programing JAVA presentaion
 

Recently uploaded

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 

OSI 7 Layer Model

  • 1. WELCOME TO OURWELCOME TO OUR PRESENTATIONPRESENTATION 1
  • 4. INTRODUCTIONINTRODUCTION International standard organization (ISO) established a committeeInternational standard organization (ISO) established a committee in 1977 to develop an architecture for systemsin 1977 to develop an architecture for systems communication.communication. Open System Interconnection (OSI) reference model is theOpen System Interconnection (OSI) reference model is the result of this effort.result of this effort. This model allows any two different systems to communicateThis model allows any two different systems to communicate regardless of their underlying architecture.regardless of their underlying architecture. 4
  • 5. CONT..CONT.. The OSI model describes how data flows from one computer, throughThe OSI model describes how data flows from one computer, through a network to another computer.a network to another computer. The OSI model is not a protocol; it is a model for understanding andThe OSI model is not a protocol; it is a model for understanding and designing a network architecture that is flexible and robust.designing a network architecture that is flexible and robust. The OSI model consists of seven separate but related layers, each ofThe OSI model consists of seven separate but related layers, each of which defines a part of the process of moving information across awhich defines a part of the process of moving information across a network.network. 5
  • 6. 6 APPLICATIONAPPLICATION PRESENTATIONPRESENTATION SESSIONSESSION TRANSPORTTRANSPORT NETWORKNETWORK DATA LINKDATA LINK PHYSICALPHYSICAL APPLICATIONAPPLICATION PRESENTATIONPRESENTATION SESSIONSESSION TRANSPORTTRANSPORT NETWORKNETWORK DATA LINKDATA LINK PHYSICALPHYSICAL MIDDLE LAYER MIDDLE LAYER HIGHER LAYER HIGHER LAYER Application to Application Application to Application Application to Application Process to Process LOWER LAYER LOWER LAYER Hop to Hop Switch Hop to Hop Physical Medium Hub and Repeater Router Source to Destination Source to Destination OSI Model's 7 LayersOSI Model's 7 Layers
  • 7. HOST AND MEDIA LAYERHOST AND MEDIA LAYER 7
  • 8. PHYSICAL LAYERPHYSICAL LAYER  One of the major function of the physical layer is to move data in the form of electromagnetic signals acrossOne of the major function of the physical layer is to move data in the form of electromagnetic signals across a transmission medium.a transmission medium.  Its responsible for movements of individual bits from one hop (Node) to next.Its responsible for movements of individual bits from one hop (Node) to next.  Both data and the signals can be eitherBoth data and the signals can be either analoganalog oror digitaldigital..  Transmission media work by conducting energy along a physical path which can be wired or wirelessTransmission media work by conducting energy along a physical path which can be wired or wireless  Concerned:Concerned:  Physical characteristics of interface and mediumPhysical characteristics of interface and medium (Transmission medium)(Transmission medium)  Representation of bitsRepresentation of bits (stream of bits (0s or 1s) with no interpretation and encoded into signals)(stream of bits (0s or 1s) with no interpretation and encoded into signals)  Data rateData rate (duration of a bit, which is how long it last)(duration of a bit, which is how long it last)  Synchronization of bitsSynchronization of bits (sender and receivers clock must be synchronized)(sender and receivers clock must be synchronized)  Line configurationLine configuration (Point-to-Point, Point-to-Multipoint)(Point-to-Point, Point-to-Multipoint)  Physical topologyPhysical topology  Transmission modeTransmission mode (Simplex, half duplex, full duplex)(Simplex, half duplex, full duplex) 8 10101000000010111110 From data link layer 10101000000010111110 To data link layer Physical layer Physical layer Transmission medium
  • 9. DATA LINK LAYERDATA LINK LAYER (HOST TO HOST)(HOST TO HOST)  Data link layer is responsible for moving frames from one hop (Node) to the next.Data link layer is responsible for moving frames from one hop (Node) to the next.  Concerned:Concerned:  FramingFraming (stream of bits into manageable data units)(stream of bits into manageable data units)  Physical addressingPhysical addressing (MAC Address)(MAC Address)  Flow ControlFlow Control (mechanism for overwhelming the receiver)(mechanism for overwhelming the receiver)  Error ControlError Control (trailer, retransmission)(trailer, retransmission)  Access ControlAccess Control (defining master device in the same link)(defining master device in the same link) 9 DataH2 T2 From network layer DataH2 T2 To network layer To physical layer From physical layer Data link layer Data link layer
  • 10. NETWORK LAYERNETWORK LAYER (SOURCE TO DESTINATION)(SOURCE TO DESTINATION) • The network layer is responsible for the delivery of individual packets from theThe network layer is responsible for the delivery of individual packets from the source host to the destination host.source host to the destination host. • Concerned:Concerned: • Logical addressingLogical addressing (IP Address)(IP Address) • RoutingRouting (Source to destination transmission between networks)(Source to destination transmission between networks) 10 DataH3 Packet From transport layer To data link layer DataH3 Packet To transport layer From data link layer Network layer Network layer
  • 11. TRANSPORT LAYERTRANSPORT LAYER (PROCESS TO PROCESS)(PROCESS TO PROCESS)  The transport layer is responsible for the delivery of a message from one process toThe transport layer is responsible for the delivery of a message from one process to anotheranother  Concerned:Concerned:  Service-point addressing (Port address)Service-point addressing (Port address)  Segmentation and reassembly (Sequence number)Segmentation and reassembly (Sequence number)  Connection control (Connectionless or connection oriented)Connection control (Connectionless or connection oriented)  Flow control (end to end)Flow control (end to end)  Error Control (Process to Process)Error Control (Process to Process) 11 SegmentsSegments DataH4 From session layer To network layer Transport layer DataH4 DataH4 SegmentsSegments DataH4 From session layer From network layer Transport layerDataH4 DataH4
  • 12. SESSION LAYERSESSION LAYER (DIALOG INITIATION)(DIALOG INITIATION) The session layer is responsible for dialog control and synchronizationThe session layer is responsible for dialog control and synchronization  Concerned:Concerned:  Dialog Control (Half Duplex/Full duplex)Dialog Control (Half Duplex/Full duplex)  Synchronization (Synchronization points, process inline within same pageSynchronization (Synchronization points, process inline within same page)) 12 DataH5 From Presentation layer To transport layer Data Data Syn Syn Syn DataH5 To Presentation layer From transport layer Data Data Syn Syn Syn Session layer Session layer
  • 13. PRESENTATION LAYERPRESENTATION LAYER (DEPENDENCY)(DEPENDENCY)  The presentation layer is responsible for translation, compression and encryptionThe presentation layer is responsible for translation, compression and encryption  Concerned:Concerned:  Translation (interoperability between different encoding system)Translation (interoperability between different encoding system)  Encryption (Privacy schemes)Encryption (Privacy schemes)  Compression (data compression)Compression (data compression) 13 DataH6 From application layer To session layer DataH6 To application layer From session layer presentation layer presentation layer
  • 14. APPLICATION LAYERAPPLICATION LAYER (USER LEVEL SERVICE)(USER LEVEL SERVICE)  The application layer is responsible for providing services to the user.The application layer is responsible for providing services to the user.  Concerned:Concerned:  Network virtual terminal (Software)Network virtual terminal (Software)  File transfer, access and managementFile transfer, access and management  Mail servicesMail services  Directory services (access to distributed database sources for global information about variousDirectory services (access to distributed database sources for global information about various objects and servicesobjects and services)) 14 DataH7 USER (Human or Program) To presentation layer DataH7 Application layer Application layer Message Message X.500 FTAM X.400 X.500 FTAM X.400 From presentation layer USER (Human or Program)