SlideShare a Scribd company logo
©2015 Amir Jafari – www.amir-Jafari.com
Routing and Switching 200-120
2 - The TCP/IP and OSI Networking Models
The TCP/IP and OSI Networking
Models
©2015 Amir Jafari – www.amir-Jafari.com
Agenda
 Basic Ideas About Computer Networking
 TCP/IP Networking Model
 OSI Networking Model
 Comparing OSI and TCP/IP
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Perspectives on Networking
 How you use the Internet from home
 high-speed Internet connection like DSL or cable TV
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Perspectives on Networking
 Enterprise Network
 Small Office Home Office (SOHO)
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Networking Model
 Also called either a networking architecture or networking blueprint
 Networks require all the devices to follow the rules
 The networking model defines rules about how each part of the network
should work, as well as how the parts should work together
 The networking model refers to a comprehensive set of documents
 Protocol: set of logical rules that devices must follow to communicate
 Like an architectural blueprint for building a house
 Vendors build their products with some networking model
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
History Leading to TCP/IP
 Systems Network Architecture (SNA) published by IBM in 1974
 Open Systems Interconnection (OSI) networking model
 International Organization for Standardization (ISO)
 To standardize data networking protocols to allow communication between
all computers across the entire planet
 TCP/IP (Transmission Control Protocol/Internet Protocol)
 Department of Defense (DoD)
 Researchers at various universities volunteered to help further develop the
protocols
 OSI has slower formal standardization process as compared with TCP/IP
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
History Leading to TCP/IP
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Overview of the TCP/IP Networking Model
 References a large collection of protocols that allow computers to
communicate
 Requests for Comments (RFC): define a protocol
 Referring to standards or protocols created by other standards body or vendor
consortium
 Layers:
 Help people understand a networking model,
 Each model breaks the functions into a small number of categories
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Overview of the TCP/IP Networking Model
 TCP/IP actually has two alternative models
 The model on the left shows the original TCP/IP model listed in RFC 1122
 The TCP/IP model on the right is a common method used today
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Overview of the TCP/IP Networking Model
TCP/IP Architectural Model and Example
Protocols
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
TCP/IP Application Layer
 Provide services to the application software running on a computer
 The application layer does not define the application itself
 Provides an interface between software running on a computer and the
network itself
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
HTTP Overview
 HTTP (Hyper Text Transfer Protocol)
 HTTP defines how web browsers can pull the contents of a web page from a
web server
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
HTTP Protocol Mechanisms
 Uniform Resource Locators (URL)
 The full version of most web addresses
 begins with the letters “http,” which means that HTTP is used to transfer
the web pages
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
TCP/IP Transport Layer
 Transport layer protocols provide services to the application layer protocols
that reside one layer higher in the TCP/IP model
 The two most commonly used transport layer protocols :
1. Transmission Control Protocol (TCP)
2. User Datagram Protocol (UDP)
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
TCP Error Recovery Basics
 TCP/IP needs a mechanism to guarantee delivery of data across a network
 To recover from errors, TCP uses the concept of acknowledgments
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Same-Layer and Adjacent-Layer Interactions
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
TCP/IP Network Layer
 One major protocol: the Internet Protocol (IP)
 Provides several features, most importantly, addressing and routing
 TCP/IP defines two versions of IP: IP Version 4 (IPv4) and IP Version 6 (IPv6).
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Internet Protocol and the Postal Service
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Internet Protocol Addressing Basics
 TCP/IP host—needs a unique address so that it can be identified in the
network
 Defines how to group addresses together
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Internet Protocol Addressing Basics
 This style of number is called a dotted-decimal notation (DDN)
 Routers are networking devices that connect the parts of the TCP/IP network
together for the purpose of routing (forwarding) IP packets to the correct
destination
 Routers make decisions based on the IP address included with the packet
 IP host refers to any device, regardless of size or power, that has an IP
address and connects to any TCP/IP network.
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
IP Routing Basics
 The TCP/IP network layer, using the IP protocol, provides a service of
forwarding IP packets from one device to another
 The process of forwarding the IP packet is called IP routing.
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
TCP/IP Link Layer (Data Link Plus Physical)
 defines the protocols and hardware required to deliver data across some
physical network
 Ethernet network, implements link-layer protocols
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
TCP/IP Link Layer (Data Link Plus Physical)
 The link layer includes all the variations of Ethernet protocols, along with
several other LAN standards
 The link layer includes wide-area network (WAN) standards for different
physical media, such as the Point-to-Point Protocol (PPP) and Frame Relay
 The TCP/IP link layer includes two distinct functions
1. Functions related to the physical transmission of the data
2. Protocols and rules that control the use of the physical media
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Comparing the Original and Modern TCP/IP Models
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Data Encapsulation Terminology)
 Each layer adds its own header to the data supplied by the higher layer
 Encapsulation: the process of putting headers (and sometimes trailers) around
some data
TCP/IP Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Names of TCP/IP Messages)
OSI Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
OSI Networking Model
 The first large effort to create a vendor-neutral networking model
 OSI no longer exists as a networking model
 Although some of the original protocols referenced by the OSI model still exist
 The OSI model has many similarities to the TCP/IP model from a basic
conceptual perspective
OSI Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Comparing OSI and TCP/IP
OSI Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
Describing Protocols by Referencing the OSI Layers
 The comparison of OSI layers to other protocol models is a general
comparison of major goals, and not a comparison of the specific methods
 For Example, both the OSI and TCP/IP network layers define logical
addressing and routing. However, the addresses have a different size, and
the routing logic even works differently.
OSI Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
OSI Layers and Their Functions
OSI Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
OSI Layers and Their Functions
OSI Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
OSI Layers and Their Functions
OSI Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
OSI Layering Concepts and Benefits
Benefits of layered protocol specifications:
 Less complex
 Standard interfaces
 Easier to learn
 Easier to develop
 Multivendor interoperability
 Modular engineering
OSI Networking Model
©2015 Amir Jafari – www.amir-Jafari.com
OSI Encapsulation Terminology
OSI uses a more generic term: protocol data unit (PDU)
The TCP/IP and OSI Networking
Models
©2015 Amir Jafari – www.amir-Jafari.com
References
1) Cisco Systems, Inc, www.cisco.com/
2) Wendell Odom ,”Cisco CCENT/CCNA ICND1 100-101 Official Cert Guide”,
Cisco Press, USA, 2013

More Related Content

PPTX
CCNA ppt Day 1
PPTX
CCCNA R&S-03-Fundamentals of Ethernet LANs
PDF
INTRODUCTION TO NETWORK LAYER
PPTX
Routing protocols
PPTX
Network
PDF
cours ospf
PPTX
ccna networking ppt
PPTX
Subnetting Presentation
CCNA ppt Day 1
CCCNA R&S-03-Fundamentals of Ethernet LANs
INTRODUCTION TO NETWORK LAYER
Routing protocols
Network
cours ospf
ccna networking ppt
Subnetting Presentation

What's hot (20)

PPTX
CCNA training 101
PPTX
Introduction to network switches
PPTX
Ethernet
PPTX
CCNA PPT
PPT
Chapter 2 - Network Models
PPT
CCNA TCP/IP
PPTX
Structure cabling technologies for networking
PDF
Spanning tree protocol (stp)
PPTX
IP Configuration
PPT
OSI Network model ppt
PPTX
Spanning tree protocol
PPT
Ethernet protocol
PDF
Protocole OSPF
PPT
Spannig tree
PPTX
Subnet calculation Tutorial
PPTX
IP classes
PPT
CCNA Basic Switching and Switch Configuration
PPT
Static Routing
PPT
Ip Addressing
CCNA training 101
Introduction to network switches
Ethernet
CCNA PPT
Chapter 2 - Network Models
CCNA TCP/IP
Structure cabling technologies for networking
Spanning tree protocol (stp)
IP Configuration
OSI Network model ppt
Spanning tree protocol
Ethernet protocol
Protocole OSPF
Spannig tree
Subnet calculation Tutorial
IP classes
CCNA Basic Switching and Switch Configuration
Static Routing
Ip Addressing
Ad

Viewers also liked (17)

PPTX
CCNA R&S-10-Implementing Ethernet Virtual LANs
PDF
CCNA R&S-15-Perspectives on IPv4 Subnetting
PPTX
CCNA R&S-01-Introduction to Cisco Certified Network Associate
PDF
CCNA R&S-12-Spanning Tree Protocol Concepts
PDF
CCNA R&S-17-Analyzing Subnet Masks
PDF
CCNA R&S-16-Analyzing Classful IPv4 Networks
PPTX
CCNA R&S-09-Configuring Ethernet Switching
PPTX
CCNA R&S-11-Troubleshooting Ethernet LANs
PPTX
CCNA R&S-06-Fundamentals of TCP-IP Transport and Applications
PPTX
CCCNA R&S-04-Fundamentals of WANs
PDF
CCNA R&S-19-Operating Cisco Routers
PDF
CCNA R&S-13-Spanning Tree Protocol Implementation
PDF
Smart powetr grids
PDF
CCNA Lab 5-Configuring Inter-VLAN Routing
PDF
CCNA R&S-20-Configuring IPv4 Addresses and Routes
PDF
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
PDF
CCNA R&S-18-Analyzing Existing Subnets
CCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-15-Perspectives on IPv4 Subnetting
CCNA R&S-01-Introduction to Cisco Certified Network Associate
CCNA R&S-12-Spanning Tree Protocol Concepts
CCNA R&S-17-Analyzing Subnet Masks
CCNA R&S-16-Analyzing Classful IPv4 Networks
CCNA R&S-09-Configuring Ethernet Switching
CCNA R&S-11-Troubleshooting Ethernet LANs
CCNA R&S-06-Fundamentals of TCP-IP Transport and Applications
CCCNA R&S-04-Fundamentals of WANs
CCNA R&S-19-Operating Cisco Routers
CCNA R&S-13-Spanning Tree Protocol Implementation
Smart powetr grids
CCNA Lab 5-Configuring Inter-VLAN Routing
CCNA R&S-20-Configuring IPv4 Addresses and Routes
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
CCNA R&S-18-Analyzing Existing Subnets
Ad

Similar to CCCNA R&S-02-The TCP-IP and OSI Networking Models (20)

PPTX
Presentation on TCP/IP Model
PPTX
TCP/IP Modal
PPTX
TCP/IP model
PPTX
Presentation on TCP\IP protocols
PPTX
TCP_IP.pptx
DOCX
History of tcp
PPTX
O’ level
PPTX
Protocols and the TCP/IP Protocol Suite
PPTX
CCNA RS_NB - Chapter 4
PPT
Teacher's Attachment 29.ppt
PPTX
CSS (KNC-301) 2. TCP IP By Vivek Tripathi.pptx
PDF
Cisco discovery d homesb module 6 - v.4 in english.
PDF
computer netwrok kjbaskk kjnkjc kjkx .pdf
PPTX
Tcp ip tutorial
PPT
testppt ch01(1)
PDF
The TCP/IP and OSI models
PPT
Net essentials6e ch5
PPTX
L05 _TCP_IP.pptx computer networks TCP IP
DOCX
Chapter 3
PPTX
Tcp model by ananya shukla
Presentation on TCP/IP Model
TCP/IP Modal
TCP/IP model
Presentation on TCP\IP protocols
TCP_IP.pptx
History of tcp
O’ level
Protocols and the TCP/IP Protocol Suite
CCNA RS_NB - Chapter 4
Teacher's Attachment 29.ppt
CSS (KNC-301) 2. TCP IP By Vivek Tripathi.pptx
Cisco discovery d homesb module 6 - v.4 in english.
computer netwrok kjbaskk kjnkjc kjkx .pdf
Tcp ip tutorial
testppt ch01(1)
The TCP/IP and OSI models
Net essentials6e ch5
L05 _TCP_IP.pptx computer networks TCP IP
Chapter 3
Tcp model by ananya shukla

More from Amir Jafari (7)

PDF
CCNA Lab 3-VLAN Configuration on Switch
PDF
CCNA Lab 2-Configuring a Switch Part II
PDF
CCNA Lab 1-Configuring a Switch Part I
PPTX
Network design
PPTX
CCNA Voice 640-461- Part 4 historic voice-digital connectivity-part 2
PDF
Performance evaluation-of-ieee-802.11p-for-vehicular-communication-networks
PPTX
Performance Evaluation Of IEEE 802.11p For Vehicular Communication Networks
CCNA Lab 3-VLAN Configuration on Switch
CCNA Lab 2-Configuring a Switch Part II
CCNA Lab 1-Configuring a Switch Part I
Network design
CCNA Voice 640-461- Part 4 historic voice-digital connectivity-part 2
Performance evaluation-of-ieee-802.11p-for-vehicular-communication-networks
Performance Evaluation Of IEEE 802.11p For Vehicular Communication Networks

Recently uploaded (20)

PDF
NewMind AI Monthly Chronicles - July 2025
PPT
Teaching material agriculture food technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation theory and applications.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Cloud computing and distributed systems.
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Modernizing your data center with Dell and AMD
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
NewMind AI Weekly Chronicles - August'25 Week I
NewMind AI Monthly Chronicles - July 2025
Teaching material agriculture food technology
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation theory and applications.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
The AUB Centre for AI in Media Proposal.docx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Spectral efficient network and resource selection model in 5G networks
The Rise and Fall of 3GPP – Time for a Sabbatical?
Cloud computing and distributed systems.
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Building Integrated photovoltaic BIPV_UPV.pdf
Modernizing your data center with Dell and AMD
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Network Security Unit 5.pdf for BCA BBA.
NewMind AI Weekly Chronicles - August'25 Week I

CCCNA R&S-02-The TCP-IP and OSI Networking Models

  • 1. ©2015 Amir Jafari – www.amir-Jafari.com Routing and Switching 200-120 2 - The TCP/IP and OSI Networking Models
  • 2. The TCP/IP and OSI Networking Models ©2015 Amir Jafari – www.amir-Jafari.com Agenda  Basic Ideas About Computer Networking  TCP/IP Networking Model  OSI Networking Model  Comparing OSI and TCP/IP
  • 3. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Perspectives on Networking  How you use the Internet from home  high-speed Internet connection like DSL or cable TV
  • 4. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Perspectives on Networking  Enterprise Network  Small Office Home Office (SOHO)
  • 5. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Networking Model  Also called either a networking architecture or networking blueprint  Networks require all the devices to follow the rules  The networking model defines rules about how each part of the network should work, as well as how the parts should work together  The networking model refers to a comprehensive set of documents  Protocol: set of logical rules that devices must follow to communicate  Like an architectural blueprint for building a house  Vendors build their products with some networking model
  • 6. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com History Leading to TCP/IP  Systems Network Architecture (SNA) published by IBM in 1974  Open Systems Interconnection (OSI) networking model  International Organization for Standardization (ISO)  To standardize data networking protocols to allow communication between all computers across the entire planet  TCP/IP (Transmission Control Protocol/Internet Protocol)  Department of Defense (DoD)  Researchers at various universities volunteered to help further develop the protocols  OSI has slower formal standardization process as compared with TCP/IP
  • 7. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com History Leading to TCP/IP
  • 8. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Overview of the TCP/IP Networking Model  References a large collection of protocols that allow computers to communicate  Requests for Comments (RFC): define a protocol  Referring to standards or protocols created by other standards body or vendor consortium  Layers:  Help people understand a networking model,  Each model breaks the functions into a small number of categories
  • 9. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Overview of the TCP/IP Networking Model  TCP/IP actually has two alternative models  The model on the left shows the original TCP/IP model listed in RFC 1122  The TCP/IP model on the right is a common method used today
  • 10. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Overview of the TCP/IP Networking Model TCP/IP Architectural Model and Example Protocols
  • 11. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com TCP/IP Application Layer  Provide services to the application software running on a computer  The application layer does not define the application itself  Provides an interface between software running on a computer and the network itself
  • 12. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com HTTP Overview  HTTP (Hyper Text Transfer Protocol)  HTTP defines how web browsers can pull the contents of a web page from a web server
  • 13. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com HTTP Protocol Mechanisms  Uniform Resource Locators (URL)  The full version of most web addresses  begins with the letters “http,” which means that HTTP is used to transfer the web pages
  • 14. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com TCP/IP Transport Layer  Transport layer protocols provide services to the application layer protocols that reside one layer higher in the TCP/IP model  The two most commonly used transport layer protocols : 1. Transmission Control Protocol (TCP) 2. User Datagram Protocol (UDP)
  • 15. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com TCP Error Recovery Basics  TCP/IP needs a mechanism to guarantee delivery of data across a network  To recover from errors, TCP uses the concept of acknowledgments
  • 16. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Same-Layer and Adjacent-Layer Interactions
  • 17. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com TCP/IP Network Layer  One major protocol: the Internet Protocol (IP)  Provides several features, most importantly, addressing and routing  TCP/IP defines two versions of IP: IP Version 4 (IPv4) and IP Version 6 (IPv6).
  • 18. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Internet Protocol and the Postal Service
  • 19. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Internet Protocol Addressing Basics  TCP/IP host—needs a unique address so that it can be identified in the network  Defines how to group addresses together
  • 20. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Internet Protocol Addressing Basics  This style of number is called a dotted-decimal notation (DDN)  Routers are networking devices that connect the parts of the TCP/IP network together for the purpose of routing (forwarding) IP packets to the correct destination  Routers make decisions based on the IP address included with the packet  IP host refers to any device, regardless of size or power, that has an IP address and connects to any TCP/IP network.
  • 21. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com IP Routing Basics  The TCP/IP network layer, using the IP protocol, provides a service of forwarding IP packets from one device to another  The process of forwarding the IP packet is called IP routing.
  • 22. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com TCP/IP Link Layer (Data Link Plus Physical)  defines the protocols and hardware required to deliver data across some physical network  Ethernet network, implements link-layer protocols
  • 23. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com TCP/IP Link Layer (Data Link Plus Physical)  The link layer includes all the variations of Ethernet protocols, along with several other LAN standards  The link layer includes wide-area network (WAN) standards for different physical media, such as the Point-to-Point Protocol (PPP) and Frame Relay  The TCP/IP link layer includes two distinct functions 1. Functions related to the physical transmission of the data 2. Protocols and rules that control the use of the physical media
  • 24. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Comparing the Original and Modern TCP/IP Models
  • 25. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Data Encapsulation Terminology)  Each layer adds its own header to the data supplied by the higher layer  Encapsulation: the process of putting headers (and sometimes trailers) around some data
  • 26. TCP/IP Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Names of TCP/IP Messages)
  • 27. OSI Networking Model ©2015 Amir Jafari – www.amir-Jafari.com OSI Networking Model  The first large effort to create a vendor-neutral networking model  OSI no longer exists as a networking model  Although some of the original protocols referenced by the OSI model still exist  The OSI model has many similarities to the TCP/IP model from a basic conceptual perspective
  • 28. OSI Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Comparing OSI and TCP/IP
  • 29. OSI Networking Model ©2015 Amir Jafari – www.amir-Jafari.com Describing Protocols by Referencing the OSI Layers  The comparison of OSI layers to other protocol models is a general comparison of major goals, and not a comparison of the specific methods  For Example, both the OSI and TCP/IP network layers define logical addressing and routing. However, the addresses have a different size, and the routing logic even works differently.
  • 30. OSI Networking Model ©2015 Amir Jafari – www.amir-Jafari.com OSI Layers and Their Functions
  • 31. OSI Networking Model ©2015 Amir Jafari – www.amir-Jafari.com OSI Layers and Their Functions
  • 32. OSI Networking Model ©2015 Amir Jafari – www.amir-Jafari.com OSI Layers and Their Functions
  • 33. OSI Networking Model ©2015 Amir Jafari – www.amir-Jafari.com OSI Layering Concepts and Benefits Benefits of layered protocol specifications:  Less complex  Standard interfaces  Easier to learn  Easier to develop  Multivendor interoperability  Modular engineering
  • 34. OSI Networking Model ©2015 Amir Jafari – www.amir-Jafari.com OSI Encapsulation Terminology OSI uses a more generic term: protocol data unit (PDU)
  • 35. The TCP/IP and OSI Networking Models ©2015 Amir Jafari – www.amir-Jafari.com References 1) Cisco Systems, Inc, www.cisco.com/ 2) Wendell Odom ,”Cisco CCENT/CCNA ICND1 100-101 Official Cert Guide”, Cisco Press, USA, 2013

Editor's Notes

  • #3: Beginning course details and/or books/materials needed for a class/project.
  • #4: Beginning course details and/or books/materials needed for a class/project.
  • #5: Beginning course details and/or books/materials needed for a class/project.
  • #6: Beginning course details and/or books/materials needed for a class/project.
  • #7: Beginning course details and/or books/materials needed for a class/project.
  • #8: Beginning course details and/or books/materials needed for a class/project.
  • #9: Beginning course details and/or books/materials needed for a class/project.
  • #10: Beginning course details and/or books/materials needed for a class/project.
  • #11: Beginning course details and/or books/materials needed for a class/project.
  • #12: Beginning course details and/or books/materials needed for a class/project.
  • #13: Beginning course details and/or books/materials needed for a class/project.
  • #14: Beginning course details and/or books/materials needed for a class/project.
  • #15: Beginning course details and/or books/materials needed for a class/project.
  • #16: Beginning course details and/or books/materials needed for a class/project.
  • #17: Beginning course details and/or books/materials needed for a class/project.
  • #18: Beginning course details and/or books/materials needed for a class/project.
  • #19: Beginning course details and/or books/materials needed for a class/project.
  • #20: Beginning course details and/or books/materials needed for a class/project.
  • #21: Beginning course details and/or books/materials needed for a class/project.
  • #22: Beginning course details and/or books/materials needed for a class/project.
  • #23: Beginning course details and/or books/materials needed for a class/project.
  • #24: Beginning course details and/or books/materials needed for a class/project.
  • #25: Beginning course details and/or books/materials needed for a class/project.
  • #26: Beginning course details and/or books/materials needed for a class/project.
  • #27: Beginning course details and/or books/materials needed for a class/project.
  • #28: Beginning course details and/or books/materials needed for a class/project.
  • #29: Beginning course details and/or books/materials needed for a class/project.
  • #30: Beginning course details and/or books/materials needed for a class/project.
  • #31: Beginning course details and/or books/materials needed for a class/project.
  • #32: Beginning course details and/or books/materials needed for a class/project.
  • #33: Beginning course details and/or books/materials needed for a class/project.
  • #34: Beginning course details and/or books/materials needed for a class/project.
  • #35: Beginning course details and/or books/materials needed for a class/project.
  • #36: Beginning course details and/or books/materials needed for a class/project.