The OSI Layers Surasak Sanguanpong

Slides:



Advertisements
Similar presentations
Three-Layer Model Distributed data communications involves three primary components: Networks Computers Applications Three corresponding layers Network.
Advertisements

International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
The OSI Model and the TCP/IP Protocol Suite
Networks: OSI Reference Model 1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
Networks: OSI Reference Model1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
Networks: OSI Model1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
Protocol Architecture The “Common Language”. Copyright by Jorg Liebeherr 98, 99 Need for Protocols Protocols are a set of rules and conventions. By enforcing.
NETWORK MODELS T.Najah Al_Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
12 September 2015 CCENT ICND1 Exam Topics Review TCP/IP and OSI Networking Models.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
I protocolli TCP/IP 2/ed Behrouz A. Forouzan Copyright © 2005 – The McGraw-Hill Companies srl Chapter 2 Upon completion you will be able to: The OSI Model.
Layer Architecture of Network Protocols
CS 447 Networks and Data Communication
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
LOCAL AREA NETWORKS. LAN PROTOCOL ARCHITECTURE The basic functions of a LAN is organized by set of layering protocols. IEEE 802 Reference Model Protocols.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
2 2 Semester 1 JEOPARDY Robert C. Gates BA, MS, CCNA.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
1 Protocol Layering Myungchul Kim Tel:
1/15 Chapter 5 Open Systems Interconnection Model.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
Comparison Between OSI & TCP/IP Model
COMPUTER NETWORK AND DESIGN CSCI 3385K. Host-to-Host Communications Model Older model Proprietary Application and combinations software controlled by.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Chapter 4 : Network models. Lecture 8. Layered Tasks - We use the concept of layers in our daily life. As an example, let us consider 2 friends who communicate.
Computer Networking A Top-Down Approach Featuring the Internet Introduction Jaypee Institute of Information Technology.
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Network Models.
Protocols and the TCP/IP Suite
Chapter 2 Network Models.
OSI LAYERS.
Chapter 5: Making Networks Work
Basic Communications Model Standards are needed at all Layers
Net 222: Communications and networks fundamentals (Practical Part)
The ISO OSI Reference Model
Click to edit Master subtitle style
Chap. 2 Network Models.
Part I. Overview of Data Communications and Networking
© 2003, Cisco Systems, Inc. All rights reserved.
Pertemuan 19 Introduction to TCP/IP
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
ISO-OSI Reference Model and IEEE Standards
Understanding the OSI Reference Model
Net 431: ADVANCED COMPUTER NETWORKS
Lec 5 Layers Computer Networks Al-Mustansiryah University
Lectures Computer networking تمرین 3 نمره. پژوهش عملیاتی 2 نمره.
Computer Network.
Protocols and the TCP/IP Suite
Networks: OSI Reference Model
Telecommunications and Networking
Computer Network.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Networks: OSI Reference Model
OSI Model OSI MODEL.
CSE 313 Data Communication
Protocols and the TCP/IP Suite
Computer Networking A Top-Down Approach Featuring the Internet
Protocol Layering - Introduction
Review of Important Networking Concepts
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Open System Interconnect (OSI).
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

The OSI Layers Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 27 June 2002

OSI Reference Model Layer 1 Physical Layer 2 Data Link Layer 3 Network Layer 4 Transport Layer 5 Session Layer 6 Presentation Layer 7 Application The Open Systems Interconnection (OSI) model was developed by the ISO as a model for computer communications architecture a framework for developing protocols standards OSI model consists of seven layers

Layering Packet Frame Bit Application Programs Layer 7 Application Physical Layer 2 Data Link Layer 3 Network Layer 4 Transport Layer 5 Session Layer 6 Presentation Layer 7 Application User-oriented functions Communications functions Packet Frame Bit

Why Seven Layers? Applications Applications Applications Transport Physical Transport Presentation Network Need at least Physical and Application layers Session Datalink Transport Physical Network Applications Both end-to-end and hop-by-hop actions are required Transport layer handles end-to-end functions such as flow control Network layer handles routing in hop-by hop fashion Datalink Datalink Physical Physical Separate some application functions to Presentation and Session Layers Datalink concerns all the link independent details for different link technology

Service Access Point (SAP) Service #M Each layer has its own functionality When a layer needs functionality of another layer, it must issue a request. At each layer boundary, there is at least one point of services called SAP Layer N Layer Boundary Layer N-1 = Service Access Point

Virtual Communications Application protocol Applications Applications Presentation protocol Presentation Presentation Session protocol Session Session Transport protocol Transport Transport Network Access Protocol Network Network Datalink protocol Datalink Datalink Physical protocol Physical Physical Physical Media

Protocol Data Unit Encapsulation protocol data unit (PDU) = combination of data from the next higher and control information Data Applications Encapsulation Application PDU Data AH Presentation Presentation PDU Data AH PH Session Session PDU Data AH PH SH Transport Transport PDU Data AH PH SH TH Network Network PDU Data AH PH SH TH NH Datalink Datalink PDU Data AH PH SH TH NH DH DT Physical Data AH PH SH TH NH DH DT Additional of control information to data is referred to encapsulation

Decapsulation Decapsulation Applications Presentation Session Data Decapsulation Applications Data AH Presentation Data AH PH Session Data AH PH SH In each layer, corresponding header/trailer has been removed Transport Data AH PH SH TH Network Data AH PH SH TH NH Datalink Data AH PH SH TH NH DH DT Physical Data AH PH SH TH NH DH DT

OSI and TCP/IP OSI TCP/IP Application Presentation Session Transport Network Data Link Physical Application Transport Internet Network Access Physical