1 OSI vs. TCP/IP ----- Compare the protocol layers of the OSI and TCP/IP Model COSC 513 Operation Systems Professor: Anvari Name: Chang-Kui Ding SID: 105225.

Slides:



Advertisements
Similar presentations
Comparison and Contrast between the OSI and TCP/IP Model
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Transport Layer Network Fundamentals – Chapter 4.
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Semester Copyright USM EEE442 Computer Networks Introduction: Protocols En. Mohd Nazri Mahmud MPhil (Cambridge, UK) BEng (Essex, UK)
Protocols and the TCP/IP Suite
Chapter 1 Read (again) chapter 1.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Gursharan Singh Tatla Transport Layer 16-May
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
Communication Network Protocols Jaya Kalidindi CSC 8320(fall 2008)
Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.
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.
Comparison and Contrast between the OSI and TCP/IP Model
Process-to-Process Delivery:
Compare of OSI and TCP/IP Jianghong Che. Contents n Concept n General Compare n Lower Layers Compare n Upper Layers Compare n Critique.
OSI AND TCP/IP MODELS. Outline Introduction OSI Model TCP/IP Model IPv4 vs. IPv6.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
Chapter 9.
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
Presentation on Osi & TCP/IP MODEL
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.
Slide 15-1 Copyright © 2004 Pearson Education, Inc. Operating Systems: A Modern Perspective, Chapter Networks.
SEED Infotech Pvt. Ltd. 1 Networking in Java. SEED Infotech Pvt. Ltd. 2 Objectives of This Session Describe issues related to any type of network using.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Transport Layer Layer #4 (OSI-RM). Transport Layer Main function of OSI Transport layer: Accept data from the Application layer and prepare it for addressing.
Bob Baker Open Systems Interconnection OSI Reference model –Layer 7 application –Layer 6 presentation –Layer 5 session –Layer 4 transport –Layer 3 network.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
1 7-Oct-15 OSI transport layer CCNA Exploration Semester 1 Chapter 4.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Introduction to Networks CS587x Lecture 1 Department of Computer Science Iowa State University.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
TCP/IP TCP/IP LAYERED PROTOCOL TCP/IP'S APPLICATION LAYER TRANSPORT LAYER NETWORK LAYER NETWORK ACCESS LAYER (DATA LINK LAYER)
Comparison and Contrast between the OSI and TCP/IP Model.
General Comparison OSI Vs TCP/IP. Focus of Reliability Control Implementation of the OSI model places emphasis on providing a reliable data transfer service,
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
William Stallings Data and Computer Communications
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.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
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.
1 14-Jun-16 S Ward Abingdon and Witney College CCNA Exploration Semester 1 OSI transport layer CCNA Exploration Semester 1 Chapter 4.
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
11/18/2016Basic TCP/IP Networking 1 TCP/IP Overview Basic Networking Concepts.
Networking Using the OSI Model.
The OSI Model & TCP/IP model
Protocols and the TCP/IP Suite
Computer Communication Architecture
Lecture (2).
OSI model vs. TCP/IP MODEL
Compare of OSI and TCP/IP
Net 431: ADVANCED COMPUTER NETWORKS
Protocols and the TCP/IP Suite
Network Protocol Layers
ECEN “Internet Protocols and Modeling”
Process-to-Process Delivery:
Lecture 2: Overview of TCP/IP protocol
Network Architecture Models
Protocols and the TCP/IP Suite
OSI Reference Model Unit II
The TCP/IP Model.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
Unit – III Network Essentials
Presentation transcript:

1 OSI vs. TCP/IP Compare the protocol layers of the OSI and TCP/IP Model COSC 513 Operation Systems Professor: Anvari Name: Chang-Kui Ding SID: Fall, 2000

2 Introduction Open System Interconnection Model (OSI) Transport Control Protocol/Internet Protocol (TCP/IP)

3 ISO OSI Model Developed by the International Organization for Standardization (ISO), consists of seven layers, and protocols are developed to perform the functions at each layer Physical/Data Link layer networks: Ethernet, Token Ring, ATM Network layer net: The Internet Transport layer net: TCP-based network Presentation/Session layer net: http/html, RPC, PVM, MPI Applications, e.g., WWW, window system, numerical algorithm

4 Data link / Physical vs. Subnet (1) The Data Link Layer transforms a stream of raw bits (0s and 1s) from the physical into a data frame The typical role of the physical layer is to transform bits in a computer system into electromagnetic (or equivalent) signals for a particular transmission medium (wire, fiber, ether, etc.)

5 Data link / Physical vs. Subnet (2) These 2 layers of the OSI correspond directly to the subnet layer of the TCP/IP model. Majority of the time, TCP/IP model does nothing, it will vary from host to host and network to network Since these two layers deal with functions that are so inherently specific to each individual networking technology, the layering principle of grouping them together related functions is largely irrelevant.

6 Network vs. Internet OSI: connectionless and connection- oriented services; TCP/IP: connectionless. Connectionless Network Service Internetworking Protocols Internet (IP) Addresses OSI Network Layer Addressing

7 OSI Transport Layer It takes the information into individual packets Provide a signaling service for the remote node Transport protocols mark packets with sequencing information To acknowledge the receipt of a packet Provide multiple application processes to access the network by using individual local addresses to determine the destination process for each data stream

8 TCP/IP Transport Layer Defines two standard transport protocols: TCP and UDP: Primary difference is that UDP does not necessarily provide reliable data transmission TCP is responsible for data recovery by providing a sequence number with each packet that it sends TCP requires ACK (acknowledgement) to ensure correct data is received Packet can be retransmitted if error detected

9 OSI vs. TCP/IP at Transport Layer The features of UDP and TCP defined at TCP/IP Transport Layer correspond to many of the requirements of the OSI Transport Layer--the session layer of OSI The TCP/IP and OSI architecture models both employ all connection and connectionless models at transport layer. However, the internet architecture refers to the two models in TCP/IP as simply “connections” and datagrams.

10 The Upper Layers Session Layer: In TCP/IP, its characteristics are provided by the TCP protocol (Transport Layer) Presentation Layer: In TCP/IP, this function is provided by the Application Layer. Application Layer: OSI-- FTAM, VT, MHS, DS, CMIP TCP/IP-- FTP, SMTP, TELNET, DNS, SNMP

11 Advantages of OSI (1) OSI model places emphasis on providing a reliable data transfer service, while the TCP/IP model treats reliability as an end-to-end problem. Each layer of the OSI model detects and handles errors. In the TCP/IP model, reliability control is concentrated at the transport layer. Hosts on OSI implementations do not handle network operations (simple terminal), but TCP/IP hosts participate in most network protocols.

12 Advantages of OSI (2) OSI: standard legislated by official recognized body. (ISO) and the OSI reference model was devised before the protocols were invented. The protocols came first, and the model was really just a description of the existing protocols. “ Get the job done" orientation. Being general,the protocols in the OSI model are better hidden than in the TCP/IP model and can be replaced relatively easily as the technology changes.

13 Widespread use of TCP/IP When businesses began to recognize the need for interoperability, only TCP/IP was available and ready to go Over the years it has handled most challenges by growing to meet the needs Relatively simple and robust compared to alternatives such as OSI (7 layers)