Network Reference Models

Similar documents
Networking Models OSI Model Created by International Organization Standardization

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

Data Encapsulation & OSI & TCP/IP Models Week 2. Lecturer: Lucy White Office : 324

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang

Lecture (03) Networking Model (TCP/IP) Networking Standard (OSI) cont.,..

Chapter 2 Communicating Over the Network

Network Architecture Models

ITEC 3800 Data Communication and Network. Introducing Networks

Chapter 2 Network Models 2.1

Data Communication and Network. Introducing Networks

System Programming. Introduction to computer networks

Communicating over the Network

TCP/IP protocol suite

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

products. OSI is an ISO Standard: OSI was officially adopted as an international standard by the International Organisation of Standards (ISO).

Chapter 2 Network Models

Chapter 3 Protocols and the TCP/IP Suite

Lecture (03) Network Model

Fundamentals of Networking. OSI & TCP/IP Model. Kuldeep Sonar 1

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide

Chapter 3: Network Protocols and Communications

Communicating over the Network. Network Fundamentals. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved.

Cross Layer Protocol Design. Radio Communication III

Network Models. Behrouz A. Forouzan Data communication and Networking Fourth edition

Chapter 2. Communicating Over The Network

Review of Important Networking Concepts

INTRODUCTORY COMPUTER

CS-461 Internetworking. Dr. Mohamed Aboutabl

Chapter 2 Network Architectures A global view

Application Layer. Presentation Layer. Session Layer. Transportation Layer. Network Layer. Physical Layer

CCNA 1: Chapter 2 Exam Answer v %

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

TCP/IP THE TCP/IP ARCHITECTURE

CPEG514 Advanced Computer Networks. Atef Abu Salim University of Nizwa Spring 2013/2014

CS3600 SYSTEMS AND NETWORKS

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI

Internetwork Basic. Possible causes of LAN traffic congestion are

Networking Protocol Stack

Chapter 3: Network Protocols and Communications. Introduction to Networks v5.1

OSI Network Layer. Network Fundamentals Chapter 5. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

Lecture 2. Computer Networks Models. Network Models 1-1

Defining Networks with the OSI Model. Module 2

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Network Fundamentals Chapter 2 Modified by Tony Chen 05/20/2008

L6: OSI Reference Model

Networking midterm. 5. As a data unit moves up from one protocol layer to another, control headers are:

Network Layers. Standardization Cruelty 2009/08/12. (C) Herbert Haas

Network+ Guide to Networks, 6 th Edition. Chapter 2 Solutions

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 6 OSI MODEL TRANSPORT LAYER

Chapter 7. Local Area Network Communications Protocols

Chapter 5 OSI Network Layer

Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan

OSI Data Link Layer. Network Fundamentals Chapter 7. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

OSI Reference Model. Computer Networks lab ECOM Prepared By : Eng. Motaz Murtaja Eng. Ola Abd Elatief

CCNA Guide to Cisco Networking, Third Edition

Refer to the exhibit. Which set of devices contains only end devices? A,C,D B,E,G,H C,D,G,H,I,J D,E,F,H,I,J E,F,H,I,J

ES623 Networked Embedded Systems

Chapter 1: OSI Model

CS4700/CS5700 Fundaments of Computer Networks

Lecture 17 Overview. Last Lecture. Wide Area Networking (2) This Lecture. Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9.

TCP/IP Overview. Basic Networking Concepts. 09/14/11 Basic TCP/IP Networking 1

Lecture (02) The TCP/IP Networking Model

Osi Reference Model And Explain The Various Layers And Its Applications

MEBS Utilities services M.Sc.(Eng) in building services Faculty of Engineering University of Hong Kong

Operating Systems CS 571

EE 610 Part 2: Encapsulation and network utilities

Copyleft 2005, Binnur Kurt. Objectives

Data and Computer Communications

Lecture 2: Internet Architecture

SC/CSE 3213 Winter Sebastian Magierowski York University CSE 3213, W13 L8: TCP/IP. Outline. Forwarding over network and data link layers

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I)

Internetworking Concepts Overview. 2000, Cisco Systems, Inc. 2-1

IP Basics Unix/IP Preparation Course June 29, 2010 Pago Pago, American Samoa

Lecture (02) The TCP/IP Networking Model

CS 640: Introduction to Computer Networks. Today s Lecture. Page 1

Computer Networks with Internet Technology William Stallings. Chapter 2 Protocols and the TCP/IP Protocol Suite

Chapter 2 Network Models 2.1

Computer Networking Chapter 2. The OSI reference Model

Chapter 2 Layer Architecture of Network Protocols. School of Info. Sci. & Eng. Shandong Univ.

OSI Model. Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK

Lab 1: Packet Sniffing and Wireshark

Networks: Access Management

Introduction to Open System Interconnection Reference Model

OSI ISO, OSI Reference Model

03 The Internet Model and TCP/IP


DigiPoints Volume 1 PROTOCOL FUNCTIONS

Networking Fundamentals

Chapter -4 OSI Reference Model

Connections to a Network; Modelling Network Functions

PROGRAMMING Kyriacou E. Frederick University Cyprus. Network communication examples

a. the physical layer, b. and the data-link layer. a. three physical layers, b. three data-link layers, c. and only one network layer.

Lecture 3 Protocol Stacks and Layering

b) Diverse forms of physical connection - all sorts of wired connections, wireless connections, fiber optics, etc.

Overview of TCP/IP Overview of TCP/IP protocol: TCP/IP architectural models TCP protocol layers.

Part VI. Appendixes. Appendix A OSI Model and Internet Protocols Appendix B About the CD

COMP750. Distributed Systems. Network Overview

Lecture (02, 03) Networking Model (TCP/IP) Networking Standard (OSI)

Transcription:

Network Reference Models LECTURE (2)

Network Reference Models A framework (guideline) for network implementation and troubleshooting. Divides complex functions into simpler components. Importance of reference model: Vendor interoperability standardization. Better understanding of data transfer Reference model types : OSI (Open System Interconnection ). TCP/IP (DOD Model)

Advantages of R.M It divides the network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting. It allows multiple-vendor development through standardization of network components. It encourages industry standardization by defining what functions occur at each layer of the model. It allows various types of network hardware and software to communicate. It prevents changes in one layer from affecting other layers, so it does not hamper development.

OSI Reference Model OSI: Open Systems Interconnection The OSI model is the primary architectural model for networks. It describes how data and network information are communicated from an application on one computer, through the network media, to an application on another computer. The model was defined by the International Organization for Standardization (ISO) The OSI reference model breaks this approach into layers.

OSI Reference Model (cont.)

Layer 7 - The Application Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical It s the S\w on our pcs that is used to represent a user interface to the network & so aids the user to make applications. Examples: Email (SMTP,POP3) Web browsers (HTTP) FTP Telnet

Layer 6 - The Presentation Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical This layer is responsible for presenting the data in the proper format. Examples: ASCII, AVI,JPG,.

Layer 5 - The Session Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Ensure that all information required for opening a session is available. Give orders for: establishment, management, and termination of the session.

Layer 4 - The Transport Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Responsible for actual mechanism of: 1. Establishment of connection. 2. Management of connection: 2.1) segmentation. 2.2) sequencing. 2.3) end-to-end check. 2.4) error detection &correction. 2.5) flow control. 3. Termination of connection. Examples: TCP (transmission control protocol). UDP (User Datagram Protocol).

Layer 3 - The Network Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Responsible for: 1. End-to-end delivery. 2. Logical addressing. EX: IPv4,IPv6,IPX,APPLETALK 3. Routing (choose the best path to destination.) EX: RIP,OSPF,IS-IS,EIGRP

Layer 2 - The Data Link Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Responsible for: 1. Hop-to hop data delivery. 2. Hop-to-hop addressing (MAC Address in Ethernet). 3. Hop-to-hop error detection 4. Hop-to-hop flow control.

Layer 1 - The Physical Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical It s responsible for all Physical properties of the network : 1. Cable length. 2. Cable type. 3. Bit rate. 4. Voltage levels. 5. H/W interface types.

Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model

Encapsulation Data Link Header IP Header TCP Header HTTP Header Data Data Link Trailer Server Encapsulation Process of adding control information as it passes down through the layered model. HTTP Data trailer

The Communication Process - Decapsulation Data Link Header IP Header TCP Header HTTP Header Data Data Link Trailer Client HTTP Data trailer

The Communication Process Protocol Data Unit (PDU) - The form that a piece of data takes at any layer. At each stage of the process, a PDU has a different name to reflect its new appearance. PDUs are named according to the protocols of the TCP/IP suite. Data - The general term for the PDU used at the Application layer Segment - Transport Layer PDU Packet - Internetwork Layer PDU Frame - Network Access Layer PDU Bits - A PDU used when physically transmitting data over the medium

Addressing and Naming Schemes Explain how labels in encapsulation headers are used to manage communication in data networks

Difference Between IP & MAC addresses MAC B IP: 1.1.1.2 MAC D IP: 2.2.2.1 MAC A IP: 1.1.1.1 MAC C IP: 1.1.1.3 MAC E IP: 2.2.2.2

What is the Address on my Ethernet NIC?

Network devices capabilities