OSI Reference Model
OSI Reference Model
Reference Model
Presentation Overview
Introduction
The OSI Reference Model
The OSI Model Layers and Functions
Data Encapsulation
Peer-to-Peer Communications
Introduction
Significant increase in the number and overall
size of networks existed in the early 1980s.
2 Data Link
A framework used to understand
how information travels through 1 Physical
a network.
Benefits of the OSI Reference Model
Reduces complexity 7 Application
5 Session
Facilitates modular engineering
4 Transport
Ensures interoperable technology 3 Network
1 Physical
Simplifies teaching and learning
The OSI Model Layers and Functions
3 Network
2 Data Link
1 Physical
The OSI Model Layers and Functions
7 Application
1 Physical
The OSI Model Layers and Functions
7 Application
6 Presentation
2 Data Link
1 Physical
The OSI Model Layers and Functions
7 Application
6 Presentation
5 Session
1 Physical
The OSI Model Layers and Functions
7 Application
6 Presentation
5 Session
Provides reliable transfer of data across media
4 Transport Connectivity and path selection between host
systems
3 Network
7 Application
6 Presentation
5 Session
4 Transport
3 Network
Wires, connectors, voltages, data rates
2 Data Link
Source Destination
The TCP/IP Protocol Stack
Presentation Overview
TCP/IP
TCP/IP Stack Protocols and Layers
OSI Model vs. TCP/IP Protocol Stack
Internet Protocol (IP)
TCP/IP Application
Application
Transport
Includes the session and presentation layer
Internet details
Handles high level protocols, issues of
Network Access representation, encoding, and dialog control
Common TCP/IP Protocols
TCP UDP
IP
Application
Transport
Internet
Deals with the quality of service issues of
Network Access reliability, flow control, and error correction.
TCP/IP Stack Protocols and Layers
Application
Transport
Internet
Network Access
Responsible for sending source packets from
any network on the internetwork and have
them arrive at the destination independent of
the path and networks they took to get there.
TCP/IP Stack Protocols and Layers
Application
Transport
Internet
Network Access
6 Presentation Application
5 Session
4 Transport Transport
3 Network Internet
2 Data Link
Network Access
1 Physical
Similarities:
Both have layers
Both have Application Layers, though they include
very different services
Both have comparable Transport and Network Layers
Packet-switched (not circuit-switched) technology is
assumed
Networking professionals need to know both
OSI Model vs. TCP/IP Protocol Stack
Differences:
TCP/IP combines the Presentation and Session Layer
issues into its Application Layer
TCP/IP combines the OSI Data Link and Physical
Layers into one layer
TCP/IP appears simpler because it has few layers,
but the OSI Model is simpler to develop and
troubleshoot
TCP/IP protocols are the standards around to which
the Internet developed
Internet Protocol (IP)
Source
Destination
Source
Destination
Source
Destination
23 Telnet 69 TFTP
0 4 10 16 24 31
SOURCE PORT DESTINATION PORT
SEQUENCE NUMBER
ACKNOWLEDGMENT NUMBER
HLEN RESERVED CODE BITS WINDOW
CHECKSUM URGENT POINTER
PADDING
OPTIONS (IF ANY)
DATA
…
Thank You