The OSI Model A Framework for Communications David A. Abarca July 19, 2005.

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

OSI Model OSI LAYER / MODEL.
Open System Interconnection
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Open System Interconnection (OSI) Model
Introduction To Networking
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
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.
OIS Model TCP/IP Model.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
Data Communications and Networks
OSI Model Honolulu Community College Cisco Academy Training Center
Chapter 2 Network Models
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
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.
Characteristics of Communication Systems
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.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
Networking Fundamentals Chapter 1 Introducing Networks.
The OSI Model.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
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.
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.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Enterprise Network Systems TCP Mark Clements. 3 March 2008ENS 2 Last Week – Client/ Server Cost effective way of providing more computing power High specs.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
THE OSI REFERENCE 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.
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. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
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
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.
OSI LAYERS.
The OSI Model Prof. Choong Seon HONG.
Chapter 5: Making Networks Work
ISO/OSI Model and Collision Domain
Lecturer, Department of Computer Application
The OSI 7 Layer Model.
DEPARTMENT OF COMPUTER SCIENCE
NT2640 Unit 1 Activity 1 Handout
Chapter 3: Open Systems Interconnection (OSI) Model
Computing Over Distance
Find the Critical Path and the Time Required
OSI Model The Seven Layers
OSI Model OSI MODEL.
Network Architecture Models
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
Presentation transcript:

The OSI Model A Framework for Communications David A. Abarca July 19, 2005

Open System Interconnection (OSI) Model: –Was developed in 1984 by the International Organization for Standardization (ISO), a group that provides a worldwide common language for many technology industries, –Is only a framework for communications between computers, not a method of communications. Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary

Open System Interconnection (OSI) Model –The Model defines the separate functions necessary to process data communications between devices. –The Model uses 7 separate layers, one layer to represent each function. –The layers are stacked on top of each other and pass data from the top of the “stack” to the bottom. –When the data reaches the bottom of the “stack”, the data is transferred across a cable, or other media, and then back up the “stack” to the other device. Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary

Each layer performs a specific network communication function which allows devices, such as computers, to communicate with other devices on a network. Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Communications from Top to Bottom Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary All People Seem ToTo Need Processing Data

The 7 layers are divided into two groups: –The Upper layers Are implemented by software. Address the user’s ability to interact with other applications. –The Lower layers Are implemented by both software and hardware. Handle the transport of data over the network including the physical medium, or cable (or wireless medium). Communications from Top to Bottom Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary

HDataT H TH T H Information (data) is packaged by adding a header and, in some cases a trailer, then the package is handed off to the next layer where the process is repeated. Communications from Top to Bottom Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary User AUser B Data After the data is transmitted and received, the process is reversed and the headers and trailers are stripped off the lower layer data package and handed up to the next layer where the process is repeated. T HDataT HA Layer Data T HDataT HP Layer DataT HS Layer Data T HT Layer DataT HDataT HN Layer DataT DL Layer Data

The role of the Application Layer is to provide services that allow software applications (Word, Excel, Outlook, etc.) to transfer data (files), , web pages, and other network software on the network. Application Layer Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary Interface with the user’s applications Uses protocols including TELNET, HTTP, FTP One Data File

The role of the Presentation Layer is to transform data into the form that the application layer can accept. This layer converts, compresses, formats and encrypts data to be sent across a network Presentation Layer Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary Provides Translation and Encryption Specs. defined include: GIF, TIFF, JPEG, and ASCII. One Data File

The role of the Session Layer is to establish, maintain and terminate connections, or “sessions”, between application. The Session Layer also reports error in data transmission to the other upper layers. Session Layer Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary Provides logon and password services and provides error checking One Data File

The role of the Transport Layer is to convert the data from the upper layers into segments. The Transport Layer is responsible for delivering ALL the segments to ensure the complete message is sent. Error checking is a major responsibility of this layer and helps to ensure complete data transfer. Transport Layer Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary Reliability and Error Checking Protocols: TCP, UDP, NETBEUI, SPX. Segments

The role of the Network Layer is to convert the segments from the Transport Layer into datagrams without regard to their contents. Creation of logical paths, routing and delivery across a network using Layer 3 Switches and Routers are also functions of this layer. Network Layer Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary Software Addressing, IP, IPX, AppleTalk, ICMP, X.25 SegmentsDatagrams

The role of the Data Link Layer is to encode and decode the data packets from the Network Layer into bits, and is responsible for reassembling bits taken of the wire. This layer makes sure they are in the correct order and requests retransmission of the data in case an error occurs. Data Link Layer Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary Hardware Addressing NICs, Bridges, Hubs DatagramsData Packets

The role of the Physical Layer is to transport the bits of data (1s and 0s) across the media used for a particular network as electrical or optical impulses, or as radio signals. Physical Layer Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary Wire, Wireless Fiber-Optics Data Packets 1s and 0s

The OSI Model provides the framework for communications by using the concept of 7 stacked layers to handle the necessary network communication functions to accomplish the task of transferring data across a network. Summary Background Top to Bottom The Layers Application Presentation Session Transport Network Data Link Physical Summary User AUser B Questions ?