Research Issues in Electronic Commerce

Slides:



Advertisements
Similar presentations
Disclaimer (1) Not exactly ideas Id like to see worked on More computing paradigms we ought to pay attention to.
Advertisements

ICS 434 Advanced Database Systems
Digital Firm (II) Soetam Rizky. Before we start……… Digital firm ? B2B, B2C, C2C ? E-Commerce advantages ? Prospectus of digital firm ?
Institute for Software Science – University of ViennaP.Brezany 1 Databases and the Grid Peter Brezany Institute für Scientific Computing University of.
Principles and Learning Objectives
Web- and Multimedia-based Information Systems. Assessment Presentation Programming Assignment.
Semantic Web and Web Mining: Networking with Industry and Academia İsmail Hakkı Toroslu IST EVENT 2006.
Overview of Databases and Transaction Processing Chapter 1.
A Heuristic Bidding Strategy for Multiple Heterogeneous Auctions Patricia Anthony & Nicholas R. Jennings Dept. of Electronics and Computer Science University.
1 SWE Introduction to Software Engineering Lecture 22 – Architectural Design (Chapter 13)
Chapter 29 Structure of Computer Names Domain Names Within an Organization The DNS Client-Server Model The DNS Server Hierarchy Resolving a Name Optimization.
1 Web Service Integration Michael R. Genesereth Logic Group Stanford University.
Infomaster: An information Integration Tool O. M. Duschka and M. R. Genesereth Presentation by Cui Tao.
Information Retrieval
Chapter 9 e-Commerce Systems.
Chapter 3 Applications Software: Getting the Work Done.
Overview of Search Engines
Managing Information And Technology. Chapter Objectives 1.Distinguish between data and information and identify tasks of IS manager 2.Explain how IS managers.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
1/16: Information Systems in Business What is IS? How can we use IS?
Managing Data Resources
Invitation to Computer Science 5th Edition
Postacademic Interuniversity Course in Information Technology – Module C1p1 Contents Data Communications Applications –File & print serving –Mail –Domain.
Electronic Commerce Systems. Electronic Commerce (E-Commerce) Commerce refers to all the activities the purchase and sales of goods or services. – Marketing,
1 Web Commerce Definition Benefits Impacts Other Types of Electronic Commerce.
1 Computer Networks DA Chapter 1-3 Introduction.
Marketing Management Online marketing
CIS750 – Seminar in Advanced Topics in Computer Science Advanced topics in databases – Multimedia Databases V. Megalooikonomou Introduction.
Fundamentals of Database Chapter 7 Database Technologies.
Client-Server Processing, Parallel Database Processing and Distributed Database Systems. KEVIN ROBERTS ANIKET MURLIDHARAN.
Information Builders : SmartMart Seon-Min Rhee Visualization & Simulation Lab Dept. of Computer Science & Engineering Ewha Womans University.
2007. Software Engineering Laboratory, School of Computer Science S E Web-Harvest Web-Harvest: Open Source Web Data Extraction tool 이재정 Software Engineering.
ABSTRACT The JDBC (Java Database Connectivity) API is the industry standard for database- independent connectivity between the Java programming language.
Data Grid Research Group Dept. of Computer Science and Engineering The Ohio State University Columbus, Ohio 43210, USA David Chiu & Gagan Agrawal Enabling.
1 Distributed Databases Chapter 21, Part B. 2 Introduction v Data is stored at several sites, each managed by a DBMS that can run independently. v Distributed.
1 Context-Aware Internet Sharma Chakravarthy UT Arlington December 19, 2008.
Scalable Hybrid Keyword Search on Distributed Database Jungkee Kim Florida State University Community Grids Laboratory, Indiana University Workshop on.
Issues in Ontology-based Information integration By Zhan Cui, Dean Jones and Paul O’Brien.
1 Melanie Alexander. Agenda Define Big Data Trends Business Value Challenges What to consider Supplier Negotiation Contract Negotiation Summary 2.
Distributed Database Management Systems. Reading Textbook: Ch. 1, Ch. 3 Textbook: Ch. 1, Ch. 3 For next class: Ch. 4 For next class: Ch. 4 FarkasCSCE.
Data Grid Research Group Dept. of Computer Science and Engineering The Ohio State University Columbus, Ohio 43210, USA David Chiu and Gagan Agrawal Enabling.
Problem On a regular basis we use: –Java applets –JavaScript –ActiveX –Shockwave Notion of ubiquitous computing.
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
Developing GRID Applications GRACE Project
Of 24 lecture 11: ontology – mediation, merging & aligning.
Chapter 1 Overview of Databases and Transaction Processing.
1 Web Search/Thinkin g What exactly is the internet? How is it different from the world wide web? 2 Web Search/Thinkin g How were early computers.
Very Brief Background on RDBMSs, Big Data/NoSQL Systems, Machine Learning AnHai Doan.
System Software Laboratory Databases and the Grid by Paul Watson University of Newcastle Grid Computing: Making the Global Infrastructure a Reality June.
Chapter 1 Characterization of Distributed Systems
BUS 107 Course Experience Tradition
Distributed Database Management Systems
Middleware independent Information Service
BUS 107 Innovative Education-- snaptutorial.com
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Dynamics AX Performance
Overview of Databases and Transaction Processing
Batches, Transactions, & Errors
Tiers vs. Layers.
Personal Assistants for the Web: An MIT Perspective
Distributed systems: How did we get here?
Database management concepts
Web Mining Department of Computer Science and Engg.
Database System Concepts and Architecture
Query Processing.
Computer Networks DA2402.
Context-Aware Internet
Distributed Databases
Toward an Ontology-Driven Architectural Framework for B2B E. Kajan, L
Database management systems
Presentation transcript:

Research Issues in Electronic Commerce Arthur M. Keller Stanford University Computer Science Dept. keller@cs.stanford.edu

Mismatch 1: Catalog Heterogeneity Different catalogs use different structures, different terminology and encoding. Some translations can be exact, some are inexact approximations.

Mismatch 2: Transaction Paradigm Databases interactions are “stateful” while web interactions are “stateless.” Traditional database transactions are short, while web interactions last a while before commit or timeout.

Mismatch 3: Free vs. paid sources Some sources are free, some charge fees. Sources vary in quality, response rate, and “Internet distance” from query engine.

Research Issue 1: Heterogeneity Managing multiple representations to avoid data loss through multiple translations. Automatic translation: specification, processing, and timing. Intermediate representations that are efficient but do not lose information.

Research Issue 2: Transaction Processing Quick response requirement. Source data widely dispersed. Support for multiple web servers. Transaction timeout. Intermittent interaction. Locking paradigms. Maintenance of derived data. Reservations of resources.

Research Issue 3: Distributed Optimization. Optimization for: Response time. Resource usage. Recency or quality of answer. Costs charged by sources. Allocation of costs to queries. Costs vs. pricing.

Other research issues Executable ontologies defining e-commerce domains. Extraction of structured data from unstructured sources. Combined structured and non-structured search. Secure distributed transactions over unsecure channels.

More Research Issues Ordering of results. Which sources to use. Handling source access timeout. Better paradigms for describing and specifying heterogeneity and translations. Modeling and monitoring performance and behavior of distributed systems.