Chapter 5: Making Networks Work

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

OSI Model OSI LAYER / MODEL.
© N. Ganesan, Ph.D., All rights reserved. Chapter ISO-OSI Reference Model and IEEE Standards.
CompTIA Network+ Chapter 2
OSI Model.
Network Reference Model. 2004/05Network reference models2 Learning Objectives Understand and explain the OSI reference model Understand and explain the.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Chapter 2 Network Models.
Protocol Reference Model of OSI
 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
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
6. Network Model ENG224 INFORMATION TECHNOLOGY – Part I
Ethics, Privacy and Computer Forensics Chap 14 Network Basics For Digital Investigation.
Chapter 5 Making Networks Work Instructor: Nhan Nguyen Phuong.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Presentation on Osi & TCP/IP MODEL
Introducing Network Standards
Introduction to Computer Networks Introduction to Computer Networks.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
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 –
Spring 2006Computer Networks1 Chapter 2 Network Models.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
N ETWORKING Standards and Protocols. S TANDARDS AND P ROTOCOLS The OSI Model.
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)
Week #8 OBJECTIVES Chapter #5. CHAPTER 5 Making Networks Work Two Networking Models –OSI OPEN SYSTEMS INTERCONNECTION PROPOSED BY ISO –INTERNATIONAL STANDARDS.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
LECTURE 2 Network Layered Models: OSI & TCP/IP. Chapter Objectives ■Discuss the most popular ISO-OSI 7-layer communication reference model ■Explain the.
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.
Guide to Networking Essentials Fifth Edition
Computer Networks.
ISO-OSI Reference Model and IEEE Standards
Click to edit Master subtitle style
Chap. 2 Network Models.
Part I. Overview of Data Communications and Networking
Networking Standards and the OSI Model
Layered Architectures
Lecturer, Department of Computer Application
The OSI 7 Layer Model.
Networking for Home and Small Businesses – Chapter 6
DEPARTMENT OF COMPUTER SCIENCE
Lec 5 Layers Computer Networks Al-Mustansiryah University
Networking for Home and Small Businesses – Chapter 6
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Guide to Networking Essentials 7th Edition
OSI Model OSI MODEL.
Protocols and the TCP/IP Suite
Networking for Home and Small Businesses – Chapter 6
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Unit – III Network Essentials
Presentation transcript:

Chapter 5: Making Networks Work

Guide to Networking Essentials, Fourth Edition Learning Objectives Understand and explain the OSI reference model Understand and explain the IEEE 802 networking model and related standards Explain the OSI reference model’s layers and their relationships to networking hardware and software Guide to Networking Essentials, Fourth Edition

OSI and 802 Networking Models Models create intellectual framework to clarify network concepts and activities Open Systems Interconnection (OSI) reference model is most successful model Proposed by International Organization for Standardization (ISO) IEEE 802 networking model is an influential set of networking standards Encompasses most network types and is open-ended, allowing additions for new types Guide to Networking Essentials, Fourth Edition

Role of a Reference Model Networking is built on common framework Model clarifies process by breaking down features and functionality into layers Easier to comprehend Helps with component compatibility Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition OSI Reference Model Provides useful way to describe and think about networking Breaks networking down into series of related tasks Each aspect is conceptualized as a layer Each task can be handled separately Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Understanding Layers Layering helps clarify process of networking Groups related tasks and requirements OSI model provides theoretical frame of reference Clarifies what networks are Explains how they work Guide to Networking Essentials, Fourth Edition

OSI Reference Model Structure Breaks networked communications into seven layers, as seen in Figure 5-1: Application Presentation Session Transport Network Data Link Physical Guide to Networking Essentials, Fourth Edition

Seven Layers of OSI Reference Model Guide to Networking Essentials, Fourth Edition

OSI Reference Model Structure A computer must have a protocol stack to access a network Most common network protocol stacks include: Transmission Control Protocol/Internet Protocol (TCP/IP) Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX) NetBIOS Enhanced User Interface (NetBEUI) AppleTalk Systems Network Architecture (SNA) Guide to Networking Essentials, Fourth Edition

OSI Reference Model Structure (continued) Protocols plus drivers equal network access Each layer of OSI model communicates and interacts with layers immediately above and below it Each layer responsible for different aspect of data exchange Each layer puts electronic envelope around data as it sends it down layers or removes it as it travels up layers for delivery Guide to Networking Essentials, Fourth Edition

OSI Reference Model Structure (continued) Interface boundaries separate layers Individual layer communicates only adjacent layers “Peer layers” describes logical or virtual communication between same layer on both sending and receiving computers See Figure 5-2 Guide to Networking Essentials, Fourth Edition

Relationships Among OSI Layers Guide to Networking Essentials, Fourth Edition

OSI Reference Model Structure (continued) Date is broken into packets or payloads, called PDUs, as it moves down stack PDU stands for protocol data unit, packet data unit, or payload data unit PDU is self-contained data structure from one layer to another At sending end, each layer adds special formatting or addressing to PDU, called a header Adding information to the PDU is called encapsulation At receiving end, each layer reads packet and strips off information added (called de-encapsulation) by corresponding layer at sending end Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Application Layer Layer 7 is top layer of OSI reference model Provides general network access Includes set of interfaces for applications to access variety of networked services such as: File transfer E-mail message handling Database query processing May also include error recovery PDU at this layer and the next two layers is referred to as data Examples of software that resides at this layer include FTP, HTTP (the protocol used to transfer Web pages), and components of client software such as the Client for Microsoft Networks Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Presentation Layer Layer 6 handles data formatting and protocol conversion Converts outgoing data to generic networked format Performs data encryption and decryption Handles character set issues and graphics commands May include data compression Includes redirector software that redirects service requests across network Software components that operate at this layer are usually built into the Application layer Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Session Layer Layer 5 opens and closes sessions Performs data and message exchanges Monitors session identification and security Performs name lookup and user login and logout Provides synchronization services on both ends Determines which side transmits data, when, and for how long Transmits keep-alive messages to keep connection open during periods of inactivity Some of the common network functions handled by this layer include name lookup and user login and logout Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Transport Layer Layer 4 conveys data from sender to receiver Breaks long data payloads into chunks called segments Includes error checks Re-sequences chunks into original data on receipt Handles flow control PDU at this layer is called a segment The components that work at this layer include the TCP portion of the TCP/IP protocol suite and the SPX portion of the IPX/SPX protocol suite Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Network Layer Layer 3 addresses messages for delivery Translates logical network address into physical MAC address Decides how to route transmissions Handles packet switching, data routing, and congestion control Through fragmentation or segmentation, breaks data segments from Layer 4 into smaller PDUs called packets Reassembles data packets on receiving end The software components include the IP component of TCP/IP and the IPX component of IPX/SPX Routers operate at this layer Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Data Link Layer Layer 2 creates data frames to send to Layer 1 On receiving side, takes raw data from Layer 1 and packages into data frames Data frame is basic unit for network traffic on the wire See Figure 5-3 for contents of typical data frame Performs Cyclic Redundancy Check (CRC) to verify data integrity Detects errors and discards frames containing errors PDU at Layer 2 is called a frame The software component that operates at this layer is the NIC driver; the hardware components that operate here include the NIC and switches Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Data Frame Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Physical Layer Layer 1 converts bits into signals for outgoing messages and signals into bits for incoming messages Manages computer’s interface to medium Instructs driver software and network interface to send data across medium Sets timing and interpretation of signals across medium Translates and screens incoming data for delivery to receiving computer The components include all of the cables and connectors used on the medium plus repeaters and hubs Guide to Networking Essentials, Fourth Edition

Actions of Each Layer of OSI Reference Model Guide to Networking Essentials, Fourth Edition

IEEE 802 Networking Specifications Institute of Electrical and Electronic Engineers (IEEE) started Project 802 to define LAN standards Set standards to ensure compatibility among network interfaces and cabling from different manufacturers Concentrates on physical elements of network like NICs, cables, connectors, and signaling technologies Concentrates on lower two levels of OSI model: Physical and Data Link layers Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition IEEE 802 Specifications Project 802 includes many standards, numbered 802.1 through 802.20 For more information about 802 standards, see http://www.ieee.org/ Guide to Networking Essentials, Fourth Edition

IEEE 802 Extensions to the OSI Reference Model IEEE specification expanded OSI reference model at Physical and Data Link layers Breaks Data Link layer into two sublayers Logical Link Control (LLC) for error recovery and flow control Media Access Control (MAC) for access control See Figure 5-4 Guide to Networking Essentials, Fourth Edition

IEEE 802 Standard with two Sublayers of OSI Data Link Layer Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition IEEE 802 Extensions IEEE 802.2 defines two Data Link sublayers Logical Link Control (LLC) sublayer Defines logical interface points, called Service Access Points (SAPs) that transfer information from the LLC sublayer to upper OSI layers; includes error detection and recovery Media Access Control (MAC) sublayer Communicates with NIC to read physical address from PROM; responsible for error-free data transmission See Figure 5-5 for IEEE specifications map Guide to Networking Essentials, Fourth Edition

IEEE 802.x Specification Map to OSI Reference Model Guide to Networking Essentials, Fourth Edition

Guide to Networking Essentials, Fourth Edition Chapter Summary OSI reference model and IEEE Project 802 define frame of reference for networking and specify lower-layer behaviors for most of today’s networks These models describe complex processes and operations involved in sending and receiving information across a network OSI reference model breaks networking across seven layers, each with its own purposes and related activities Guide to Networking Essentials, Fourth Edition

Chapter Summary (continued) From bottom up, the seven layers of the OSI reference model are: Physical, Data Link, Network, Transport, Session, Presentation, and Application Most network products and technologies are positioned in terms of the layers they occupy Layers help describe features and functions that products and technologies deliver Guide to Networking Essentials, Fourth Edition

Chapter Summary (continued) IEEE 802 project elaborates on functions of Physical and Data Link layers Data Link layer is broken into two sublayers: Logical Link Control (LLC) and Media Access Control (MAC) Together, these sublayers handle media access, addressing, control (through MAC sublayer) and provide reliable error-free delivery of data frames from one computer to another (through the LLC sublayer) Guide to Networking Essentials, Fourth Edition