SlideShare a Scribd company logo
1 of 31
© N. Ganesan, Ph.D. , All rights reserved.
Chapter
OSI Reference Model
ISO and OSI Defined
• ISO
– International Standards Organization
• OSI
– Open Systems Interconnect/interface
OSI Model Background
• OSI model Introduced in 1978 and
revised in 1984 by ISO
• It is first standardization of protocol of
N/W.
• It is also called OSI because it connect
open system.
• Open system means a system that is
open for communication with other
system.
OSI Model Background
• It give set of rules , how to different
n/w communicate with each other.
• It used layered approach because it
divide work and assign work to each
layer.
• Protocol is used to implement specific
task.
• Protocol is set of rules.
OSI Model Background
• OSI model is called reference model
because it provide reference to
implement network communication.
• It tell just what each layer should do.
• OSI is not a physical model, it is set of
guideline that application developer
can use to create and implement
applications that can run on network.
The Layered Approach to
Communication
7. Application
6. Presentation
5. Session
4. Transport
3. Network
2. Data Link
1. Physical
Division of Layers
Upper Layers
Lower Layers
Middle Layer
7. Application
6. Presentation
5. Session
4. Transport
3. Network
2. Data Link
1. Physical
The Function of a Layer
• Each layer deals with one aspect of
networking
– Ex. Layer 1 deals with the communication media
• Each layer communicates with the adjacent
layers
– In both directions
– Ex: Network layer communicates with:
• Transport layer
• Data Link layer
• Each layer formats the data packet
– Ex: Adds or remove header
Role of Layers
7. Application
6. Presentation
1. Physical
Node A
Data Out
Data In
To/from
Node B
The Role of Layers in Point-to-
point Communication
7. Application
1. Physical
7. Application
1.Physical
Node a Node b
7. Application Layer function
• This layer provide user interface and
support services.
• It allow user to direct access to
application and n/w services.
• Services include web service(HTTP),
mail service(SMTP,POP3, IMAP), telnet
services(remote login), file service(FTP,
TFTP)
6. Presentation Layer function
• Data formatting is done by this layer
• Presentation layer is responsible for
data encoding/decoding,
encryption/decryption,
compression/decompression
• It is also responsible for user
authentication
• It is also responsible for translation
services
5. Session Layer Function
• Session layer is dialog controller.
• Session layer establish, maintain, and
terminate session between two systems.
• It is also provide synchronization
service.
• Session layer decide transmission type
like.. Simplex, half-duplex, full duplex.
4. Transport Layer Function
• It provide transport( transport
provider).
• It provide end to end connection via
virtual circuit.
• It is responsible for connection less and
connection oriented communication.
• It is also responsible for error detection,
error correction(data recovery), flow
control.
4. Transport Layer Function
• Message is divided into transmittable
segment and reassemble.
• Connection oriented communication is
reliable, secure and provide ack.
Ex. TCP
• Connection less communication is not
reliable, secure and does not provide
ack.
Ex.UDP
3. Network Layer Function
• This layer is responsible for routing.
• Routing means communication
between different network.
• It provide logical addressing which
router use for path determination.
• Using IP, it manage device addressing,
track the address of the devices on the
network and determine the best path to
data transfer.
• It is also responsible for IP to MAC and
Mac to IP Mapping.
2. Data Link Layer Function
• Data link layer is responsible for taking
packet from network layer and put it on
network media .
• It convert packet into frame and vise
versa.
• Data link layer has two sub layers.
1). Logic link control.(LLC)
2). Media access layer(MAC).
Data Link Layer Subdivision
• Logical Link Control (LLC) work on IP
– It identify network layer protocol and tells
what to do once frame received.
– Error and flow control
• Media Access Control (MAC) work on
MAC
– It provide access to media using Mac
address.
– It define how to put frame on the media.
– Error detection and error correction , flow
control.
1. Physical Layer Function
• It is responsible for transmit bits over
media.
– Carry data from the h higher layers
• It define following characteristics.
– Electrical
– Mechanical
– Functional
– Example: specify voltage, pin out of cable.
Media Access Control
Application
• Network Interface Card driver
NETWORK
SOFTWARE
NETWORK
CARD
NIC Driver
facilitates data
transfer
Summary of layers
Layer Operations
• At each layer, additional information is
added to the data packet
• An example would be information
related to the IP protocol that is added
at Layer 3
Formatting of Data Through the
Layers
Application Header Presentation Header Session Header
Transport HeaderNetwork Header
Data Link Header and Trailer Physical Frame Preamble
Data formatting
Packet : General Format
Header Trailer
Data
A general concept of packets serves as a prerequisite to
the understanding of the ISO-OSI model.
Some Header Information Added at
Various Layers
• Packet arrival information
• Receiver’s address
• Sender’s address
• Synchronization character
Data
• Actual data
• May contain error correction code
– Performed on individual characters of the data
– Example: Parity
• Size may vary
– Depending on the protocol
– Example
• 802.3 specifies range of data packet length
Tasks involved in sending letter
7 Layers
7. Application Layer
6. Presentation Layer
5. Session Layer
4. Transport Layer
3. Network Layer
2. Data Link Layer
1. Physical Layer
All
People
Seem
To
Need
Data
Processing
How Does It All Work Together
• Each layer contains a Protocol Data Unit
(PDU)
– PDU’s are used for peer-to-peer contact
between corresponding layers.
– Data is handled by the top three layers, then
Segmented by the Transport layer.
– The Network layer places it into packets and
the Data Link frames the packets for
transmission.
– Physical layer converts it to bits and sends it
out over the media.
– The receiving computer reverses the process
using the information contained in the PDU.
2
Layer 7 Application All user access and net services
Layer 6 Presentation People data formatting
Layer 5 Session Seem Dialogues controller
Layer 4 Transport To Computer Segment TCP and UDP,IPX end to end transport ation and Quality of Servic
Layer 3 Network Need
Router, brouter,
layer 3 switch
Packet
Routable Protocols. (IP,
IPX, AppleTalk) routing
protocol(rip, igrp) IGMP
ICMP, ARP, RARP
ip addressind Path Selection, routing
Data Protocols Words to Remember
OSI
Model
Layer
Pneumonic devices
OSI Model
layer and
har
Layer 1 Physical Processing
Repeater, Hub
(Multi-port),
Cabling
Bit
Layer 2 Data
Bridge (2 Ports) or
Switch and NIC,
intelligent hub
Frame
Data Link
-MAC
-LLC
protocol defined by
underlying network
bit transmission over media
Computer Data
FTP, Telnet, SMTP,
SNMP, DNS
making bits to frame and host to host delievery
protocol defined by
underlying network

More Related Content

What's hot (20)

Information theory
Information theoryInformation theory
Information theory
 
USB Universal Serial Bus
USB Universal Serial BusUSB Universal Serial Bus
USB Universal Serial Bus
 
OSI MODEL
OSI MODELOSI MODEL
OSI MODEL
 
Chapter - 1
Chapter - 1Chapter - 1
Chapter - 1
 
Cyber Espionage Against Georgian Government
Cyber Espionage Against Georgian Government Cyber Espionage Against Georgian Government
Cyber Espionage Against Georgian Government
 
Osi model
Osi modelOsi model
Osi model
 
02 protocols and tcp-ip
02 protocols and tcp-ip02 protocols and tcp-ip
02 protocols and tcp-ip
 
Processes, Threads and Scheduler
Processes, Threads and SchedulerProcesses, Threads and Scheduler
Processes, Threads and Scheduler
 
OSI model
OSI modelOSI model
OSI model
 
Osi
OsiOsi
Osi
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Interprocess communication
Interprocess communicationInterprocess communication
Interprocess communication
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocol
 
TCP IP Model | Computer Science
TCP IP Model | Computer ScienceTCP IP Model | Computer Science
TCP IP Model | Computer Science
 
MVA slides lesson 1
MVA slides lesson 1MVA slides lesson 1
MVA slides lesson 1
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
 
OSI MODEL AND ITS PROTOCOL
OSI MODEL AND ITS PROTOCOLOSI MODEL AND ITS PROTOCOL
OSI MODEL AND ITS PROTOCOL
 
ISP AND ITS ARCHITECTURE.
ISP AND ITS ARCHITECTURE.ISP AND ITS ARCHITECTURE.
ISP AND ITS ARCHITECTURE.
 
Ethernet and token ring
Ethernet and token ringEthernet and token ring
Ethernet and token ring
 
Ethernet,token ring
Ethernet,token ring Ethernet,token ring
Ethernet,token ring
 

Viewers also liked

The White Legacy--Generation 2, Chapter 2
The White Legacy--Generation 2, Chapter 2The White Legacy--Generation 2, Chapter 2
The White Legacy--Generation 2, Chapter 2Keika20
 
The White Legacy--Generation 6, Chapter 3
The White Legacy--Generation 6, Chapter 3The White Legacy--Generation 6, Chapter 3
The White Legacy--Generation 6, Chapter 3Keika20
 
The White Legacy--Generation 8, Chapter 2
The White Legacy--Generation 8, Chapter 2The White Legacy--Generation 8, Chapter 2
The White Legacy--Generation 8, Chapter 2Keika20
 
The White Legacy: Vis's Bachelor Challenge, Day 3
The White Legacy: Vis's Bachelor Challenge, Day 3The White Legacy: Vis's Bachelor Challenge, Day 3
The White Legacy: Vis's Bachelor Challenge, Day 3Keika20
 
The White Legacy--Generation 4, Chapter 2
The White Legacy--Generation 4, Chapter 2The White Legacy--Generation 4, Chapter 2
The White Legacy--Generation 4, Chapter 2Keika20
 
Wynter Wonderland: Chapter 13
Wynter Wonderland: Chapter 13Wynter Wonderland: Chapter 13
Wynter Wonderland: Chapter 13Keika20
 
Content strategy: Getting your content to work for you
Content strategy: Getting your content to work for youContent strategy: Getting your content to work for you
Content strategy: Getting your content to work for youContent That Clicks
 
The White Legacy--Generation 5, College (Part 1)
The White Legacy--Generation 5, College (Part 1)The White Legacy--Generation 5, College (Part 1)
The White Legacy--Generation 5, College (Part 1)Keika20
 
The White Legacy--Generation 8, Chapter 1
The White Legacy--Generation 8, Chapter 1The White Legacy--Generation 8, Chapter 1
The White Legacy--Generation 8, Chapter 1Keika20
 
Financial statements 5
Financial statements 5Financial statements 5
Financial statements 5FaBEducation
 
Signal estimation with different error metrics
Signal estimation with different error metricsSignal estimation with different error metrics
Signal estimation with different error metricsJin Tan
 
金華36!真幸福!金滿意
金華36!真幸福!金滿意金華36!真幸福!金滿意
金華36!真幸福!金滿意Pen Ling Huang
 
Hopping towards a bright future in the United States. Schools in the United S...
Hopping towards a bright future in the United States. Schools in the United S...Hopping towards a bright future in the United States. Schools in the United S...
Hopping towards a bright future in the United States. Schools in the United S...La'Brenia Jordan
 
Financial statements 2
Financial statements 2Financial statements 2
Financial statements 2FaBEducation
 
presentation of meet
presentation of meetpresentation of meet
presentation of meetmeetrajput
 

Viewers also liked (20)

The White Legacy--Generation 2, Chapter 2
The White Legacy--Generation 2, Chapter 2The White Legacy--Generation 2, Chapter 2
The White Legacy--Generation 2, Chapter 2
 
The White Legacy--Generation 6, Chapter 3
The White Legacy--Generation 6, Chapter 3The White Legacy--Generation 6, Chapter 3
The White Legacy--Generation 6, Chapter 3
 
The White Legacy--Generation 8, Chapter 2
The White Legacy--Generation 8, Chapter 2The White Legacy--Generation 8, Chapter 2
The White Legacy--Generation 8, Chapter 2
 
Spiderman
SpidermanSpiderman
Spiderman
 
The White Legacy: Vis's Bachelor Challenge, Day 3
The White Legacy: Vis's Bachelor Challenge, Day 3The White Legacy: Vis's Bachelor Challenge, Day 3
The White Legacy: Vis's Bachelor Challenge, Day 3
 
Classificasion
ClassificasionClassificasion
Classificasion
 
The White Legacy--Generation 4, Chapter 2
The White Legacy--Generation 4, Chapter 2The White Legacy--Generation 4, Chapter 2
The White Legacy--Generation 4, Chapter 2
 
Video palestin
Video palestinVideo palestin
Video palestin
 
Great Himalayan Trail Nepal
Great Himalayan Trail NepalGreat Himalayan Trail Nepal
Great Himalayan Trail Nepal
 
Wynter Wonderland: Chapter 13
Wynter Wonderland: Chapter 13Wynter Wonderland: Chapter 13
Wynter Wonderland: Chapter 13
 
Content strategy: Getting your content to work for you
Content strategy: Getting your content to work for youContent strategy: Getting your content to work for you
Content strategy: Getting your content to work for you
 
The White Legacy--Generation 5, College (Part 1)
The White Legacy--Generation 5, College (Part 1)The White Legacy--Generation 5, College (Part 1)
The White Legacy--Generation 5, College (Part 1)
 
The White Legacy--Generation 8, Chapter 1
The White Legacy--Generation 8, Chapter 1The White Legacy--Generation 8, Chapter 1
The White Legacy--Generation 8, Chapter 1
 
Financial statements 5
Financial statements 5Financial statements 5
Financial statements 5
 
Signal estimation with different error metrics
Signal estimation with different error metricsSignal estimation with different error metrics
Signal estimation with different error metrics
 
Dinosaur
DinosaurDinosaur
Dinosaur
 
金華36!真幸福!金滿意
金華36!真幸福!金滿意金華36!真幸福!金滿意
金華36!真幸福!金滿意
 
Hopping towards a bright future in the United States. Schools in the United S...
Hopping towards a bright future in the United States. Schools in the United S...Hopping towards a bright future in the United States. Schools in the United S...
Hopping towards a bright future in the United States. Schools in the United S...
 
Financial statements 2
Financial statements 2Financial statements 2
Financial statements 2
 
presentation of meet
presentation of meetpresentation of meet
presentation of meet
 

Similar to OSI Reerence Model

Similar to OSI Reerence Model (20)

Computer networks chapter1.
Computer networks chapter1.Computer networks chapter1.
Computer networks chapter1.
 
open system interconnection referencemodel.ppt
open system interconnection referencemodel.pptopen system interconnection referencemodel.ppt
open system interconnection referencemodel.ppt
 
CN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.pptCN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.ppt
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
 
PC 106 PPT-06
PC 106 PPT-06PC 106 PPT-06
PC 106 PPT-06
 
Osi
OsiOsi
Osi
 
1_Operating System.ppt
1_Operating System.ppt1_Operating System.ppt
1_Operating System.ppt
 
7 layers of osi models
7 layers of osi models7 layers of osi models
7 layers of osi models
 
Networking (osi model)
Networking (osi model)Networking (osi model)
Networking (osi model)
 
Overview of an OSI reference Model
Overview of an OSI reference ModelOverview of an OSI reference Model
Overview of an OSI reference Model
 
Sargation university's open system interconnection
Sargation university's open system interconnectionSargation university's open system interconnection
Sargation university's open system interconnection
 
ITFT_Osi reference model
ITFT_Osi reference modelITFT_Osi reference model
ITFT_Osi reference model
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
 
Osi model
Osi modelOsi model
Osi model
 
Ajal 7 osi layers
Ajal 7 osi layersAjal 7 osi layers
Ajal 7 osi layers
 
MMI - OSI.ppt
MMI - OSI.pptMMI - OSI.ppt
MMI - OSI.ppt
 
OSI.pptx
OSI.pptxOSI.pptx
OSI.pptx
 
osi.ppt
osi.pptosi.ppt
osi.ppt
 
osi.ppt
osi.pptosi.ppt
osi.ppt
 
osi.ppt
osi.pptosi.ppt
osi.ppt
 

Recently uploaded

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Recently uploaded (20)

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

OSI Reerence Model

  • 1. © N. Ganesan, Ph.D. , All rights reserved. Chapter OSI Reference Model
  • 2. ISO and OSI Defined • ISO – International Standards Organization • OSI – Open Systems Interconnect/interface
  • 3. OSI Model Background • OSI model Introduced in 1978 and revised in 1984 by ISO • It is first standardization of protocol of N/W. • It is also called OSI because it connect open system. • Open system means a system that is open for communication with other system.
  • 4. OSI Model Background • It give set of rules , how to different n/w communicate with each other. • It used layered approach because it divide work and assign work to each layer. • Protocol is used to implement specific task. • Protocol is set of rules.
  • 5. OSI Model Background • OSI model is called reference model because it provide reference to implement network communication. • It tell just what each layer should do. • OSI is not a physical model, it is set of guideline that application developer can use to create and implement applications that can run on network.
  • 6. The Layered Approach to Communication 7. Application 6. Presentation 5. Session 4. Transport 3. Network 2. Data Link 1. Physical
  • 7. Division of Layers Upper Layers Lower Layers Middle Layer 7. Application 6. Presentation 5. Session 4. Transport 3. Network 2. Data Link 1. Physical
  • 8. The Function of a Layer • Each layer deals with one aspect of networking – Ex. Layer 1 deals with the communication media • Each layer communicates with the adjacent layers – In both directions – Ex: Network layer communicates with: • Transport layer • Data Link layer • Each layer formats the data packet – Ex: Adds or remove header
  • 9. Role of Layers 7. Application 6. Presentation 1. Physical Node A Data Out Data In To/from Node B
  • 10. The Role of Layers in Point-to- point Communication 7. Application 1. Physical 7. Application 1.Physical Node a Node b
  • 11. 7. Application Layer function • This layer provide user interface and support services. • It allow user to direct access to application and n/w services. • Services include web service(HTTP), mail service(SMTP,POP3, IMAP), telnet services(remote login), file service(FTP, TFTP)
  • 12. 6. Presentation Layer function • Data formatting is done by this layer • Presentation layer is responsible for data encoding/decoding, encryption/decryption, compression/decompression • It is also responsible for user authentication • It is also responsible for translation services
  • 13. 5. Session Layer Function • Session layer is dialog controller. • Session layer establish, maintain, and terminate session between two systems. • It is also provide synchronization service. • Session layer decide transmission type like.. Simplex, half-duplex, full duplex.
  • 14. 4. Transport Layer Function • It provide transport( transport provider). • It provide end to end connection via virtual circuit. • It is responsible for connection less and connection oriented communication. • It is also responsible for error detection, error correction(data recovery), flow control.
  • 15. 4. Transport Layer Function • Message is divided into transmittable segment and reassemble. • Connection oriented communication is reliable, secure and provide ack. Ex. TCP • Connection less communication is not reliable, secure and does not provide ack. Ex.UDP
  • 16. 3. Network Layer Function • This layer is responsible for routing. • Routing means communication between different network. • It provide logical addressing which router use for path determination. • Using IP, it manage device addressing, track the address of the devices on the network and determine the best path to data transfer. • It is also responsible for IP to MAC and Mac to IP Mapping.
  • 17. 2. Data Link Layer Function • Data link layer is responsible for taking packet from network layer and put it on network media . • It convert packet into frame and vise versa. • Data link layer has two sub layers. 1). Logic link control.(LLC) 2). Media access layer(MAC).
  • 18. Data Link Layer Subdivision • Logical Link Control (LLC) work on IP – It identify network layer protocol and tells what to do once frame received. – Error and flow control • Media Access Control (MAC) work on MAC – It provide access to media using Mac address. – It define how to put frame on the media. – Error detection and error correction , flow control.
  • 19. 1. Physical Layer Function • It is responsible for transmit bits over media. – Carry data from the h higher layers • It define following characteristics. – Electrical – Mechanical – Functional – Example: specify voltage, pin out of cable.
  • 20. Media Access Control Application • Network Interface Card driver NETWORK SOFTWARE NETWORK CARD NIC Driver facilitates data transfer
  • 22. Layer Operations • At each layer, additional information is added to the data packet • An example would be information related to the IP protocol that is added at Layer 3
  • 23. Formatting of Data Through the Layers Application Header Presentation Header Session Header Transport HeaderNetwork Header Data Link Header and Trailer Physical Frame Preamble
  • 25. Packet : General Format Header Trailer Data A general concept of packets serves as a prerequisite to the understanding of the ISO-OSI model.
  • 26. Some Header Information Added at Various Layers • Packet arrival information • Receiver’s address • Sender’s address • Synchronization character
  • 27. Data • Actual data • May contain error correction code – Performed on individual characters of the data – Example: Parity • Size may vary – Depending on the protocol – Example • 802.3 specifies range of data packet length
  • 28. Tasks involved in sending letter
  • 29. 7 Layers 7. Application Layer 6. Presentation Layer 5. Session Layer 4. Transport Layer 3. Network Layer 2. Data Link Layer 1. Physical Layer All People Seem To Need Data Processing
  • 30. How Does It All Work Together • Each layer contains a Protocol Data Unit (PDU) – PDU’s are used for peer-to-peer contact between corresponding layers. – Data is handled by the top three layers, then Segmented by the Transport layer. – The Network layer places it into packets and the Data Link frames the packets for transmission. – Physical layer converts it to bits and sends it out over the media. – The receiving computer reverses the process using the information contained in the PDU. 2
  • 31. Layer 7 Application All user access and net services Layer 6 Presentation People data formatting Layer 5 Session Seem Dialogues controller Layer 4 Transport To Computer Segment TCP and UDP,IPX end to end transport ation and Quality of Servic Layer 3 Network Need Router, brouter, layer 3 switch Packet Routable Protocols. (IP, IPX, AppleTalk) routing protocol(rip, igrp) IGMP ICMP, ARP, RARP ip addressind Path Selection, routing Data Protocols Words to Remember OSI Model Layer Pneumonic devices OSI Model layer and har Layer 1 Physical Processing Repeater, Hub (Multi-port), Cabling Bit Layer 2 Data Bridge (2 Ports) or Switch and NIC, intelligent hub Frame Data Link -MAC -LLC protocol defined by underlying network bit transmission over media Computer Data FTP, Telnet, SMTP, SNMP, DNS making bits to frame and host to host delievery protocol defined by underlying network