International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.

Slides:



Advertisements
Similar presentations
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Advertisements

Network Architecture and the OSI Reference Model Computer Networks Computer Networks Spring 2012 Spring 2012.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Protocols and the TCP/IP Suite
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
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.
Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies The user clicks on a link to indicate which document is to be retrieved.
Network Architecture and the OSI Reference Model Computer Networks Computer Networks Term B10.
William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
ECEN 619 “Internet Protocols and Modeling” Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Lecture notes and Paper.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
Networks: OSI Model1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Network Architecture and the OSI Reference Model Advanced Computer Networks Advanced Computer Networks D12 D12.
Lecturer: Tamanna Haque Nipa
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Layer Architecture of Network Protocols
Protocol Architectures. Simple Protocol Architecture Not an actual architecture, but a model for how they work Similar to “pseudocode,” used for teaching.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
William Stallings Data and Computer Communications 7 th Edition Data Communications and Networks Overview Protocols and Architecture.
OSI Model Local Area Networks Chapter 2. Agenda  Attendance  Chapter 1 questions  Login to Web CT and information about Assessment Activation  Single-protocol.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Open Systems and Data Link Protocols November 7, 2002.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Internet Model. Interfaces Between Layers The passing of the data and network information down through the layers of the sending device and back up.
Network Architecture and the OSI Reference Model Computer Networks Computer Networks A15 A15.
The OSI Model.
Spring 2006Computer Networks1 Chapter 2 Network Models.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
1 Networking Chapter Distributed Capabilities Communications architectures –Software that supports a group of networked computers Network operating.
Network Architecture and the OSI Reference Model Computer Networks Computer Networks Spring 2013 Spring 2013.
Spring 2006Computer Networks1 Chapter 2 Network Models.
Network Architecture and the OSI Reference Model Advanced Computer Networks Advanced Computer Networks C13 C13.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Chapter 2. Network Models
OSI Model Cisco Academy Semester 1, Chapter 2. The Seven Layers of the OSI Model International Organization of Standardization ISO.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
Net 221D:Computer Networks Fundamentals
Chapter 2. Network Models
Sy Le CS 147.  Process of transferring information between computers virtually anywhere in the world.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
Data Communication Network Models
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
TUNALIData Communications1 Chapter 2 Protocols and Architecture.
Computer Networking A Top-Down Approach Featuring the Internet Introduction Jaypee Institute of Information Technology.
Networking Using the OSI Model.
Protocols and the TCP/IP Suite
OSI LAYERS.
Distributed Systems.
Local Area Networks Chapter 4.
Network Architecture Introductory material
Protocols and the TCP/IP Suite
Data and Computer Communications by William Stallings Eighth Edition
Review of Important Networking Concepts
Networks: OSI Reference Model
Network Architecture and the OSI Reference Model
OSI Model The Seven Layers
Networks: OSI Reference Model
Protocols and the TCP/IP Suite
The OSI Layers Surasak Sanguanpong
Open System Interconnect (OSI).
Presentation transcript:

International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks

Advanced Computer Networks OSI Reference Model 2 Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Network Layer Electrical and/or Optical Signals Application B Data Link Layer Physical Layer Network Layer Data Link Layer Physical Layer Communication Network Application A OSI Reference Model

Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application A Application B data ah ph sh th nh dh bits dt OSI Reference Model 3 Advanced Computer Networks OSI Reference Model

4 HTTP Request TCP Header IP Header Frame Check Sequence Ethernet Header Layer Encapsulation TCP Header contains source and destination port numbers Header contains source and destination IP addresses; transport protocol type Header contains source and destination physical addresses; network protocol type Leon-Garcia & Widjaja: Communication Networks

OSI versus TCP/IP Figure The TCP/IP reference model. 5 Advanced Computer Networks OSI Reference Model Tanenbaum

OSI versus TCP/IP DCC 6 th Ed., W. Stallings 6 Advanced Computer Networks OSI Reference Model

7 Application Layer Provides users access to the OSI environment and distributed information services. Presentation Layer Provides application processes independence from differences in data representation ( e.g. abstract syntax notation). Session Layer Provides the control structure for communicating between applications. Establishes, manages and terminates session connections between cooperating applications. Transport Layer Provides reliable transparent transfer of data between end points. Provides end-to-end flow control and error recovery. Network Layer Provides upper layers with independence from the data transmission, routing and switching technologies used to connect systems. Responsible for establishing, managing and terminating connections. Data Link Layer Provides for reliable transfer of information across the physical layer. Sends and receives frames with the necessary synchronization, flow control and error control. Physical Layer Concerned with transmission of an unstructured bit stream over a physical medium. Deals with the mechanical, electrical, functional and procedural characteristics to access the physical medium. Seven Layer OSI Model Advanced Computer Networks OSI Reference Model