StandardsDIS W4 RJK1 Distributed Information Systems Standards Bob Kummerfeld Department of Computer Science.

Slides:



Advertisements
Similar presentations
1 open alliance to network the physical world 2 Nov David E. Culler.
Advertisements

Standards. A definition A standard is a collection of specifications that has been endorsed by some group so that they may all agree on these issues and.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
Three-Layer Model Distributed data communications involves three primary components: Networks Computers Applications Three corresponding layers Network.
EEC-484/584 Computer Networks Lecture 3 Wenbing Zhao (Part of the slides are based on Drs. Kurose & Ross ’ s slides for their Computer.
PROTOCOLS AND ARCHITECTURE Lesson 2 NETS2150/2850.
EEC-484/584 Computer Networks Lecture 3 Wenbing Zhao
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Understanding Networked Applications: A First Course Chapter 7 by David G. Messerschmitt.
Data Communications Architecture Models. What is a Protocol? For two entities to communicate successfully, they must “speak the same language”. What is.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
Protocol Architecture The “Common Language”. Copyright by Jorg Liebeherr 98, 99 Need for Protocols Protocols are a set of rules and conventions. By enforcing.
Reference Models and Standards. Reference Models (1) A reference model is the formal name for a protocol suite – a collection of protocols and layer definitions.
6. Network Model ENG224 INFORMATION TECHNOLOGY – Part I
Chapter 3 Telecommunication Architectures and Standard.
From-; SUHEL KHAN AND ROSHINI GUPTA ETC P.P.T ON VOCATIONAL TRAINING TO.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications 1.
Marwan Al-Namari Week 4. Physical Path Application Presentation Session Transport Network Data Link Physical Application Presentation Session Transport.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
INTRODUCTION. A Communications Model Source –generates data to be transmitted Transmitter –Converts data into transmittable signals Transmission System.
LDAP: Introduction CNS 4650 Fall 2004 Rev. 2. LDAP History Simplify directory access protocol Front-end to X.500 Developed my UMich.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 03_b Protocol Layering Instructor: Dr. Li-Chuan Chen Date: 09/15/2003 Based in part upon slides of Prof.
1 Introduction Computer Networks. 2 Motivation and Scope Computer networks and internets: an overview of concepts, terminology and technologies that form.
ITCC-1401 Chapter 3: Network Protocols and Communications
Technical Education Click here to move on Index H.323 Related Standards Lesson 4.
Network Standards By Rashid Amin. “A standard provides a model for development that makes it possible for a product to work regardless of the individual.
Networking Version2 10/27/2015Slide 1 Format Layered models of processes The seven layers OSI Model Network Requirements Network Topology.
Chapter 1 Communication Networks and Services Network Architecture and Services.
William Stallings Data and Computer Communications
Chapter 4Industrial Standards  4.0Introduction to Standards 4.0Introduction to Standards 4.0Introduction to Standards  4.1Standards Organisations in.
Standards in Telecommunications n Origin of standards – Standard setting bodies – Governments n Rationale – Market-driven and voluntary – Government-regulated.
1 Chapters 2 & 3 Computer Networking Review – The TCP/IP Protocol Architecture.
TCP/IP Protocol Suite 1 Chapter 1 Objectives Upon completion you will be able to: Introduction Understand the history of the Internet Understand the meaning.
Open Geospatial Consortium Overview and why we are adopting the standards.
1 Pertemuan 5 Networking Models. Discussion Topics Using layers to analyze problems in a flow of materials Using layers to describe data communication.
1 Protocol Layering Myungchul Kim Tel:
The OSI Reference Model Data Communications and Networks Mr. Greg Vogl Uganda Martyrs University Lecture 3, 21 March 2003.
Communication Architecture and Network Protocol Layering Networks and Protocols Prepared by: TGK First Prepared on: Last Modified on: Quality checked by:
CPS 82, Fall IETF: Internet Engineering Task Force l “governs” the Internet (according to some)  What does this mean? Who elects the members?
1 Review – The Internet’s Protocol Architecture. Protocols, Internetworking & the Internet 2 Introduction Internet standards Internet standards Layered.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
1 Mi-Jung Choi Dept. of Computer Science and Engineering Chapter 1 Introduction Chapter 1 Introduction.
Standards Standards: space, geospatial, mass market, IT industry, de facto, etc…
Some Network Commands n Some useful network commands –ping –finger –nslookup –tracert –ipconfig.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications.
Rehab Alfallaj.  Computer networks  Networks advantages.(Recourse sharing, programs updating,e- commerce..)  LAN networks  Client/server (terminal.
Standards in Telecommunications
Chapter 3: Network Protocols and Communications
Chapter 1 Introduction.
Protocols and the TCP/IP Suite
Basic Communications Model Standards are needed at all Layers
PROTOCOLS PROTOCOLS.
Computer Networks.
Chapter 1 Communication Networks and Services
Rick Graziani Cabrillo College Fall 2015
Distributed Systems.
Network Architecture Layered system with alternative abstractions available at a given layer.
مهندسی اینترنتت ارائه دهنده دکتر سيد امين حسيني
Lecture 1 Overview of Communication Networks and Services
Introduction Computer Networks.
DATA COMMUNICATION Lecture-4.
Chapter 1. Introduction Data Communications
Chapter 1 Introduction.
Introduction Prof. Choong Seon HONG.
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
Part I. Overview of Data Communications and Networking
Presentation transcript:

StandardsDIS W4 RJK1 Distributed Information Systems Standards Bob Kummerfeld Department of Computer Science

Standards DIS W4 RJK2 Standards n agreed set of rules or specifications for products, processes, services etc n many to choose from! n critical for computer networking

Standards DIS W4 RJK3 n standards specify the rules to follow but don't specify how to implement the rules. n networks require standards at every layer and within layers –Architecture –Interfaces (physical and API) –Protocols, formats, codes –naming/addressing

Standards DIS W4 RJK4 Examples n ethernet frame format n ethernet protocol n IP packet format n TCP protocol n domain names n headers n graphics file formats n …and many others.

Standards DIS W4 RJK5 n Value of product in a networked environment depends on number of other adopters –One videophone isn’t very useful n Lock-in –Consumer: discouraged from moving to new product –Supplier: difficult to penetrate market –Industry: major advance required

Standards DIS W4 RJK6 Types of Standards n proprietary or de facto –Eg windows API n industry consortium –W3C n Voluntary standards body –IETF, OMG, IEEE, ATM forum n international standards –ISO n Common or best practice –Window GUIs (MS and others)

Standards DIS W4 RJK7 Open Standards n Reduce consumer lock-in –Competitive products can interoperate n Increase supplier lock-in –Innovation limited by need to conform –Backward compatibility

Standards DIS W4 RJK8 ISO: International Organisation for Standardisation

Standards DIS W4 RJK9 ISO n international federation of standards groups from 130 countries n Standards Australia is a member n develops standards in a wide range of fields. eg: –paper sizes, film speed, credit cards, freight containers, network protocols

Standards DIS W4 RJK10 ISO standard development n nearly 3000 technical committees and working groups n representatives of industry, government, consumer bodies meet regularly to develop standards n members of committees are sponsored by national standards groups

Standards DIS W4 RJK11 ISO Development process n design and consensus building n working groups n meetings n voting

Standards DIS W4 RJK12 OSI

Standards DIS W4 RJK13 Internet Standards n developed by the Internet Engineering Task Force (IETF) –a supranational organisation –anyone can join and contribute to standards development n 125 working groups in 8 areas: –applications, internet, operations, routing, security, transport, user services, general

Standards DIS W4 RJK14 IETF Development process n working groups n design and consensus building n meetings n “Rough consensus and running code”

Standards DIS W4 RJK15 Internet

Standards DIS W4 RJK16 Ethernet IEEE 802

Standards DIS W4 RJK17

Standards DIS W4 RJK18 Novell

Standards DIS W4 RJK19 Conclusion n Standards are important for consumers and suppliers n Types of standards n Lock-in: consumer vs supplier n Examples: ISO, IETF