Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.

Slides:



Advertisements
Similar presentations
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
Advertisements

Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
Open System Interconnection
CompTIA Network+ Chapter 2
Lecture 2 Protocol Layers CPE 401 / 601 Computer Network Systems slides are modified from Dave Hollinger.
Protocols and the TCP/IP Suite
OSI Model.
Open System Interconnection (OSI) Model
Chapter 2 Network Models.
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.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
OSI AND TCP/IP MODELS. Outline Introduction OSI Model TCP/IP Model IPv4 vs. IPv6.
Semester 1 Chapter 2 The OSI Model Paul Flynn.
OSI Model Honolulu Community College Cisco Academy Training Center
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.
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.
The OSI Reference Model Chapter 2. International Organization for Standards (ISO) recognized the need to create a network model that would help network.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
1 Protocols and Reference Models Babu Ram dawadi.
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
OV Copyright © 2011 Element K Content LLC. All rights reserved. Networking Models  The OSI Model  The TCP/IP Model.
OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Network Architecture Models School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)
Semester 1 Chapter 2 The OSI Model.
An Introduction to Networking
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Net 221D:Computer Networks Fundamentals
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.
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)
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 Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Starter - Can the following two computers communicate via a switch? (add proof) / /8 The following data has been sent using even.
Networking Using the OSI Model.
OSI LAYERS.
Computer Networks.
Local Area Networks Chapter 4.
Lecturer, Department of Computer Application
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
DEPARTMENT OF COMPUTER SCIENCE
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
OSI Model OSI MODEL.
Network Architecture Models
Protocols and the TCP/IP Suite
Unit – III Network Essentials
Presentation transcript:

Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application in another computer. Is a conceptual model composed of seven layers, each specifying particular network functions. OSI was developed by the International Organization for Standardization (ISO) in 1984 and it is now considered the primary architectural model for inter computer communication.

Open System Interconnection The OSI model divides the tasks involved with moving information between networked computers into seven smaller, more manageable tasks groups. A task or group of task is then assigned to each of the seven OSI layers. Each layer is reasonably self-contained, so that the tasks assigned to each layer can be implemented independently.

Open System Interconnection Application 7 7 Presentation 6 6 Session 5 5 Transport 4 4 Network 3 3 Data Link 2 2 Physical 1 1

Open System Interconnection

Upper layers Only in software. Closest to the end user. Interact with software application. Lower layers Handle data transport issues The physical layer and data link layer are implemented in hardware and software The physical layer is closest to the physical network medium.

Protocols A protocol is a formal set of rules and conventions that governs how computers exchange information over a network medium. A protocol implements the function of one or more of the OSI layer. LAN protocols. WAN protocols. Network protocols. Routing protocols.

Protocols LAN protocols operate at the physical and data link layers of the OSI model and define communication over the various LAN media. WAN protocols operate at the lowest three layers of the OSI model and define communication over the various wide area media. Routing protocols are network layer protocols that are responsible for path determinations and traffic switching. Network protocols are the various upper layer protocols that exist in a given protocol suite.

OSI model and Communication between systems

OSI model Layers and Information Exchange The seven OSI layers use various of forms of control information to communicate with their peer layers in other computer systems. This control information consist of specific request and instructions that are exchanged between peer OSI layers

OSI model Layers and Information Exchange Control information typically takes one of two forms: headers and trailers. Headers are prepended to data that has been passed down from upper layers. Trailers are appended to data that has been passed down from upper layers.

OSI model Layers and Information Exchange In other words, the data portion of an information unit at a given OSI layer potentially can contain headers, trailers, and data from all the higher layers. This is known as encapsulation.

OSI model Layers and Information Exchange Encapsulation

OSI Model Physical Layer Define the electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating the physical link between communicating network systems. Physical layer specifications define characteristics such as voltage levels, timing of voltage changes, physical data rates, maximum transmission distances, and physical connectors. Physical layer implementations can be categorized as either LAN or WAN specifications.

OSI Model Data-Link Layer Provides reliable transit of data across a physical network link. Different data link layer specifications define different network and protocol characteristics, including physical addressing, network topology, error notification, sequencing of frames, and flow control. Network topology consists of the data-link layer specifications that often define how devices are to be physically connected, such as in a bus or a ring topology.

OSI Model Data-Link Layer Error notification alerts upper-layer protocols that a transmission error has occurred, and the sequencing of data frames reorders frames that are transmitted out of sequence. Finally, flow control moderates the transmission of data so that the receiving device is not overwhelmed with more traffic that it can handle at one time.

OSI Model Data-Link Layer The data link layer contains two sub-layers LLC Sub-layer MAC Sub-layer

OSI Model Data-Link Layer LLC sub-layer manages communications between devices over a single link of a network. LLC is defined in the IEEE specification and supports both connectionless and connection- oriented services used by higher-layer protocols

OSI Model Data-Link Layer The Media Access Control (MAC) sub-layer of the data link layer manages protocol access to the physical network medium. The IEEE MAC specification defines MAC address, which enable multiple devices to uniquely identify one another at the data link layer.

OSI Model Network Layer Provides routing and related functions that enable multiple data links to be combined into an internetwork. This is accomplished by the logical addressing of devices. Supports both connection-oriented and connectionless service from higher-layer protocols.

OSI Model Network Layer Network layer protocols typically are routing protocols, but other types of protocols are implemented at the network layer as well. BGP, OSPF, RIP.

OSI Model Transport Layer Implements reliable internetwork data transport services that are transparent to upper layers. Its functions typically include flow control, multiplexing, virtual circuit management, and error checking and recovery.

OSI Model Transport Layer Flow control manages data transmission between devices so that the transmitting device does not send more data than receiving device can process. Multiplexing enables data from several applications to be transmitted onto a single physical link. Virtual circuits are established, maintained, and terminated by the transport layer.

OSI Model Transport Layer Error checking involves creating various mechanism for detecting transmission errors, while error recovery involves taking an action, such as requesting that data be retransmitted, to resolve any errors that occur.

OSI Model Session Layer Establishes, manages, and terminates communication sessions between presentation layer entities. Communication sessions consist of service request and service responses that occur between applications located in different network devices.

OSI Model Presentation Layer Provides a variety of coding and conversion functions that are applied to application layer data. These functions ensure that information sent from the application layer of one system will be readable by the application layer of another system. Data representation formats, conversion of character representation formats, common data compression, and common data encryption schemes.

OSI Model Presentation Layer EBCDIC and ASCII Quick Time and Motion – Apple Computer specification for video and audio. MPEG for video compression and coding. GIF – Graphics Interchange Format JPEG – Joint Photographic Experts Group. TIFF – Tagged Image File Format

OSI Model Application Layer Is the OSI layer closest to the end user. This layer interacts with software application that implement a communicating component. TCP/IP applications are protocols, such as lTelnet, File Transfer Protocol (FTP), and Simple Mail Transfer Protocol (SMTP), that exist in the Internet Protocol suite. OSI applications are protocols, such as File Transfer, Access, and Management (FTAM), Virtual Terminal Protocol (VTP), and Common Management Information Protocol (CMIP)

The TCP/IP Protocol Architecture

The TCP/IP Application Layer

The TCP/IP Transport Layer

The TCP/IP Internet Layer

The TCP/IP Network Interface Layer The TCP/IP Network Access Layer

4 Application 3 Transport 2 Internet 1 Network Access Application 7 7 Presentation 6 6 Session 5 5 Transport 4 4 Network 3 3 Data Link 2 2 Physical 1 1