1 / 40

EMTM 553 Electronic Commerce Systems

EMTM 553 Electronic Commerce Systems. Insup Lee Department of Computer and Information Science University of Pennsylvania lee@cis.upenn.edu www.cis.upenn.edu/~lee. Electronic Commerce (E-Commerce). Commerce refers to all the activities the purchase and sales of goods or services.

cortez
Télécharger la présentation

EMTM 553 Electronic Commerce Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EMTM 553Electronic Commerce Systems Insup Lee Department of Computer and Information Science University of Pennsylvania lee@cis.upenn.edu www.cis.upenn.edu/~lee EMTM 553

  2. Electronic Commerce (E-Commerce) • Commerce refers to all the activities the purchase and sales of goods or services. • Marketing, sales, payment, fulfillment, customer service • Electronic commerce is doing commerce with the use of computers, networks and commerce-enabled software (more than just online shopping) EMTM 553

  3. Brief History • 1970s: Electronic Funds Transfer (EFT) • Used by the banking industry to exchange account information over secured networks • Late 1970s and early 1980s: Electronic Data Interchange (EDI) for e-commerce within companies • Used by businesses to transmit data from one business to another • 1990s: the World Wide Web on the Internet provides easy-to-use technology for information publishing and dissemination • Cheaper to do business (economies of scale) • Enable diverse business activities (economies of scope) EMTM 553

  4. E-commerce applications • Supply chain management • Video on demand • Remote banking • Procurement and purchasing • Online marketing and advertisement • Home shopping • Auctions EMTM 553

  5. Ecommerce infrastructure • Information superhighway infrastructure • Internet, LAN, WAN, routers, etc. • telecom, cable TV, wireless, etc. • Messaging and information distribution infrastructure • HTML, XML, e-mail, HTTP, etc. • Common business infrastructure • Security, authentication, electronic payment, directories, catalogs, etc. EMTM 553

  6. The Main Elements of E-commerce • Consumer shopping on the Web, called B2C (business to consumer) • Transactions conducted between businesses on the Web, call B2B (business to business) • Transactions and business processes that support selling and purchasing activities on the Web • Supplier, inventory, distribution, payment management • Financial management, purchasing products and information EMTM 553

  7. Advantages of Electronic Commerce • Increased sales • Reach narrow market segments in geographically dispersed locations • Create virtual communities • Decreased costs • Handling of sales inquiries • Providing price quotes • Determining product availability • Being in the space EMTM 553

  8. Disadvantages of Electronic Commerce • Loss of ability to inspect products from remote locations • Rapid developing pace of underlying technologies • Difficult to calculate return on investment • Cultural and legal impediments EMTM 553

  9. The process of e-commerce • Attract customers • Advertising, marketing • Interact with customers • Catalog, negotiation • Handle and manage orders • Order capture • Payment • Transaction • Fulfillment (physical good, service good, digital good) • React to customer inquiries • Customer service • Order tracking EMTM 553

  10. Web-based E-commerce Architecture Tier 1 Tier 2 Tier 3 Tier N DMS Client Application Server Database Server Web Server EMTM 553

  11. Internet Mobile technologies Web architecture Component programming Data exchange Multimedia Search engines Data mining Intelligent agents Access security Cryptographic security Watermarking Payment systems E-commerce Technologies EMTM 553

  12. Infrastructure for E-commerce • The Internet • system of interconnected networks that spans the globe • routers, TCP/IP, firewalls, network infrastructure, network protocols • The World Wide Web (WWW) • part of the Internet and allows users to share information with an easy-to-use interface • Web browsers, web servers, HTTP, HTML • Web architecture • Client/server model • N-tier architecture; e.g., web servers, application servers, database servers, scalability EMTM 553

  13. E-Commerce Software • Content Transport • pull, push, web-caching, MIME • Server Components • CGI, server-side scripting • Programming Clients • Sessions and Cookies • Object Technology • CORBA, COM, Java Beans/RMI • Technology of Fulfillment of Digital Goods • Secure and fail-safe delivery, rights management EMTM 553

  14. System Design Issues • Good architectural properties • Functional separation • Performance (load balancing, web caching) • Secure • Reliable • Available • Scalable EMTM 553

  15. Creating and Managing Content • What the customer see • Static vs. dynamic content • Different faces for different users • Tools for creating content • Multimedia presentation • Integration with other media • Data interchange • HTML, XML (Extensible Markup Language) EMTM 553

  16. Cryptography • Keeping secrets • Privacy: interceptor cannot use information • Authentication: sender’s identity cannot be forged • Integrity: data cannot be altered • Non-repudiation: sender cannot deny sending • How to evaluate cryptography • Secret key (symmetric) cryptography; e.g., DES • Public key (asymmetric) cryptosystems; e.g, RSA • Digital signatures, digital certificates • Key management; e.g., PKI EMTM 553

  17. Security • Concerns about security • Client security issues • Server security issues • Security policy, risk assessment • Authentication methods • Something you know: passwords • Something you have: smart card • Something you are: biometrics • Firewalls, proxy servers, intrusion detection • Denial of service (DOS) attacks, viruses, worms EMTM 553

  18. Payment Systems • Role of payment • Cash • properties: wide accept, convenient, anonymity, untraceability, no buyer transaction cost • Online credit card payment, Smart Cards • Secure protocols: SSL, SET • Internet payment systems • Electronic cash, digital wallets • Micro-payments • Wireless devices EMTM 553

  19. Key points • Good project management is essential for project success. • The intangible nature of software causes problems for management. • Managers have diverse roles but their most significant activities are planning, estimating and scheduling. • Planning and estimating are iterative processes which continue throughout the course of a project.

  20. Key points • A project milestone is a predictable state where a formal report of progress is presented to management. • Project scheduling involves preparing various graphical representations showing project activities, their durations and staffing. • Risk management is concerned with identifying risks which may affect the project and planning to ensure that these risks do not develop into major threats.

  21. 14 Databases Foundations of Computer Science ã Cengage Learning

  22. 14-1 INTRODUCTION Data storage traditionally used individual, unrelated files, sometimes called flat files. In the past, each application program in an organization used its own file. In a university, for example, each department might have its own set of files: the record office kept a file about the student information and their grades, the scheduling office kept the name of the professors and the courses they were teaching, the payroll department kept its own file about the whole staff and so on. Today, however, all of these flat files can be combined in a single entity; the database for the whole university.

  23. Definition i Although it is difficult to give a universally agreed definition of a database, we use the following common definition: Definition: A database is a collection of related, logically coherent data used by the application programs in an organization.

  24. Advantages of databases Comparing the flat-file system, we can mention several advantages for a database system. Less redundancy In a flat-file system there is a lot of redundancy. For example, in the flat file system for a university, the names of professors and students are stored in more than one file. Inconsistency avoidance If the same piece of information is stored in more than one place, then any changes in the data need to occur in all places that data is stored.

  25. Efficiency A database is usually more efficient that a flat file system, because a piece of information is stored in fewer locations. Data integrity In a database system it is easier to maintain data integrity (see Chapter 16), because a piece of data is stored in fewer locations. Confidentiality It is easier to maintain the confidentiality of the information if the storage of data is centralized in one location.

  26. 14-2 DATABASE MANAGEMENT SYSTEMS A database management system (DBMS) defines, creates and maintains a database. The DBMS also allows controlled access to data in the database. A DBMS is a combination of five components: hardware,software, data, users and procedures (Figure 14.1). Figure 14.1 DBMS components

  27. Hardware The hardware is the physical computer system that allows access to data. Software The software is the actual program that allows users to access, maintain and update data. In addition, the software controls which user can access which parts of the data in the database. Confidentiality The data in a database is stored physically on the storage devices. In a database, data is a separate entity from the software that accesses it.

  28. Users In a DBMS,the term users has a broad meaning. We can divide users into two categories: end users and application programs. Procedures The last component of a DBMS is a set of procedures or rules that should be clearly defined and followed by the users of the database.

  29. 14-3 DATABASE ARCHITECTURE The American National Standards Institute/Standards Planning and Requirements Committee (ANSI/SPARC) has established a three-level architecture for a DBMS: internal, conceptual and external (Figure 14.2).

  30. Figure 14.2 Database architecture

  31. Internal level The internal level determines where data is actually stored on the storage devices. This level deals with low-level access methods and how bytes are transferred to and from storage devices. In other words, the internal level interacts directly with the hardware. Conceptual level The conceptual level defines the logical view of the data. The data model is defined on this level, and the main functions of the DBMS, such as queries, are also on this level. The DBMS changes the internal view of data to the external view that users need to see. The conceptual level is an intermediary and frees users from dealing with the internal level.

  32. External level The external level interacts directly with the user (end users or application programs). It changes the data coming from the conceptual level to a format and view that is familiar to the users.

  33. 14.5 THE RELATIONAL DATABASE MODEL In the relational database management system(RDBMS), the data is represented as a set of relations.

  34. Relations A relation appears as a two-dimensional table. The RDBMS organizes the data so that its external view is a set of relations or tables. This does not mean that data is stored as tables: the physical storage of the data is independent of the way in which the data is logically organized. Figure 14.6 An example of a relation

  35. 14-7 DATABASE DESIGN The design of any database is a lengthy and involved task that can only be done through a step-by-step process. The first step normally involves interviewing potential users of the database. The second step is to build an entity-relationship model (ERM) that defines the entities, the attributes of those entities and the relationship between those entities.

  36. Normalization Normalization is the process by which a given set of relations are transformed to a new set of relations with a more solid structure. Normalization is needed to allow any relation in the database to be represented, to allow a language like SQL to use powerful retrieval operations composed of atomic operations, to remove anomalies in insertion, deletion, and updating, and reduce the need for restructuring the database as new data types are added. The normalization process defines a set of hierarchical normal forms (NFs). Several normal forms have been proposed, including 1NF, 2NF, 3NF, BCNF (Boyce-Codd Normal Form), 4NF, PJNF (Projection/Joint Normal Form), 5NF and so on.

  37. 14-8 OTHER DATABASE MODELS The relational database is not the only database model in use today. Two other common models are distributed databases and object-oriented databases. We briefly discuss these here.

  38. Distributed databases The distributed database model is not a new model, but is based on the relational model. However, the data is stored on several computers that communicate through the Internet or a private wide area network. Each computer (or site) maintains either part of the database or the whole database. Fragmented distributed databases In a fragmented distributed database, data is localized—locally used data is stored at the corresponding site. However, this does not mean that a site cannot access data stored at another site. Access is mostly local, but occasionally global.

  39. Replicated distributed databases In a replicated distributed database, each site holds an exact replica of another site. Any modification to data stored in one site is repeated exactly at every site. The reason for having such a database is security. If the system at one site fails, users at the site can access data at another site.

  40. Object-oriented databases An object-oriented database tries to keep the advantages of the relational model and at the same time allows applications to access structured data. In an object-oriented database, objects and their relations are defined. In addition, each object can have attributes that can be expressed as fields. XML The query language normally used for objected-oriented databases is XML (Extensible Markup Language). As we discussed in Chapter 6, XML was originally designed to add markup information to text documents, but it has also found its application as a query language in databases. XML can represent data with nested structures.

More Related