OSI model vs. TCP/IP MODEL

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

OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
Chapter 2 Network Models.
OSI Model MIS 416 – Module II Spring 2002 Networking and Computer Security.
Computer Network Architecture and Programming
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Protocol Reference Model of OSI
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
Presentation on Osi & TCP/IP MODEL
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
The OSI Model.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
1 Kyung Hee University Chapter 2 Network Models. 2 Kyung Hee University 2.1 LAYERED TASKS We use the concept of layers in our daily life. As an example,
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
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.
William Stallings Data and Computer Communications
BZUPAGES.COM Presentation on TCP/IP Presented to: Sir Taimoor Presented by: Jamila BB Roll no Nudrat Rehman Roll no
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Chapter 2 Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
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)
Dr. ClincyLecture1 Chapter 2 (handout 1– only sections 2.1, 2.2 and 2.3) 1 of 10 Dr. Clincy Professor of CS Exam #3 Monday (3/14/16): Opened Book, No Computer,
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
Computer Networking A Top-Down Approach Featuring the Internet Introduction Jaypee Institute of Information Technology.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
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.
Networking Using the OSI Model.
Computer Communication Architecture
The OSI Model Prof. Choong Seon HONG.
Chapter 5: Making Networks Work
Computer Networks.
Chap. 2 Network Models.
© 2003, Cisco Systems, Inc. All rights reserved.
Lecturer, Department of Computer Application
Compare of OSI and TCP/IP
DEPARTMENT OF COMPUTER SCIENCE
Instructor Materials Chapter 3: Network Protocols and Communications
Network Architecture Introductory material
Lec 5 Layers Computer Networks Al-Mustansiryah University
Protocols and the TCP/IP Suite
Review of Important Networking Concepts
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
OSI Model. Overview:  Review  OSI Model  Layer 1 - The Physical Layer  Layer 2 - The Data Link Layer  Layer 3 - The Network Layer  Layer 4 - The.
OSI Model OSI MODEL.
Chapter 2 Network Models
Protocols and the TCP/IP Suite
Computer Networking A Top-Down Approach Featuring the Internet
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Unit – III Network Essentials
Presentation transcript:

OSI model vs. TCP/IP MODEL TOPIC OSI model vs. TCP/IP MODEL

OSI Model Introduction The Open Systems Interconnection (OSI) model is a reference tool for understanding data communications between any two networked systems. There are also some benefits of OSI Model.

Seven Layers

The Physical Layer Physical Layer is responsible for transmitting row bit stream over the physical cable. Functions: Data encoding Transmission technique Physical medium transmission

Data link Layer Data link layer is responsible for controlling the error between adjacent nodes and transfer the frames to other computer via physical layer. Functions: Link establishment and termination Frame traffic control Frame acknowledgment

The Network Layer This layer is responsible for translating the logical network address and names into their physical address. Functions : Subnet traffic control Logical-physical address mapping Frame fragmentation

The Transport Layer This layer is responsible for end-to-end delivers of messages between the networked hosts Functions: Message segmentation Message acknowledgment Session multiplexing

The Session Layer This layer is responsible for establishing the process-to-process communication between the hosts in the network. Functions: Session establishment, maintenance and termination Session support

The Presentation Layer The Presentation layer is responsible for protocol conversion, date encryption/decryption, Expanding graphics command and the date compression. Functions: Character code translation Data conversion Data compression

The Application Layer The application layer provider different services to the application. Functions: Remote file access Electronic messaging Directory services Network management

TCP/IP Model TCP/IP are two protocols of this model. TCP stands for Transmission Control Protocol and IP stands for Internet Protocol. There are 4 Layers in TCP/IP Model.

Application Layer The Application Layer in TCP/IP groups the functions of OSI Application, Presentation Layer and Session Layer. Functions: Refers to standard network services Also defines compatible representation of  all data

Transport Layer In TCP/IP architecture, there are two Transport Layer protocols. The Transmission Control Protocol (TCP) guarantees information transmission Functions: Manages the transfer of data Manages the connections between networked applications

Internet Layer The Internet Protocol (IP) is the primary protocol in the TCP/IP Network Layer. Functions: Manages addressing of packets and delivery of packets between networks Fragments packets so that they can be dealt with by lower level layer

Network Layer In the TCP/IP architecture, the Data Link Layer and Physical Layer are normally grouped together to become the Network Access layer Functions: Delivers data via physical link Provides error detection and packet framing

OSI Model vs.TCP/IP Model The OSI model consists of 7 architectural layers whereas the TCP/IP only has 4 layers. OSI is a reference model and TCP/IP is an implementation of OSI model. The OSI model however is a "generic, protocol-independent standard.

1 2 3 4 5 6 7 Sr. No. TCP/IP Reference Model OSI Reference Model Defined after the advent of Internet. Defined before advent of internet. 2 Service interface and protocols were not clearly distinguished before Service interface and protocols are clearly distinguished 3 TCP/IP supports Internet working Internet working not supported 4 Loosely layered Strict layering 5 Protocol Dependant standard Protocol independent standard 6 More Credible Less Credible 7 TCP reliably delivers packets, IP does not reliably deliver packets All packets are reliably delivered

Thank you