Information Structures: Standards Week 7 Lecture notes INF 380E: Perspectives on Information 1.

Slides:



Advertisements
Similar presentations
ICT 2010: "Global Information Structures for Science & Cultural heritage: The Interoperability Challenge" Networking Session Coordination Action on Digital.
Advertisements

44212: Web-site Development
1 Ports and IPv6. 2 Ports Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP), used for communication Generally speaking, a computer.
Adopt HIMSS Definition of Interoperability Become a Champion for Interoperability.
Latest techniques and Applications in Interprocess Communication and Coordination Xiaoou Zhang.
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks.
Processing of structured documents Spring 2003, Part 6 Helena Ahonen-Myka.
THE NEXT STEP IN WEB SERVICES By Francisco Curbera,… Memtimin MAHMUT 2012.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards.
Definitions and Concepts hussein suleman uct cs honours 2007.
Software Engineering Quality What is Quality? Quality software is software that satisfies a user’s requirements, whether that is explicit or implicit.
Lesson 7 – World Wide Web. What is the World Wide Web?  The content of the worldwide web is held on individual web pages gathered together to form websites.
1 CS 502: Computing Methods for Digital Libraries Lecture 19 Interoperability Z39.50.
ECEN “Internet Protocols and Modeling”, Spring 2012 Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Class.
INTRANETS MR ROSS UNIT 3 IT APPLICATIONS. DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet,
Scientific Annotation Middleware (SAM) Jim Myers, Elena Mendoza PNNL Al Geist, Jens Schwidder ORNL.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Metadata and Meta tag. What is metadata? What does metadata do? Metadata schemes What is meta tag? Meta tag example Table of Content.
Ziyad Ibrahim 10DD.  What is Internet? What is Internet?  Who owns the internet? Who owns the internet?  How do you connect to the internet? How do.
Web Design Vocabulary #3. HTML Hypertext Markup Language - The coding scheme used to format text for use on the World Wide Web.
Networking Mehdi Einali Advanced Programming in Java 1.
Informatics for Scientific Data Bio-informatics and Medical Informatics Week 9 Lecture notes INF 380E: Perspectives on Information.
Metadata standards and interoperability 384C – Organizing Information Spring 2016 Karen Wickett School of Information University of Texas at Austin.
Chapter 11 How Does the Internet Work?. How Important is this Chapter to Understanding How to Use a Computer? 7 or 8 on a scale of 1 to 10.
Service Oriented Architecture (SOA) Prof. Wenwen Li School of Geographical Sciences and Urban Planning 5644 Coor Hall
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
Introduction to the Internet
CompSci 280 S Introduction to Software Development
Chapter 3: Network Protocols and Communications
Protocols and the TCP/IP Suite
HTTP and Abstraction on the Internet
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
DSA and FAIR: a perfect couple
HTTP AND ABSTRACTION ON THE INTERNET
Technologies and Applications
Sabri Kızanlık Ural Emekçi
Computer Roles in a Network
Warm Handshake with Websites, Servers and Web Servers:
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Chapter 1- Introduction
WHAT DOES THE FUTURE HOLD? Ann Ellis Dec. 18, 2000
CS1001 Lecture 8.
Distribution and components
Web Design Introduction to the Internet Week One
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Sending Bits on the Internet
Web Development & Design Chapter 1, Sections 4, 5 & 6
Internet Protocol Mr. Paulk.
TASK 4 Guideline.
The “Internet”.
Protocols and the TCP/IP Suite
Your Potential as an Entrepreneur
Advanced Programming in Java
I. Basic Network Concepts
Recombinant Computing
Introduction to Metadata
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Lecture 2: Overview of TCP/IP protocol
Metadata in Digital Preservation: Setting the Scene
ECE 4450:427/527 - Computer Networks Spring 2017
WEB SERVICES From Chapter 19, Distributed Systems
Protocols and the TCP/IP Suite
Attributes and Values Describing Entities.
OSI Reference Model Unit II
Internet and the world wide web (www)
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Information Structures: Standards Week 7 Lecture notes INF 380E: Perspectives on Information 1

Standards Generally speaking, a standard is simply an agreed-upon way of doing things What does this mean when it comes to: – the communication of information – information organization 2

Communication standards Standardization is at the heart of our ability to communicate. At one level, we agree upon the words for things. – and the ways of putting words together into sentences At another level, we agree that make making noises with our vocal chords is a way to send information. – as is making marks on paper – as is making certain kinds of movements 3

Communication over networks In order to communicate over electronic networks, certain standard protocols have been developed. As well as standardized models for how the pieces of a network fit together. 4

TCP The Transmission Control Protocol is a set of rules for transmitting data in a reliable way such that it can be transmitted over a network. 5

Internet addresses are standardized each internet address is a pattern of 128 bits – this can be represented in a decimal notation the pattern gives a blocked structure to network locations – internet service providers are allotted blocks and provide individual addresses to users there is then an addressing system that associates a domain name that can be used to access information at a particular network address 6

HTTP The Hypertext Transmission Protocol is a particular way to package text-like information and send/retrieve it over a network. 7

HTML is a standardized way to encode text-like information such that it is ready to be transmitted across the web. 8

Interoperability HIMSS – interoperability is the ability of different information technology systems and software applications to communicate, exchange data, and use information that has been exchanged 9

Three Levels of Interoperability (HIMSS) 1. foundational allows data exchange from one information technology system to be received by another does not require the ability for the receiving information technology system to interpret the data. System B can “receive” data from System A 10

Three Levels of Interoperability (HIMSS) 2. structural relies on the syntax of the data exchange. ensures that data exchanges between information technology systems can be interpreted at the data field level. system B can “read in” data from system A 11

Three Levels of Interoperability (HIMSS) 3. semantic ability of two or more systems or elements to exchange information and to use the information that has been exchanged relies on both the structuring of the data exchange and the codification of the data -- including vocabulary -- so that the receiving information technology systems can interpret the data. system B can “understand” data from system A 12

Activity Move into groups. Say hello to your group members and remind each other of your names. 13

Three Levels of Interoperability 1. foundational allows data exchange from one information technology system to be received by another does not require the ability for the receiving information technology system to interpret the data. System B can “receive” data from System A 2. structural relies on the syntax of the data exchange. ensures that data exchanges between information technology systems can be interpreted at the data field level. system B can “read in” data from system A 3. semantic ability of two or more systems or elements to exchange information and to use the information that has been exchanged relies on both the structuring of the data exchange and the codification of the data including vocabulary so that the receiving information technology systems can interpret the data. system B can “understand” data from system A 14

Development and implementation By developing shared standards we can have more universal descriptions A standard is an agreed-upon way of making a series of choices – some technical – some conceptual By documenting our choice of standards we make our descriptions more useful 15

Standards for Interoperability in Science Bowker and Millerand describe the development of a metadata system for ecological data to support the “frictionless circulation of data across diverse technical platforms, organizational environments, disciplines, and institutions” 16

Challenges Local practices for describing ecological data traditionally oriented around production of scientific papers – e.g. data recorded in units shaped for the research project at hand – organization and description of data by scientists Not around creation of shareable, universally reusable datasets – requires a system-level perspective – and orientation around datasets as products 17

Challenges of another sort Nunberg points to some problems in Google Books metadata. – This metadata is, in some sense, very standardized. – What are some of the problems? – Where do they seem to come from? Is this an over-application of computational thinking? 18

Principles and Practicalities Find partner and discuss: What are some of the principles discussed by Duval, et al.? What types of metadata do they discuss and how do those types interact with the desire for standardization? 19

The Europeana Data Model This data model for metadata is intended to provide a structure that can address some of the principles described by Duval, et al. The data model – separates a resource from descriptions of the resource – allow many separate descriptions of the same resource to be aggregated – then users should be able to access the version of the description that works best for them 20