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.

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 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
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.
Interoperability Interconnectivity Remote connection Logical connection Local connection Application Presentation Session Transport Network Data Link Physical.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
Communication Network Protocols ----Krishna Priyanka Chebrolu.
Data Communications and Networks
Presentation on Osi & TCP/IP MODEL
Building a Simple Serial Network © 2004 Cisco Systems, Inc. All rights reserved. Understanding the OSI Model INTRO v2.0—1-1.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
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
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
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.
The OSI Model.
OV Copyright © 2011 Element K Content LLC. All rights reserved. Networking Models  The OSI Model  The TCP/IP Model.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
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.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Protocols and Architecture Slide 1 Use of Standard Protocols.
1 Chap. 2 Protocol. 2 Communication model Simplified communication model  source node  gather data from sensor or switch using ADC (analog-to-digital.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
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.
Introduction Chapter 1. Metropolitan Area Networks A metropolitan area network based on cable TV.
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)
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.
Networking Using the OSI Model.
OSI LAYERS.
The OSI Model Prof. Choong Seon HONG.
OSI model vs. TCP/IP MODEL
Local Area Networks Chapter 4.
© 2003, Cisco Systems, Inc. All rights reserved.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Lec 5 Layers Computer Networks Al-Mustansiryah University
Chapter 2 (Handout 1– only sections 2.1, 2.2 and 2.3)
NET301 Lecture 2 10/9/2015 NET 301.
Layered Task, OSI Model, TCP/IP Model
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
OSI Model The Seven Layers
Chapter 15 – Part 2 Networks The Internal Operating System
OSI Model OSI MODEL.
Lecture #13: Example Data Link Protocols.
Open System Interconnect (OSI).
Presentation transcript:

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 MESSAGE IS HAVING SOURCE INFORMATION.

Session Transport Network Datalink Physical Presentation Application Computer A Session Transport Network Datalink Physical Presentation Application Computer B Virtual Communication

PHYSICLA LAYER PROVIDES ELECTRICAL AND MECHANICAL INTERFACES FOR A NETWORK SPECIFIES TYPE OF MEDIA USED TO CONNECT NETWORK DEVICES SPECIFIES HOW SIGNALS ARE TRANSMITTED ON NETWORK

DATA LINK LAYER CONTROLS ACCESS TO COMMUNICATION CHANNEL CONTROLS THE FLOW OF DATA ORGANIZES DATA INTO LOGICAL FRAMES IDENTIFIES SPECIFIC COMPUTER ON THE NETWORK DETECTS ERRORS

NETWORK LAYER MOVES INFORMATION TO THE CORRECT ADDRESS ASSEMBLES AND DEASSEMBLES PACKETS ADDRESSES AND ROUTES DATA PACKETS DETERMINES BEST PATH FOR MOVING DATA THROUGH THE NETWORK

TRANSPORT LAYER TAKES ACTION TO CORRECT FAULTY TRANSMISSION CONTROLS THE FLOW OF DATA ACKNOWLEDGES SUCCESSFUL RECEIPT OF DATA FRAGMENTS AND RE ASSEMBLES DATA

SESSION LAYER ESTABLISHES AND MAINTAINS CONNECTION MANAGES UPPER LAYER ERRORS HANDLES REMOTE PROCEDURE CALLS SYSNCHRONIZES COMMUNICATING NODES

PRESENTATION LAYER ENCODES AND DECODES DATA DETERMINES THE FORMAT AND STRUCTURE OF DATA COMPRESSES AND DECOMPRESSES DATA ENCRYPTS AND DECRYPTS

APPLICATION LAYER PROVIDES THE USER INTERFACE CONNECTS THE USER TO THE NETWORK PROVIDES FILE TRANSER SERVICE, SERVICE TERMINAL EMULATION, AND OTHER SERVICES