The OSI Model. History of OSI Model ISO began developing the OSI model in 1977. It is widely accepted as a model for understanding network communication.

Slides:



Advertisements
Similar presentations
OSI MODEL Maninder Kaur
Advertisements

Open System Interconnection
© N. Ganesan, Ph.D., All rights reserved. Chapter ISO-OSI Reference Model and IEEE Standards.
Networking Standards and the OSI Model
Network Layer and Transport Layer.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
OSI Model.
Open System Interconnection (OSI) Model
Computer Network Architecture and Programming
Chapter 2 Network Models.
COMPUTER NETWORKS.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
Data Communications Network Models.
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
Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1.
Page 1 - © Richard L. Goldman Networking The OSI Model ©Richard L. Goldman March 29, 2001.
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Chapter 2 Network Models
Introducing Network Standards
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
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.
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
TCP/IP TCP/IP LAYERED PROTOCOL TCP/IP'S APPLICATION LAYER TRANSPORT LAYER NETWORK LAYER NETWORK ACCESS LAYER (DATA LINK LAYER)
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
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.
Network Models.
1 Chap. 2 Protocol. 2 Communication model Simplified communication model  source node  gather data from sensor or switch using ADC (analog-to-digital.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
THE NETWORKS Theo Chakkapark. Open System Interconnection  The tower of power!  The source of this power comes from the model’s flexibility.
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.
THE SEVEN LAYERS OF THE OSI MODEL. PHYSICAL LAYER Encodes the packets into a signal recognized by the medium that will carry them Ex. Analog signal sent.
Prepared by: PACE Academy ( Welcome to CCNAX Cisco Certified Network Associate Version 2 ( ) Recognize the purpose and functions.
Data Communication Network Models
THE OSI REFERENCE MODEL
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.
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.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Introduction to TCP/IP. What is TCP/IP? It is a protocol suite Enables computers within a network to communicate with each other Network can be made up.
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.
Network Models.
The OSI Model Prof. Choong Seon HONG.
Chapter 5: Making Networks Work
Computer Networks.
Chap. 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
Networking Standards and the OSI Model
ISO-OSI Reference Model and IEEE Standards
Lec 5 Layers Computer Networks Al-Mustansiryah University
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
Chapter 2 Network Models
The OSI Model and the TCP/IP Protocol Suite
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

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 The OSI model is nothing tangible; it is simply a conceptual framework that can be used to understand network communication. The OSI model defines seven layers and specifies what tasks need to be done at each layer.

Protocol Stacks A protocol stack is a group of protocols arranged on top of each other as part of a communication process. Each layer of the OSI model has different protocols associated with it. An example of a protocol stack is TCP/IP Each layer in the protocol stack receives services from the layer below it and provides services to the layer above it. For two different computers to communicate, the same protocol stack must be running on each computer.

Communication Between Protocol Stacks When a message is sent from one machine to another, it travels down the layers of one machine and then up the layers on the receiving computer. As the message travels down the first stack, each layer it passes through adds a header. This header contains control information that is read and processed by the corresponding layer on the receiving computer. As the message travels up the stack of the receiving machine, each layer strips off the header added by the corresponding layer of the sending computer.

Physical Layer The physical layer is responsible for sending bits of information over the network medium. The physical layer is concerned with how to represent a 0 and a 1 on the medium, how many pins a connector will have and when a network card may transmit. Passive hubs, couplers, cables, and repeaters are all devices that operate at the physical layer.

Physical Layer – Continued The following items are addressed at the physical layer: –Physical topology used –How data is encoded on either an analog or a digital signal –Bit synchronization between sender and receiver –Baseband vs. broadband transmission

Data Link Layer This layer provides for the flow of data over a single link of the network. It accepts packets from the network layer and packages the information into data units called frames. This layer adds CRC error-detection bits to the Bridges, intellegent hubs, and NIC cards are associated with the data link layer.

Data Link Layer Split into Two Sub-Layers IEEE felt that the data link layer needed to be split into two sub-layers: Logical Link Control (LLC) and Media Access Control (MAC). LLC – Responsible for establishing and maintaining a link between the two devices. MAC – Controls the way multiple devices share the same common medium. CSMA/CD is an example of a protocol that works at the MAC layer NICs have a unique 12-digit hex MAC address that is used to establish the logical link between computers on the same LAN.

Network Layer This layer makes routing decisions and forwards packets for devices that are farther away than a single link. In larger systems there are usually intermediate nodes between any two end systems, and the network layer makes it possible for the layers above it to send packets without being concerned about whether the end system is on the local LAN or is several hops away. Determines route a message will take. It translates logical network addresses to physical machine addresses.

Network Layer – Continued The network layer also may break large packets into smaller chunks if the packet is larger that the largest data frame the data link layer can accept. The network layer re-assembles the chunks into packets at the receiving end. Routers and gateways operate at the network layer.

Transport Layer The transport layer ensures that packets are delivered error-free, in sequence, and with no losses or duplication. Large messages from the session layers are broken up into packets to be sent to the destination computer

Session Layer Establishes and maintains communication between two nodes on the network. Provides for data synchronization so that if the network fails, only the data sent after the point of failure need be re-sent. This layer controls the dialog between the two processes, determining who can transmit and who can receive at what point during the communication.

Presentation Layer Translates data between the formats the network requires and the format the sending and receiving computers require. Note that the sending and receiving computers may use different data formats.

Application Layer Provides interface to network services such as , database access, and file sharing. Allows users to communicate with applications on other computers as though they were on the same computer. (telnet)