ISO-OSI Reference Model and IEEE Standards

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
Chapter 2 Network Models.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
OSI Model.
Open System Interconnection (OSI) Model
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Protocol Reference Model of OSI
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Lecturer: Tamanna Haque Nipa
6. Network Model ENG224 INFORMATION TECHNOLOGY – Part I
Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1.
OSI Model Honolulu Community College Cisco Academy Training Center
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.
Course ILT The OSI model Unit objectives Explain the significance of the OSI model, label the seven layers of the OSI model, and describe services provided.
COMPUTER NETWORKS Ms. Mrinmoyee Mukherjee Assistant Professor
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
TCOM 509 – Internet Protocols (TCP/IP) Lecture 03_b Protocol Layering Instructor: Dr. Li-Chuan Chen Date: 09/15/2003 Based in part upon slides of Prof.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
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
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
What is Network Reference Model? A network reference model defines the functions of communication software in a generalized and structured manner which.
Prepared by: PACE Academy ( Welcome to CCNAX Cisco Certified Network Associate Version 2 ( ) Recognize the purpose and functions.
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.
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.
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.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Networking Using the OSI Model.
The OSI Model Prof. Choong Seon HONG.
Chapter 5: Making Networks Work
Computer Networks.
Click to edit Master subtitle style
Chap. 2 Network Models.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
CHAPTER 2 THE OSI MODEL.
What the OSI Protocol Layers Do
Networking Standards and the OSI Model
Lecturer, Department of Computer Application
The OSI 7 Layer Model.
DEPARTMENT OF COMPUTER SCIENCE
ISO-OSI Reference Model and IEEE Standards
Data and Computer Communications by William Stallings Eighth Edition
Chapter 3: Open Systems Interconnection (OSI) Model
Guide to Networking Essentials 7th Edition
OSI Model The Seven Layers
Chapter 15 – Part 2 Networks The Internal Operating System
Network Architecture for Cyberspace
OSI Model OSI MODEL.
Network Architecture Models
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

ISO-OSI Reference Model and IEEE Standards Chapter ISO-OSI Reference Model and IEEE Standards © N. Ganesan, Ph.D. , All rights reserved.

Chapter Objectives Discuss the most popular ISO-OSI 7-layer communication reference model Explain the reference model and standards relevant to network communications Describe the different IEEE standards that apply to different types of networks

An Overview of ISO and its 7-Layer OSI Model Module 1 An Overview of ISO and its 7-Layer OSI Model © N. Ganesan, Ph.D. , All rights reserved.

Models and Standards in Communication Established standards Standards are known as protocols Implementation A framework is helpful in the design of hardware and software for communication ISO-OSI Model serves this purpose ISO-OSI supersedes the TCP/IP model

ISO and OSI Defined ISO OSI International Standards Organization Open Systems Interconnect

OSI Model Background Introduced in 1978 and revised in 1984 Formulates the communication process into structured layers There are seven layers in the model, hence the name the 7-Layer model The model acts as a frame of reference in the design of communications and networking products

The Layered Approach to Communication 7. Application 6. Presentation 5. Session 4. Transport 3. Network 2. Data Link 1. Physical

Division of Layers 7. Application 6. Presentation Upper Layers 5. Session 4. Transport Middle Layer 3. Network 2. Data Link Lower Layers 1. Physical

The Function of a Layer Each layer deals with one aspect of networking Layer 1 deals with the communication media Each layer communicates with the adjacent layers In both directions Ex: Network layer communicates with: Transport layer Data Link layer Each layer formats the data packet Ex: Adds or deletes addresses

Role of Layers Node A 7. Application 6. Presentation Data In To/from 1. Physical To/from Node B Data Out

Communication Between Layers 7. Application Data Encapsulation 6. Presentation Data Stripping 5. Session

The Role of Layers in Point-to-point Communication Node b Node a 7. Application 7. Application 1.Physical 1. Physical

Virtual Communication Between Layers 7. Application 7. Application 3. Network 3. Network

End of Module 1

© N. Ganesan, Ph.D. , All rights reserved. Module 2 The ISO Upper Layers © N. Ganesan, Ph.D. , All rights reserved.

Module Objectives Application Layer Presentation Layer Session Layer Transport Layer Network Layer

7. Application Layer Purpose Examples User application to network service interface Examples File request from server E-mail services etc.

Application Layer Function General network access Flow control Error recovery

6. Presentation Layer Purpose Example: Formats data for exchange between points of communication Ex: Between nodes in a network Example: Redirector software Formats for transmission to the server

Presentation Layer Function Protocol conversion Data translation Encryption Character set conversion Expansion of graphics command

Redirector Example C:/CORRES/USDA F:/PUR/ORDER REDIRECTOR TO LOCAL DISK TO SERVER

5. Session Layer Purpose Example Oversee a communication session Establish Maintain Terminate Example

Session Layer Function Performs name recognition and related security Synchronization between sender and receiver Assignment of time for transmission Start time End time etc.

4. Transport Layer Purpose Example Repackage proper and efficient delivery of packages Error free In sequence Without duplication Example

Transport Layer Function For sending data Repackage the message to fit into packets Split long messages Assemble small messages On receiving data Perform the reverse Send an acknowledgment to the sender Solve packet problems During transmission and reception

3. Network Layer Purpose Example application at the router Addressing and routing the packets Example application at the router If the packet size is large, splits into small packets

Network Layer Function Address messages Address translation from logical to physical Ex: nganesa ----------> 102.13.345.25 Routing of data Based on priority Best path at the time of transmission Congestion control

End of Module 2

© N. Ganesan, Ph.D. , All rights reserved. Module 3 The ISO Lower Layers © N. Ganesan, Ph.D. , All rights reserved.

2. Data Link Layer Purpose Manages the flow of data over the physical media Responsible for error-free transmission over the physical media Assures error-free data submission to the Network Layer

Data Link Layer Function Point of origin Packages data for transmission over physical line Receiving end Packages data for submission to the network layer Deals with network transmission protocols IEEE 802. protocols

Data Link Layer Subdivision Improvement to ISO Model Logical Link Control (LLC) sub-layer Manages service access points (logical link) Error and flow control Media Access Control (MAC) sub-layer Applies directly to network card communication Access control

Logical Link Control

Media Access Control Application Network Interface Card driver NETWORK CARD NETWORK SOFTWARE NIC Driver facilitates data transfer

1. Physical Layer Purpose Example Deals with the transmission of 0s and 1s over the physical media Translation of bits into signals Example Pulse duration determination Transmission synchronization etc.

Physical Layer Function Encode bits into signals Carry data from the h higher layers Define the interface to the card Electrical Mechanical Functional Example: Pin count on the connector

Lower Layers Application Areas Special significance to network card design Applies to general LAN hardware design Exceptions Routers etc. 802. standards Centered around the lower layers Applies to networks

End of Module 3

Summary of ISO-OSI Functional Layers Module 4 Summary of ISO-OSI Functional Layers © N. Ganesan, Ph.D. , All rights reserved.

Layer Operations At each layer, additional information is added to the data packet An example would be information related to the IP protocol that is added at Layer 3

Formatting of Data Through the Layers Application Header Presentation Header Session Header Network Header Transport Header Physical Frame Preamble Data Link Header and Trailer

Packet : General Format Header Trailer Data A general concept of packets serves as a prerequisite to the understanding of the ISO-OSI model.

Some Header Information Added at Various Layers Packet arrival information Receiver’s address Sender’s address Synchronization character

Data Actual data May contain error correction code Size may vary Performed on individual characters of the data Example: Parity Size may vary Depending on the protocol Example 802.3 specifies range of data packet length

Some Trailer Information Added at Various Layers Error correction code Character oriented VRC (Parity Checking) Packet oriented error correction codes LRC CRC

A Note on CRC Used widely Sophisticated Polynomial of deferent degrees are used for error correction Example: Degrees 16, 32 etc. CRC-32 is a more stringent error checking procedure than CRC-16

Some of the Major Components of the Data Packet Receiver’s Address Control Data Data Error Correction Protocol Start/synch Information Sender’s Address

Standardizing Packet Formatting Packets must conform to a standard in order for the nodes in a network to be able to communicate with one another The International Standards Organization (ISO) has provided a reference model Standards are established for operations at each layer of the ISO/OSI model in the form of protocols

End of Module 4

The IEEE 802 Group and the Standards Module 5 The IEEE 802 Group and the Standards © N. Ganesan, Ph.D. , All rights reserved.

IEEE Background Institution of Electrical and Electronic Engineers (IEEE) A professional non-profit organization Project group 802 Responsible for setting standards relating to the physical link of the network

IEEE 802 Focus OSI Reference Areas Data Link layer Physical layer Network cards and cables Network electronic/optical/ wireless communication standard as they apply to the lower two layers mentioned above WAN connectivity

Upper Layer Focus IETF W3C ISO/IEC The above agencies focus on setting standards on higher level protocol TCP, IP etc.

IEEE 802 Committees And Responsibilities 802.1 Internetworking 802.2 Logical Link Control (LLC) 802.3 CSMA/CD 802.4 Token Bus LAN

IEEE 802 Committees and Responsibilities (Cont.) 802.5 Token Ring LAN 802.6 Metropolitan Area Network 802.7 Broadband Technical Advisory Group 802.8 Fiber-Optic Technical Advisory Group

IEEE 802 (Cont.) 802.9 Integrated Voice/Data Networks 802.10 Network Security 802.11 Wireless Networks 802.12 Demand Priority Access LANs Ex: 100BaseVG-AnyLAN

OSI Sub-Layer Reference to IEEE 802 Standards Logical Link Control (LLC) 802.2 802.1 for both. Media Access Control (MAC) 802.3 802.4 802.5 802.12

End of Module 5

END OF MODULE END OF CHAPTER