LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.

Slides:



Advertisements
Similar presentations
CompTIA Network+ Chapter 2
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
OSI Model.
11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Microcomputer Networking II St. Cloud State University MCS 426, Fall 1999 Instructor: Adomas Svirskas The ISO/OSI Reference Model The Model Functionality.
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.
© 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
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
OSI Model Honolulu Community College Cisco Academy Training Center
Chapter 2 Network Models
Presentation on Osi & TCP/IP MODEL
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
The OSI Model OSI is short for Open Systems Interconnection. OSI model was first introduced by the International Organization for Standardization (ISO)
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
William Stallings Data and Computer Communications
An Introduction to Networking
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Lecture 2: Major Networking Concepts: Reference Models Najla Al-Nabhan September 17, 2014.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Network Models.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
What is Network Reference Model? A network reference model defines the functions of communication software in a generalized and structured manner which.
Introduction Chapter 1. Metropolitan Area Networks A metropolitan area network based on cable TV.
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)
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.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Welcome Back Cisco Semester 1 & 2 Review. Why are Networks Complex Environments?? They involve: They involve: –Interconnections to networks outside an.
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.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Mr. Zeeshan Ali, Asst. Professor
Network Models.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Networking Using the OSI Model.
Layering in Networked computing
Chapter 5: Making Networks Work
Computer Networks.
ISO-OSI Reference Model and IEEE Standards
© 2003, Cisco Systems, Inc. All rights reserved.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
CHAPTER 2 THE OSI MODEL.
Networking Standards and the OSI Model
CT1303 LAN Rehab AlFallaj.
Understanding the OSI Reference Model
Lec 5 Layers Computer Networks Al-Mustansiryah University
Layered Task, OSI Model, TCP/IP Model
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Guide to Networking Essentials 7th Edition
Layered Task, OSI Model, TCP/IP Model
OSI Model The Seven Layers
Network Model.
OSI Model OSI MODEL.
Protocols and the TCP/IP Suite
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
Presentation transcript:

LEARNING COMPUTER NETWORKS OSI Model (layers)

Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer does not affect how the other levels works.  Standardization across manufactures.  Allows different hardware and software to work together.  Reduces complexity

The OSI Reference Model OSI

The OSI Model ■ OSI “ Open Systems Interconnection". ■ OSI model was first introduced in 1984 by the International Organization for Standardization (ISO). – Outlines WHAT needs to be done to send data from one computer to another. – Not HOW it should be done. – Protocols stacks handle how data is prepared for transmittal (to be transmitted) ■ In the OSI model, The specification needed – are contained in 7 different layers that interact with each other.

What is “THE MODEL?” ■ Commonly referred to as the OSI reference model. ■ The OSI model – is a theoretical blueprint that helps us understand how data gets from one user’s computer to another. – It is also a model that helps develop standards so that all of our hardware and software talks nicely to each other. – It aids standardization of networking technologies by providing an organized structure for hardware and software developers to follow, to insure there products are compatible with current and future technologies.

7 Layer OSI Model ■ Why use a reference model? – Serves as an outline of rules for how protocols can be used to allow communication between computers. – Each layer has its own function and provides support to other layers. ■ Other reference models are in use. – Most well known is the TCP/IP reference model. – We will compare OSI and TCP/IP models ■ As computing requirements increased, the network modeling had to evolve to meet ever increasing demands of larger networks and multiple venders. ■ Problems and technology advances also added to the demands for changes in network modeling.

Evolution of the 7-Layers ■ Single Layer Model - First Communication Between Computer Devices – Dedicated copper wire or radio link – Hardware & software inextricably intertwined – Single specification for all aspects of communication DEVICE ADEVICE B Hardware & Software Hardware & Software

Evolution of the 7-Layers(1) Two Layer Model Problem: Applications were being developed to run over ever-increasing number of media/signaling systems. Solution: Separate application aspects from technical (signaling and routing) aspects Application Layer: Concerned with user interface, file access and file transfer Application Technical Standards Application Technical Standards

Evolution of the 7-Layers (3) Network Physical Data-Link Application Network Physical Data-Link Application Four Layer Model - Network connectivity inherently requires travel over intermediate devices (nodes) Technical Standards Level divided into Network, Data-link and Physical Layers

Evolution of the 7-Layers (3) cont. Physical Layer –Describes physical aspects of network: cards, wires, etc –Specifies interconnect topologies and devices Network Layer –Defines a standard method for operating between nodes –Address scheme is defined (IP) –Accounts for varying topologies Data-Link –Works with Network Layer to translate logical addresses (IP) into hardware addresses (MAC) for transmission –Defines a single link protocol for transfer between two nodes

Evolution of the 7-Layers (4) Transport Application Network Physical Data-Link Transport Application Network Physical Data-Link Five Layer Model – Increase Quality of Service (QOS) Variable levels of data integrity in network Additional data exchanges to ensure connectivity over worst conditions Became the Transport Layer

Evolution of the 7-Layers (5) Transport Network Physical Data-Link Session Application Transport Network Physical Data-Link Session Application Six Layer Model - Dialogue Control and Dialogue Separation –Means of synchronizing transfer of data packets –Allows for checkpointing to see if data arrives (at nodes and end stations) –Became Session Layer

Evolution of the 7-Layers (6) The Seven Layer OSI Model - Addition of Management and Security –Standardizing notation or syntax for application messages (abstract syntax) –Set of encoding rules (transfer syntax) –Became the Presentation Layer Presentation Transport Network Physical Data-Link Session Application Presentation Transport Network Physical Data-Link Session Application

What Each Layer Does OSI Model 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Network Processes to applications Data Representation Interhost Communication End to end Connection Address and best Path Access to Media Binary Transmissions

Application layer OSI Model 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Network Processes to applications Provide network services to application processes (such as electronic mail, file, transfer and terminal emulation) Gives end-user applications access to network resources Where is it on my computer? Workstation or Server Service in MS Windows

Presentation Layer OSI Model 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Network Processes to applications Data Representation Insure data is readable by receiving system Format of data Data structures Negotiates data transfer sync for application layer

Session Layer 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Network Processes to applications Data Representation Interhost Communication Establishes, manages and terminates sessions between applications ■ Allows applications to maintain an ongoing session ■ Where is it on my computer? – Workstation and Server Service (MS) – Windows Client for NetWare (NetWare)

Transport Layer 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Network Processes to applications Data Representation Interhost Communication End to end Connection Concerned with transportation issues between hosts Data transport reliability Establish maintain terminate virtual circuits Fault detection and recovery Information flow control ■ Provides reliable data delivery ■ It’s the TCP in TCP/IP ■ Receives info from upper layers and segments it into packets ■ Can provide error detection and correction

Transport Layer The transport layer is responsible for the delivery of a message from one process to another.

Network Layer 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Network Processes to applications Data Representation Interhost Communication End to end Connection Address and best Path provides connectivity and path selection between two end system Domain of routing ■ Provides network-wide addressing and a mechanism to move packets between networks (routing) ■ Responsibilities: – Network addressing – Routing ■ Example: – IP from TCP/IP

Network Layer The network layer is responsible for the delivery of individual packets from the source host to the destination host.

Network Layer Network-wide addresses Used to transfer data across subnets Used by routers for packet forwarding Example: IP Address Where is it on my computer? TCP/IP Software

Data Link Layer 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Network Processes to applications Data Representation Interhost Communication End to end Connection Address and best Path Access to Media provides reliable transfer of data across media Physical addressing, network topology error notification, flow control ■ Places data and retrieves it from the physical layer and provides error detection capabilities

Data Link Layer The data link layer is responsible for moving frames from one hop (node) to the next.

Sub-layers of the Data Link Layer ■ MAC (Media Access Control) – Gives data to the NIC – Controls access to the media through: ■ CSMA/CD Carrier Sense Multiple Access/Collision Detection ■ Token passing ■ LLC (Logical Link Layer) – Manages the data link interface (or Service Access Points (SAPs)) – Can detect some transmission errors using a Cyclic Redundancy Check (CRC). If the packet is bad the LLC will request the sender to resend that particular packet.

What Each Layer Does 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Network Processes to applications Data Representation Interhost Communication End to end Connection Address and best Path Access to Media Binary Transmissions Wires, connections, voltages, data rates ■ Determines the specs for all physical components – Cabling – Interconnect methods (topology / devices) – Data encoding (bits to waves) – Electrical properties ■ Examples: – Ethernet (IEEE 802.3) – Token Ring (IEEE 802.5) – Wireless (IEEE b)

What Each Layer Does The physical layer is responsible for the movement of individual bits from one hop (node) to the next.

Physical Layer (cont’d) ■ What are the Physical Layer components on my computer? ■ NIC – Network Interface Card – Has a unique 12 character Hexadecimal number permanently burned into it at the manufacturer. – The number is the MAC Address/Physical address of a computer ■ Cabling – Twister Pair – Fiber Optic – Coax Cable

How Does It All Work Together Host A 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Data Host A 7 th Application Layer 3 th Network Layer 6 th Presentation Layer 2 th Datalink Layer 5 th Session Layer 4 th Transport Layer 1 th Physical Layer Segments packets frames Bits

How Does It All Work Together ■ Each layer contains a Protocol Data Unit (PDU) – PDU’s are used for peer-to-peer contact between corresponding layers. – Data is handled by the top three layers, then Segmented by the Transport layer. – The Network layer places it into packets and the Data Link frames the packets for transmission. – Physical layer converts it to bits and sends it out over the media. – The receiving computer reverses the process using the information contained in the PDU.

OSI layers