OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –

Slides:



Advertisements
Similar presentations
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??
Advertisements

OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
OSI MODEL Maninder Kaur
Chapter 2 Network Models.
OSI Model MIS 416 – Module II Spring 2002 Networking and Computer Security.
Protocols and the TCP/IP Suite
OSI Model.
Open System Interconnection (OSI) Model
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 OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
LECTURE 2 CT1303 LAN. STANDARD MODELS: OSI Model : Open system Interconnection. is a conceptual model that characterizes and standardizes the internal.
NETWORK MODELS T.Najah Al_Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
OIS Model TCP/IP Model.
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
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.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
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.
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
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.
The OSI Model.
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Rehab AlFallaj.  OSI Model : Open system Interconnection.  is a conceptual model that characterizes and standardizes the internal functions of a communication.
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.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Chapter 2 Network Models
Network Models.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
1 Chap. 2 Protocol. 2 Communication model Simplified communication model  source node  gather data from sensor or switch using ADC (analog-to-digital.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
Introduction Chapter 1. Metropolitan Area Networks A metropolitan area network based on cable TV.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
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
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Network Models.
The OSI Model Prof. Choong Seon HONG.
OSI model vs. TCP/IP MODEL
THE OSI MODEL By: Omari Dasent.
Local Area Networks Chapter 4.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Lecturer, Department of Computer Application
The OSI 7 Layer Model.
CT1303 LAN Rehab AlFallaj.
DEPARTMENT OF COMPUTER SCIENCE
Lec 5 Layers Computer Networks Al-Mustansiryah University
NET301 Lecture 2 10/9/2015 NET 301.
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
OSI Model The Seven Layers
OSI Model OSI MODEL.
Presentation transcript:

OSI Model

Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network – Data Link – Physical How do the Layers Communicate?

What is the OSI Model? Open Systems Interconnection International Organization for Standardization (ISO) standard for worldwide communications that defines a networking framework for implementing protocols in seven layers Designed to describe layers in a network operating system 7. Application 6. Presentation 5. Session 4. Transport 3. Network 2. Data Link 1. Physical

What is the OSI Model? (Continued) Each layer can communicate with the layer directly above it and directly below it The work on OSI was initiated in the late 1970s, and came to a level of maturity in the late 1980s and early 1990s Each layer has a standard defined input and a standard defined output 7. Application 6. Presentation 5. Session 4. Transport 3. Network 2. Data Link 1. Physical

What is a Protocol? An agreed-upon format for transmitting data between two devices. The protocol determines the following: – The type of error checking to be used – Data compression method, if any – How the sending device will indicate that it has finished sending a message – How the receiving device will indicate that it has received a message

Why 7 layers? One layer system: – Monolithic specifications or “Link” protocols – Single copper wire or radio link – Application specific – Application aware signals – Inflexible i.e. N times M problem for standards

Why 7 layers? (continued) One to Two layers: – Need to separate Application specific from signaling and routing – Becomes m + n + 1 – One end-to-end Network Service Definition

Why 7 layers? (continued) Two to Four layers defining the Network Service: – Specifying media and signaling – Specifying the operation of a single-link protocol – Specifying the operation of nodes (end and intermediate systems) – Network service splits to 3 layers Physical Layer, concerned with media and signalling Data Link Layer, concerned with the operation of a single link Network Layer concerned with the behaviour of nodes to provide the overall Network Service

Why 7 layers? (continued) Transport layer – Transmission of 1s and 0s carries a chance of corruption – QoS (Quality of Service) Session layer – Dialogue control and Dialogue separation – Check point synchronization Presentation layer – Really the “encoding layer” – Abstract syntax – Transfer syntax

The 7 layers - #7 Application

The 7 layers - #7 Application (Continued)

The Application layer represents the level at which applications access network services. This layer represents the services that directly support applications such as software for file transfers, database access, and electronic mail Uses Terminate and Stay Resident (TSR) programs known as “Network Redirectors” Passes “Operating System File Envelope to Presentation layer Provides protocols for end-user applications Provides standardized services to applications

The 7 layers - #6 Presentation

The 7 layers - #6 Presentation (Continued) Negotiates between abstract syntax and transfer syntax – Transfers data format of sender to data format of receiver Controls security at the file level Data is contiguous and complete Provides code conversion, data compression and encryption services

The 7 layers - #5 Session

The 7 layers - #5 Session (Continued) Establishes and terminates communications sessions between host processes Provides synchronization and translation between name and address databases This layer establishes dialog control between the two computers in a session, regulating which side transmits, plus when and how long it transmits

The 7 layers - #4 Transport

The 7 layers - #4 Transport (Continued) Breaks the file into segments for transport over the network Handles error recognition and recovery Rebuilds segments on receiver Guarantees error free host-to-host transfers Not concerned with routing Works in units of Messages

The 7 layers - #3 Network

The 7 layers - #3 Network (Continued) Works in units of packets Addresses, switches and routes packets between hosts Fragments and reassembles packets Translates logical addresses and names into physical addresses

The 7 layers - #2 Data Link

The 7 layers - #2 Data Link (Continued) Works in units of frames Provides error free node-to-node connections and flow control Provides mapping between network-layer addresses and Data Link layer addresses Waits for acknowledgement from receiver

The 7 layers - #1 Physical

The 7 layers - #1 Physical (Continued) Works in units of bits Regulates the transmission of bits over a physical medium Defines transmission technique used to send data over the wire Handles physical, electrical and procedural specifications Defines connectors, pin outs and electrical voltages and currents

How do the Layers communicate?

What did I just see again? What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network – Data Link – Physical How do the Layers Communicate?

Web References htm htm