General Comparison OSI Vs TCP/IP. Focus of Reliability Control Implementation of the OSI model places emphasis on providing a reliable data transfer service,

Slides:



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

1 William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
Adapted from Tanenbaum's Slides for Computer Networks, 4e
Comparison and Contrast between the OSI and TCP/IP Model
Protocols and the TCP/IP Suite
System Architecture  you should list the layered Architecture  Understand the ISO/OSI model used in data communications  Understand the differences.
William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
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:
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
Reference Models and Standards. Reference Models (1) A reference model is the formal name for a protocol suite – a collection of protocols and layer definitions.
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
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 model Diego Abella. Before OSI model Small networks. Small networks. Incompatibilities between devices from different producers. Incompatibilities.
Network Layers The OSI and Internet Models Sid Arora, Joseph Huang, Josepha Rood, Eva Smith.
More on TCP/IP and Networking CS-328 Dick Steflik.
Presentation on Osi & TCP/IP MODEL
NETWORKING CONCEPTS. COMPARISON OF OSI AND TCP/IP Common features Both are based on the concept of stack of independent protocols Functionality of layers.
Protocol Layering Chapter 10. Looked at: Architectural foundations of internetworking Architectural foundations of internetworking Forwarding of datagrams.
Network Architecture & Standards
TCP/IP Yang Wang Professor: M.ANVARI.
Introduction and Overview Chapter 1. Why Study TCP/IP? Forms global Internet base technology Has accommodated explosive growth well Protocols work over.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
William Stallings Data and Computer Communications 7 th Edition Data Communications and Networks Overview Protocols and Architecture.
09-07-K.Steenhaut & J.Tiberghien - VUB 1 Telecommunications Concepts Chapter 1.2 Communications Systems Modeling.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Mukesh N. Tekwani Elphinstone College Mumbai
Computer Networks CSC524 Lecture 1 Dr. Mohsin Iftikhar Office: Cell: Lecture 1: Introduction.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications 1.
TCP/IP PROTOCOL SUITE The TCPIIP protocol suite was developed prior to the OSI model. Therefore, the layers in the TCP/IP protocol suite do not exactly.
Spring 2006Computer Networks1 Chapter 2 Network Models.
INTRODUCTION. A Communications Model Source –generates data to be transmitted Transmitter –Converts data into transmittable signals Transmission System.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Network Model. 1-2 Divide and Conquer A method of managing large system.
Comparison and Contrast between the OSI and TCP/IP Model.
Spring 2006Computer Networks1 Chapter 2 Network Models.
03 - Winter 2006ECE 766 Computer Interfacing and Protocols 1 Protocol Hierarchies First networks: hardware comes first Increased complexity  network architecture.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Introduction Chapter 1. Business Applications of Networks A network with two clients and one server. Client-Server Model.
Introduction Chapter 1. Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues.
Introduction Chapter 1 Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues
Protocol Layering Chapter 11.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
Comparison Between OSI & TCP/IP Model
Introduction Chapter 1. Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues.
COMPUTER NETWORK AND DESIGN CSCI 3385K. Host-to-Host Communications Model Older model Proprietary Application and combinations software controlled by.
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)
Introduction Reference Models. The OSI Reference Model The TCP/IP Reference Model A Comparison of OSI and TCP/IP A Critique of the OSI Model and Protocols.
Introduction Chapter 1. TCP/IP Reference Model Why Another Model? Although the OSI reference model is universally recognized, the historical and technical.
Introduction Chapter 1. Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
Computer Communication Architecture
Lecture (2).
OSI model vs. TCP/IP MODEL
© 2003, Cisco Systems, Inc. All rights reserved.
Introduction.
Compare of OSI and TCP/IP
Protocols and the TCP/IP Suite
Reference Models The OSI Reference Model The TCP/IP Reference Model
Chapter 1 – Part 2 Introduction.
Telecommunications and Networking
Chapter 2 Network Models
Protocols and the TCP/IP Suite
OSI Reference Model Unit II
Protocol Layering - Introduction
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Unit – III Network Essentials
Presentation transcript:

General Comparison OSI Vs TCP/IP

Focus of Reliability Control Implementation of the 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, all data transmitted includes checksums. The transport layer of the OSI model checks source-to-destination reliability. In the TCP/IP model, reliability control is concentrated at the transport layer. The transport layer handles all error detection and recovery. The TCP/IP transport layer uses checksums, acknowledgments, and timeouts to control transmissions and provides end-to-end verification.

Roles of Host System Hosts on OSI implementations do not handle network operations (simple terminal), but TCP/IP hosts participate in most network protocols. TCP/IP hosts carry out such functions as end-to- end verification, routing, and network control. The TCP/IP internet can be viewed as a data stream delivery system involving intelligent hosts.

De-jure vs. De-facto (OSI) OSI – Standard legislated by official recognized body. (ISO) – The OSI reference model was devised before the protocols were invented. This ordering means that the model was not biased toward one particular set of protocols, which made it quite general. The down side of this ordering is that the designers did not have much experience with the subject and did not have a good idea of which functionality to put in which layer. – 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. – Not so widespread as compared with TCP/IP. (complex, costly) – More commonly used as teaching aids.

De-jure vs. De-facto (TCP/IP) TCP/IP – Standards adopted due to widespread use. (Internet) – The protocols came first, and the model was really just a description of the existing protocols. There was no problem with the protocols fitting the model, but it is hardly possible to be use to describe other models. – “Get the job done" orientation. Over the years it has handled most challenges by growing to meet the needs. – More popular standard for internetworking for several reasons : relatively simple and robust compared to alternatives such as OSI available on virtually every hardware and operating system platform (often free) the protocol suite on which the Internet depends.

Critique of OSI Model what went wrong: bad timing bad technology bad implementation bad politics

Bad Timming The apocalypse of the two elephants. (amount of activity surrounding a new subject)

Bad timing essential that standards are written in between trough – written too early subject is poorly understood – written too late they are ignored by companies who have committed billions of dollars OSI protocol became crushed TCP/IP already in use by research universities by time ISO OSI appeared – vendors were offering TCP/IP products (cautiously) no company wanted to be first offering ISO OSI – it never happened

Bad Technology model and protocol flawed – session layer little used in most applications – presentation layer is nearly empty – British proposal was for 5 layers modeled after IBM SNA (Systems Network Architecture) bulky solution which was difficult to understand – from the initial printed standards

Bad Implementations initial implementations were slow – ISO OSI-7 layer model was associated with bad quality TCP/IP available within Berkeley UNIX was – free and reasonably good

Bad politics TCP/IP & UNIX was much loved in academia ISO OSI-7 layer model was thought to be a creature of: – European telecommunication – European community – and government of USA – also thought to be technically inferior to TCP/IP people on the ground reacted badly to this and supported TCP/IP

Critique of TCP/IP Model Like explain previously, TCP/IP Model does not clearly distinguish the concepts of service, interface and protocol, and differentiating between the specification and the implementation. Consequently, the TCP/IP Model is not much of a guide for designing new networks using new technologies. This model is not general at all and efficient to describe other protocols. The ‘host-to-network’ layer is not really a layer at all in the normal sense that the term is used in the context of layered protocols. It is an interface between the network and data link layers. The TCP/IP Model does not include separate layers between Physical and Data Link layers : there is only a Host to Network layer). So it doesn’t make distinction PhysicalLinkHost to Network

conclusion OSI Model are very useful (except Session and Presentation layers) for discussing computer networks, but OSI protocols are not very popular.SessionPresentation TCI/IP Model is almost non-existent, and on the contrary TCP/IP protocols are very popular.