CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards.

Slides:



Advertisements
Similar presentations
Computer Networks - part V
Advertisements

Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
OSI MODEL Maninder Kaur
Data Communications System By Ajarn Preecha Pangsuban.
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
Protocols and the TCP/IP Suite
OSI Model.
Open System Interconnection (OSI) Model
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.
Chapter 2 Network Models
OIS Model TCP/IP Model.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecturer: Tamanna Haque Nipa
The OSI and TCP/IP Models Last Update Copyright 2009 Kenneth M. Chipps Ph.D.
Data Communications and Networks
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
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
Chapter 2 Network Models
Presentation on Osi & TCP/IP MODEL
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
Introducing Network Standards
Kashif Bashir Chapter 2 Network Models.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
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 and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Spring 2006Computer Networks1 Chapter 2 Network Models.
MODULE I NETWORKING CONCEPTS.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
William Stallings Data and Computer Communications
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
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.
Net 221D:Computer Networks Fundamentals
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
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.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
Data Communication Network Models
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) 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.
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
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.
Click to edit Master subtitle style
Chap. 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
OSI Model The Seven Layers
OSI Model OSI MODEL.
The OSI Model and the TCP/IP Protocol Suite
Presentation transcript:

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards Standards Organizations

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 2/30 Protocols Definition and Need for Protocol Elements of protocols Syntax Semantics Timing

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 3/30 Standards Standards and standards Marking organization Categories of Standards De factor - meaning by fact or by conversion De jure - meaning by law or organization Standards Organizations Standards creation committees (ISO, ITU-T, ANSI,IEEE & EIA) Forums Regulatory agencies (TRCA)

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 4/30 Standards De jure (by law) De factor (by fact) Proprietary Non- Proprietary

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 5/30 Network Models

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 6/30 Communication Model/Network Model Model: -a frame or reference or set of guidelines on which communicating devices can understand each other. Network Model: Open Systems Interconnection – OSI Model Internet Model

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 7/30 OSI model

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 8/30 OSI is used as the theoretical model for how communication between devices, such as computer takes place. It define the way in which device interact There are seven layers in the OSI model: application, Presentation, Session, Transport, Network, Data Link and Physical. These layers make up a framework that defines the way in which physical hardware, media and software work together to communicate. Each layer of the OSI model is independent from every other in its purpose and responsibilities. Each must do its own job, as well as provide services to the layers above and below it. The model creates framework to understand how network communication is taking place, as well as aid in troubleshooting problems that arise within a network. The OSI model provides a structure for software programmers and Equipment manufacturers to develop product that will work together [interoperability] OSI Model

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 9/30 These services can be divided into horizontal and vertical communication models. The communication between layers in the same device is an example of vertical communication model. In the horizontal model, communication is between the same layer on different devices. This horizontal model is based on protocols that works at specific layers of the model. The top five layers of the OSI model are represented in software, while the lower layers are based on hardware. OSI Model

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 10/30 Sending a letter

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 11/30 Application layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 12/30 Presentation layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 13/30 Session layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 14/30 Transport layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 15/30 Network layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 16/30 Data link layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 17/30 Physical layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 18/30 Summary of layer functions

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 19/30 Internet Model Internet model is made up of five [5] layers

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 20/30 An exchange using the Internet model

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 21/30 Physical layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 22/30 Physical layer Physical layer is responsible for actual physical connection between devices.

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 23/30 The physical layer is responsible for transmitting individual bits from one node to the next. Note:

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 24/30 Data link layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 25/30 Data link Layer Data link layer has two sublayers and each provides its own services in the OSI model Data link Sublayers Logical Link Control [LLC] Media Access Control [MAC] LLC Sublayer: provides the interface between the media access method and the network layer protocol. MAC Sublayer: Is responsible for the connection to the physical media

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 26/30 The data link layer is responsible for transmitting frames from one node to the next. Note:

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 27/30 Node-to-node delivery

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 28/30 Example 1

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 29/30 Network layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 30/30 Network Layer This layer is responsible for the addressing and delivery of packet. Network address is a logical address based on numbering scheme that is independent of a devices hardware or location. Functions of the Network layer Add the network address to the packet Map the network to the device physical address Determine the best path for the packet Ensure that the packet is in the correct format for the destination network

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 31/30 The network layer is responsible for the delivery of packets from the original source to the final destination.

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 32/30 Source-to-destination delivery

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 33/30 Example 2

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 34/30 Transport layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 35/30 Transport Layer The function of the transport layer is to ensure that data packets it receives from the session layer arrive reliably. Two type of transmission Connection Oriented Connectionless Transport layer also has the job of managing the speed of communication between devices: flow control Features of Connection Oriented transmission Reliability Slower communication Packets are resent if a packet is un recognized or is not received Features of connectionless transmission Little or no Reliability Faster transmission Packet are not retransmitted

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 36/30 The transport layer is responsible for delivery of a message from one process to another. Note:

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 37/30 Reliable process-to-process delivery of a message

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 38/30 Example 3

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 39/30 Application layer

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 40/30 Application layer is the service provider. It gives service to the user of the network. Application layer works with the applications you use to communicate over the network. Example: SMTP-simple mail transfer protocol to send , HTTP (HyperText Transfer Protocol) to access the web page while surfing the Internet, FTP (file transfer protocol) transfer protocol to download a file from an FTP server. Application Services: File services Electronic-mail services Network printing services Application services Database services

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 41/30 The application layer is responsible for providing services to the user. Note:

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 42/30 Summary of duties