Protocol Reference Model of OSI

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
Open System Interconnection
OSI Model MIS 416 – Module II Spring 2002 Networking and Computer Security.
OSI Model.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Chapter 2 Network Models.
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.
Data Communications Network Models.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
Communication Network Protocols ----Krishna Priyanka Chebrolu.
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
OSI Model Honolulu Community College Cisco Academy Training Center
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)
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
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.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
MODULE I NETWORKING CONCEPTS.
Rehab AlFallaj.  OSI Model : Open system Interconnection.  is a conceptual model that characterizes and standardizes the internal functions of a communication.
BY SANTHOSH G. What is Networking Network Requirements What is Topology Types of Topologies.
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
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.
Network Models.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Introduction Chapter 1. Metropolitan Area Networks A metropolitan area network based on cable TV.
Prepared by: PACE Academy ( Welcome to CCNAX Cisco Certified Network Associate Version 2 ( ) Recognize the purpose and functions.
Data Communication Network Models
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 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.
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.
Network Models.
Networking Using the OSI Model.
The OSI Model Prof. Choong Seon HONG.
OSI model vs. TCP/IP MODEL
Chap. 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Lecturer, Department of Computer Application
CT1303 LAN Rehab AlFallaj.
Networking for Home and Small Businesses – Chapter 6
DEPARTMENT OF COMPUTER SCIENCE
Lec 5 Layers Computer Networks Al-Mustansiryah University
Networking for Home and Small Businesses – Chapter 6
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
OSI Model OSI MODEL.
Networking for Home and Small Businesses – Chapter 6
The OSI Model and the TCP/IP Protocol Suite
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Unit – III Network Essentials
Presentation transcript:

Protocol Reference Model of OSI OSI Model

Content Introduction to the OSI layer How OSI was created and why Comparison with TCP/IP Layers : Application layer Presentation layer Session layer Transport layer Network layer Data link layer Physical layer Conclusion Resources

Introduction to the OSI layer Open Systems Interconnection (OSI) Each layer support the layers above it and offers services to the layers below Each layer performs unique and specific task A layer only has knowledge of its neighbour layers only A layer service is independent of the implementation

How OSI was created and how An attempt for a framework for developing networking technologies OSI became a tool for explaining the Networking in general Before OSI was created people created their Software/Hardware as they wanted it to be. There was not any compatibility. Now OSI is used as a rule set for all vendors to create their Software/Hardware by using the standards.

Protocol Reference Model of OSI II OSI Overview 1. OSI - layered framework for the design of network systems that allows communication across all types of computer systems. 2. The OSI 7 Layers. ( Brief functional overview. ) 3. Vertical and horizontal communication between the layers using interfaces. (defines what information and services should the layer provide to the layer above it. )

Layers Each layer contains a logical grouping of functions Each function receive an input(one or more) and produces an output 6

Protocol Reference Model of OSI I History 1. The need for standardization - many vendors, no interoperability - no common framework 2. ISO and CCITT came up with OSI (Open System Intercommunication) in 1984. 3. OSI Protocol Suite – unaccepted by vendors and users. (TCP won) 4. OSI – a standard, which allows communication between different systems without requiring changes to the logic of the underlying hardware and software.

Protocol Reference Model of OSI Layer abstraction and the path of the message

Protocol Reference Model of OSI OSI Overview 4. Data Encapsulation a) PDU conception – each protocol on the diff. layer has its own format. b) Headers are added while a packet is going down the stack at each layer. c) Trailers are usually added on the second layer.

Comparison with TCP/IP Pretty similar to OSI TCP/IP has less layers(four) Main difference in layers is after layer 4

Layers

Application layer(Layer 7) Applications and Services run on it Enables human network to interface the underlying data network Applications on that layer (E-mail clients, web browsers, Chats, etc.) – top-stack applications (As people are on the top of the stack) Applications provide people with a way to create message Application layer services establish an interface to the network Protocols provide the rules and formats that govern how data is treated Protocols on the destination and the host must match

Protocol Reference Model of OSI III The OSI Layers 7. Application Layer Provides user interfaces and support for services Resource sharing and device redirection Remote file access Remote printer access Inter-process communication Network management Directory services Electronic messaging (such as mail) Network virtual terminals

Presentation layer(Layer 6) Coding and conversion of Application layer data to ensure that data from the source device can be interpreted by the appropriate application on the destination device. Compression of the data in a manner that can be decompressed by the destination device. Encryption of the data for transmission and the decryption of data upon receipt by the destination. This is the layer at which application programmers consider data structure and presentation Examples: GIF, JPEG, TIFF, etc. Sometimes n distinction is made between the presentation and application layers. For example http/https. HTTP is generally regarded as an application layer protocol although it has Presentation layer aspects such as the ability t identify character encoding for roper conversion

Protocol Reference Model of OSI The OSI Layers 6. Presentation Layer Translation (connects different computer systems) Compression (transmission efficiency) Encryption (SSL security)

Session layer(Layer 5) Functions at this layer create and maintain dialogs between source and destination applications Authentication Permissions Session Restoration (Checkpoint or recovery)

Protocol Reference Model of OSI The OSI Layers 5. Session Layer Session establishment, maintenance and termination (Deciding who sends, and when.) Session support (security, name recognition, logging )

Transport layer(Layer 4) Tracking the individual communication between applications on the source and destination hosts Segmenting data and managing each piece Reassembling the segments into streams of application data Identifying the different applications Conversation Multiplexing Segments Connection-oriented conversations Reliable delivery Ordered data reconstruction Flow control TCP – Web Browser UDP – Video Streaming Applications

Protocol Reference Model of OSI The OSI Layers 4. Transport Layer Connectionless and connection- oriented services Process-Level Addressing Multiplexing and Demultiplexing Segmentation, Packaging and Reassembly Connection Establishment, Management and Termination Acknowledgments and Retransmissions Flow Control

Network layer(Layer 3) Addressing (IPV4) Encapsulation (Inserts a header with source and destination IPs) Routing (Move a packet over the Internet) Decapsulation (Open the packet and check the destination host) IP is connectionless

Protocol Reference Model of OSI The OSI Layers 3. Network Layer Logical Addressing Routing (where the packet is destinated to) Datagram Encapsulation Fragmentation and Reassembly (handling too big packets ) Error Handling and Diagnostics ( using status messages for example )

Protocol Reference Model of OSI End to end packet delivery

Data link layer(Layer 2) It is the role of the OSI Data Link layer to prepare Network layer packets for transmission and to control access to the physical media. Allows the upper layers to access the media using techniques such as framing Controls how data is placed onto the media and is received from the media using techniques such as media access control and error detection Frame - The Data Link layer PDU Node - The Layer 2 notation for network devices connected to a common medium Media/medium - The physical means for the transfer of information between two nodes Network - Two or more nodes connected to a common medium The Data Link layer is responsible for the exchange of frames between nodes over the media of a physical network.

Protocol Reference Model of OSI The OSI Layers 2. Data Link Layer 2.1. Logical Link Control (LLC ) Establishment and control of logical links between local devices on a network. 2.2. Media Access Control (MAC) The procedures used by devices to control access to the network medium. Frame sequencing Frame acknowledgment Addressing Frame delimiting Frame error checking PDU: frame

Physical layer (Layer 1) The role of the Physical layer is to encode the binary digits that represent Data Link layer frames into signals and to transmit and receive these signals across the physical media that connect network devices. Copper cable Fiber Wireless

Protocol Reference Model of OSI The OSI Layers Physical Layer Definition of Hardware Specifications (of cables, connectors, wireless radio transceivers, network interface cards ) Encoding and Signaling (bit representation) Data Transmission and Reception (half duplex, full duplex ) Topology and Physical Network Design (mesh, ring, bus) PDU: bit

Protocol Reference Model of OSI OSI Summary

Conclusion The way people learn Networking A standard for software A standard for hardware Seven layers architecture Each layer independent on the others Similar to TCP/IP(TCP/IP explained) OSI is used as a model for developing network aware applications(Here I mean that people use its structure to model software)