COMMUNICATION PROTOCOL. Function of Protocol in Network Communication The importance of protocols and how they are used to facilitate communication over.

Slides:



Advertisements
Similar presentations
Communicating over the Network
Advertisements

© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks.
OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Communicating over the Network
OSI Model.
Chapter 1 Read (again) chapter 1.
Computer Network Architecture and Programming
COMPUTER NETWORKS.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to 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.
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
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.
CS 447 Networks and Data Communication
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Communicating over the Network Network Fundamentals – Chapter 2.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Communicating over the Network Network Fundamentals – Chapter 2.
Presentation on Osi & TCP/IP MODEL
The Internet model consists of _______ layers.
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.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
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.
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
11 01_NF_Ch02 – Communicating Over The Network Modified from KC KHOR, Multimedia Univ. Cyberjaya (KT Lo)
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
ITCC-1401 Chapter 3: Network Protocols and Communications
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Communicating over the Network Network Fundamentals – Chapter 2.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Communicating over the Network Network Fundamentals – Chapter 2.
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.
Network Models.
Chapter 3: Network Protocols and Communications
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Communicating over the Network Network Fundamentals – Chapter 2.
KC KHOR, Multimedia Univ. Cyberjaya 1 CCNA Exploration Network Fundamentals Chapter 02 Communicating Over The Network.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
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.
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.
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)
6/28/ A global mesh of interconnected networks (internetworks) meets these human communication needs. Some of these interconnected networks are.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
LOGO Pengenalan OSI Layer dan TCP/IP Model Jaringan Komputer_D3 TT1.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Communicating over the Network
Chapter 3: Network Protocols and Communications
Chapter 3: Network Protocols and Communications
Click to edit Master subtitle style
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Instructor Materials Chapter 3: Network Protocols and Communications
TASK 4 Guideline.
Communicating over the Network
Communicating over the Network
Communicating over the Network
Communicating over the Network
Communicating over the Network
OSI Model OSI MODEL.
Communicating over the Network
Communicating over the Network
Communicating over the Network
Midterm Reference Points
Presentation transcript:

COMMUNICATION PROTOCOL

Function of Protocol in Network Communication The importance of protocols and how they are used to facilitate communication over data networks  A protocol is a set of predetermined rules  A standard is a process or protocol that has been endorsed by the networking industry and ratified by a standards organization

The Role of Protocol Networking protocols suites describe processes such as: The format or structure of the message The process by which networking devices share information about pathways with other networks How and when error and system messages are passed between devices The setup and termination of data transfer sessions

Benefit Of Using Layered Model To visualize the interaction between various protocols, it is common to use a layered model. There are benefits to using a layered model to describe network protocols and operations. Using a layered model:  Assists in protocol design, because protocols that operate at a specific layer have defined information that they act upon and a defined interface to the layers above and below.  Fosters competition because products from different vendors can work together.  Prevents technology or capability changes in one layer from affecting other layers above and below.  Provides a common language to describe networking functions and capabilities.

Protocol and Reference Model There are two basic types of networking models:  protocol models  reference models.

Protocol Model A protocol model provides a model that closely matches the structure of a particular protocol suite. The hierarchical set of related protocols in a suite typically represents all the functionality required to interface the human network with the data network. The TCP/IP model is a protocol model because it describes the functions that occur at each layer of protocols within the TCP/IP suite.

Reference Model A reference model provides a common reference for maintaining consistency within all types of network protocols and services. A reference model is not intended to be an implementation specification or to provide a sufficient level of detail to define precisely the services of the network architecture. The primary purpose of a reference model is to aid in clearer understanding of the functions and process involved. The Open Systems Interconnection (OSI) model is the most widely known internetwork reference model. It is used for data network design, operation specifications, and troubleshooting.

TCP/IP and OSI models are the primary models used when discussing network functionality, designers of network protocols, services, or devices can create their own models to represent their products. Ultimately, designers are required to communicate to the industry by relating their product or service to either the OSI model or the TCP/IP model, or to both.

TCP/IP MODEL

OSI MODEL Initially the OSI model was designed by the International Organization for Standardization (ISO) to provide a framework on which to build a suite of open systems protocols. The vision was that this set of protocols would be used to develop an international network that would not be dependent on proprietary systems.

Model Seven Layer OSI Wire (Network Cable) Application Program Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Layer 2 Layer 1 Application Layer Presentation Layer Session Layer Transport Layer Network Layer Datalink Layer Physical LayerBerhub dg sinyal elektrik Menyediakan koneksi point-to-point handal Koneksi/pemgiriman paket ke tujuan Menyediakan koneksi end-to-end Manage koneksi end-to-end Data filters (compression, encryption) Interface ke program user signals Tujuan NIC

Layer 1: Physical Layer Fungsi Utama: Berhubungan dg sinyal elektrik Contoh: Manchester Signal Encoding NRZI Signal Encoding Bipolar-AMI Signal Encoding Mendefinisikan bagaimana sinyal direpresentasikan Interpretasi sinyal elektrik, representasikan sbg 1 atau 0 Model Seven Layer OSI

Layer 2: Data Link Layer Deteksi dan koreksi error sinyal, jika ada Fungsi Utama: Meneruskan/Forward sinyal yg diterima ke network layer Jika error tdk dp dikoreksi, memberikan error warning ke network layer Menyediakan Media Access Control (MAC) - Utk “shared” network, kontrol siapa yg dp menggunakan network Contoh penggunaan bersama Network:  Ring  Bus  Star (=hub) Model Seven Layer OSI

Layer 3: Network Layer Fungsi Utama: Best effort delivery service - Translasi address - Meroutekan paket dari sumber ke tujuan Model Seven Layer OSI

Layer 4: Transport Layer Fungsi Utama: Deteksi dan koreksi error paket (error control) utk E2E Melaksanakan flow control - Jika penerima ingin slow down, mengurang laju transmisi TX - Jika network congesti, mengurang laju transmisi  congestion control Layer 5: Session Layer Fungsi Utama: Establish/Manage/Delete koneksi (E2E) Kontrol Full-Duplex/Half-Duplex QoS (specifikasi toleransi delay maximum) Model Seven Layer OSI

Layer 6: Presentation Layer Fungsi Utama: Encryption, compression, dll Presentation Layer Encrypted Data Raw Data Encryption Presentation Layer Compressed Data Raw Data Compression Fungsi Utama: Interface ke application programs Layer 7: Application Layer Contoh: Network API (Application Program Interface) Model Seven Layer OSI

Model Seven Layer OSI - Summary

Bagaimana Data Mengalir?

End-to-End dan Point-to-Point Host AHost B Intermediate Routers Point-to-point NIC End-to-end

Sekian