SlideShare ist ein Scribd-Unternehmen logo
1 von 50
E-commerce

business. technology. society.
Fifth Edition

Kenneth C. Laudon
Carol Guercio Traver
Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall
Copyright © 2009 Pearson Education, Inc.

Slide 4-1
Chapter 4
Building an E-commerce Web Site

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall
Copyright © 2009 Pearson Education, Inc.

Slide 4-2
Right-Sizing a Web Site
Class Discussion


What are the factors you should take into
account when sizing a Web site’s
infrastructure?



Why is peak usage an important factor to
consider?



What did eBay discover from its use of
OPERA?

How can operators of smaller sites deal with
the right-sizing issue?
Copyright © 2009 Pearson



Education, Inc. Publishing as
Prentice Hall

Slide 4-3
Building an E-commerce Site:
A Systematic Approach


Most important management challenges in
building a successful e-commerce site are:


Developing a clear understanding of business
objectives



Knowing how to choose the right technology to
achieve those objectives

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-4
Pieces of the Site-Building Puzzle


Main areas where you will need to make
decisions in building a site include:


Human resources and organizational capabilities
—creating a team that has the skill set to build and
manage a successful site



Hardware



Software



Telecommunications

 Site © 2009
Copyrightdesign Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-5
The Systems Development Life Cycle


Methodology for understanding business
objectives of a system and designing an
appropriate solution



Five major steps in SDLC
1.

Systems analysis/planning

2.

Systems design

3.

Building the system

4.

Testing

5. Implementation
Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-6
Web Site Systems Development Life Cycle
Figure 4.2, Page 203

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-7
System Analysis/Planning: Identifying
Business Objectives, System Functionality,
and Information Requirements


Business objectives:




System functionalities:




List of capabilities you want your site to have
List of information system capabilities needed to
achieve business objectives

Information requirements:

Information elements that system must produce in
order to achieve business objectives
Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall
Slide 4-8

Business Objectives, System Functionality, and Information
Requirements for a Typical E-commerce Site
Table 4.1, Page 204

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-9
Systems Design: Hardware and
Software Platforms


System design specification:




Description of main components of a system and
their relationship to one another

Two components of system design:


Logical design
 Data

flow diagrams, processing functions,
databases



Physical design
 Specifies

actual physical, software components,
models, etc.
Copyright © 2009 Pearson

Education, Inc. Publishing as
Prentice Hall

Slide 4-10
Logical Design for a Simple Web Site
Figure 4.3 (a), Page 206

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-11
Physical Design for a Simple Web Site

Figure 4.3 (b), Page 206

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-12
Building the System: In-House versus
Outsourcing



Outsourcing: Hiring vendors to provide services
involved in building site
Build own vs. outsourcing:




Build your own requires team with diverse skill set;
choice of software tools; both risks and possible
benefits

Host own vs. outsourcing

Hosting: Hosting company responsible for ensuring
site is accessible 24/7, for monthly fee
 Co-location: Firm purchases or leases Web server
Copyright control over its operation), but server is located
(with © 2009 Pearson
Education, Inc. Publishing as
at vendor’s facility
Prentice Hall
Slide 4-13

Choices in Building and Hosting
Figure 4.4, Page 207

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-14
Insight on Business

Curly Hair and Tattoos: Getting
Started on the Cheap
Class Discussion


How does a small, niche Web site become
profitable?



What is the primary source of income for these
kinds of sites?



What are Internet incubators and what is their
relationship to the ventures they support?

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-15
Testing, Implementation, and
Maintenance


Testing



System testing





Unit testing
Acceptance testing

Implementation and maintenance:


Maintenance is ongoing



Costs of maintenance parallel to development costs

Benchmarking: Comparing site to competitors in
Copyright © 2009 Pearson
terms of response speed, quality of layout, and
Education, Inc. Publishing as
design
Prentice Hall
Slide 4-16

Factors in Web Site Optimization
Figure 4.7, Page 213

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-17
Simple versus Multi-tiered Web Site
Architecture


System architecture:




Two-tier architecture




Arrangement of software, machinery, and tasks in
an information system needed to achieve a
specific functionality
Web server and database server

Multi-tier architecture

Web application servers
Copyright © 2009 Pearson
 Backend, legacy databases
Education, Inc. Publishing as
Prentice Hall


Slide 4-18
Two-Tier E-commerce Architecture

Figure 4.9(a), Page 216

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-19
Multi-tier E-commerce Architecture
Figure 4.9(b), Page 216

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-20
Web Server Software


All e-commerce sites require basic Web server
software to answer HTTP requests from
customers



Apache





Leading Web server software (50% of market)
Works only with UNIX, Linux OSs

Microsoft’s Internet Information Server (IIS)

Second major Web server software (35% of market)
 Windows-based
Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall
Slide 4-21

Basic Functionality Provided by Web
Servers
Table 4.3, Page 218

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-22
Site Management Tools


Basic site management tools



Verify that links on pages are still valid





Included in all Web servers
Identify orphan files

Third-party software and services for advanced
site management


Monitor customer purchases, marketing campaign
effectiveness, etc.

 e.g. © 2009 Pearson
CopyrightWebTrends
Education, Inc. Publishing as
Prentice Hall

Slide 4-23
Dynamic Page Generation Tools


Dynamic page generation:




Common tools:






Contents of Web page stored as objects in database
and fetched when needed
CGI (Common Gateway Interface)
ASP (Active Server Pages)
JSP (Java Server Pages)

Advantages

Lowers menu costs
 Permits easy online market segmentation
 Enables cost-free price
Copyright © 2009 Pearson discrimination
 Enables Web content management system (WCMS)
Education, Inc. Publishing as
Prentice Hall
Slide 4-24

Application Servers


Web application servers:


Provide specific business functionality required for
a Web site



Middleware



Isolate business applications from Web servers
and databases

Single-function applications increasingly being
replaced by integrated software tools that combine
all functionality needed for e-commerce site
Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall
Slide 4-25

Application Servers and Their Functions

Table 4.4, Page 222

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-26
E-commerce Merchant Server Software


Provides the basic functionality for online sales






Merchant server software packages:




Offer integrated environment

E-commerce merchant services




Online catalog
Shopping cart
Credit card processing

e.g. Yahoo’s Small Business Merchant Solutions

Open source Web building tools:

CopyrightApache Web server, MySQL, PHP, PERL
 e.g. © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-27
Choosing the Hardware for an
E-commerce Site


Hardware platform:




Underlying computing equipment that system uses to
achieve e-commerce functionality

Objective:


Have enough platform capacity to meet peak demand
but not so much that you waste money

Important to understand the different factors that
affect speed, Pearson
Copyright © 2009 capacity, and scalability of a site



Education, Inc. Publishing as
Prentice Hall

Slide 4-28
Right-Sizing Your Hardware
Platform: The Demand Side


Demand that customers put on site the most
important factor affecting the speed of site



Factors involved in overall demand:

Number of simultaneous users in peak periods
 Nature of customer requests (user profile)
 Type of content (dynamic versus static Web pages)
 Required security
 Number of items in inventory
 Number of page requests
Copyright © of legacy applications
 Speed 2009 Pearson
Education, Inc. Publishing as
Prentice Hall
Slide 4-29

Factors in Right-sizing an E-commerce Platform
Table 4.7, Page 227

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-30
Degradation in Performance as Number of Users
Increases
Figure 4.12 (a), Page 229

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-31
Degradation in Performance as Number of Users
Increases
Figure 4.12 (b), Page 229

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-32
The Relationship of Bandwidth to Hits
Figure 4.14, Page 231

Copyright © 2009 Pearson
Education, Inc. Publishing as
SOURCE: IBM, 2003.
Prentice Hall

Slide 4-33
Right-Sizing Your Hardware
Platform: The Supply Side


Scalability:




Ability of site to increase in size as demand warrants

Ways to scale hardware:


Vertically
 Increase



processing power of individual components

Horizontally
 Employ

multiple computers to share workload

Copyright © 2009 Pearson
 Improve processing architecture
Education, Inc. Publishing as
Prentice Hall

Slide 4-34
Vertical and Horizontal Scaling Techniques
Table 4.8, Page 231

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-35
Vertically Scaling a System

Figure 4.15, Page 232

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-36
Horizontally Scaling a System

Figure 4.16, Page 233

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-37
Improving the Processing Architecture of Your Site
Table 4.9, Page 234

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-38
Web Site Design: Basic Business
Considerations


Need design guidelines and software tools
that can cost-effectively achieve required
business functionality




e.g. enabling customers to find what they need,
make purchase, leave

75% users say they would not revisit a Web
site that they found annoying to use

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-39
E-commerce
Web Site
Features that
Annoy
Customers
Figure 4.17, Page 235

SOURCE: Based on data from Hostway
Corporation’s survey, Consumers’ Pet
Peeves about Commercial Web Sites,
Hostway Corporation, 2007.

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-40
The Eight Most Important Factors in
Successful E-commerce Site Design
Table 4.10, Page 236

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-41
Tools for Web Site Optimization


Optimization:




How to attract a large audience to Web site

Search engine rankings


Keywords and page titles



Identify market niches



Offer expertise



Link to and from other sites

Buy ads
Copyright © 2009 Pearson
 Local e-commerce
Education, Inc. Publishing as
Prentice Hall


Slide 4-42
Tools for Interactivity and Active
Content


Widgets:




Mashups:




Small pre-built chunk of code that executes
automatically in an HTML Web page
Pull functionality/data from one program and include it
in another

CGI (Common Gateway Interface):

Standards for communication between browser and
program running on a server that allows for
interaction between the user and the server
Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall
Slide 4-43

Tools for Interactivity and Active
Content (cont’d)


ASP (Active Server Pages):




Java:




Used to build dynamic pages with Microsoft’s IIS
Used to create interactivity and active content on
client computer

JSP (Java Server Pages):


Similar to CGI and ASP; allows developers to use
HTML, JSP scripts, and Java to dynamically generate
Web pages

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-44
Tools for Interactivity and Active
Content (cont’d)


JavaScript:




ActiveX:




Invented by Microsoft to compete with Java

VBScript:




Used to control objects on a Web page and handle
interactions with browser

Invented by Microsoft to compete with JavaScript

ColdFusion:

Integrated server-side environment for developing
interactive Web applications
Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall
Slide 4-45

Insight on Technology

Pumping Up the Customer
Experience Using AJAX and Flash
Class Discussion


What is AJAX? How does it work?



Compare AJAX to the traditional client/server
Web model.



How does Google Maps use AJAX?

What are some alternative ways to achieve the
same results Pearson
Copyright © 2009as AJAX?



Education, Inc. Publishing as
Prentice Hall

Slide 4-46
Personalization Tools


Personalization:




Customization:




Ability to treat people based on their personal
qualities and prior history with your site

Ability to change the product to better fit the needs
of the customer

Cookies:

Primary method for achieving personalization and
Copyright © 2009 Pearson
customization
Education, Inc. Publishing as
Prentice Hall
Slide 4-47

The Information Policy Set


Privacy policy




Set of public statements declaring how site will
treat customers’ personal information that is
gathered by site

Accessibility rules


Set of design objectives that ensure disabled
users can affectively access site

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-48
Insight on Society

Designing for Accessibility with Web 2.0
Class Discussion


What is Section 508 of the Rehabilitation Act?



Why are merchants reluctant to make their Web
sites accessible to disabled Americans?



How can Web sites be made more accessible?



Should all Web sites be required by law to
provide “equivalent alternatives” for visual and
sound content?

Copyright © 2009 Pearson
Education, Inc. Publishing as
Prentice Hall

Slide 4-49
All rights reserved. No part of this publication may be reproduced, stored in a
retrieval system, or transmitted, in any form or by any means, electronic,
mechanical, photocopying, recording, or otherwise, without the prior written
permission of the publisher. Printed in the United States of America.

Copyright © 2009 Pearson Education, Inc.  
Publishing
2009 Pearson as Prentice Hall

Copyright ©
Education, Inc. Publishing as
Prentice Hall

Slide 4-50

Weitere ähnliche Inhalte

Was ist angesagt?

E commerce security
E commerce securityE commerce security
E commerce securityShakti Singh
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructureRaj vardhan
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)Nazmul Hyder
 
Management Information System : E-Commerce
Management Information System : E-Commerce Management Information System : E-Commerce
Management Information System : E-Commerce Aung Ko Thet
 
Building an E-commerce website.ppt
Building an E-commerce website.pptBuilding an E-commerce website.ppt
Building an E-commerce website.pptLilianNjoki2
 
social, legal and ethical issues of e-commerce..
social, legal and ethical issues of e-commerce..social, legal and ethical issues of e-commerce..
social, legal and ethical issues of e-commerce..home based
 
Chapter 3/Retailing In Electronic Commerce: Products and Services Technology...
Chapter 3/Retailing In Electronic Commerce:  Products and Services Technology...Chapter 3/Retailing In Electronic Commerce:  Products and Services Technology...
Chapter 3/Retailing In Electronic Commerce: Products and Services Technology...Eyad Almasri
 
E Commerce Proposal
E Commerce ProposalE Commerce Proposal
E Commerce ProposalAnsar ul Haq
 
laudon-traver_ec13_ppt_ch12(2).pptx
laudon-traver_ec13_ppt_ch12(2).pptxlaudon-traver_ec13_ppt_ch12(2).pptx
laudon-traver_ec13_ppt_ch12(2).pptxAnjLegaspi1
 
Divya E-commerce project
Divya E-commerce project Divya E-commerce project
Divya E-commerce project dezyneecole
 
Online shopping Report
Online shopping ReportOnline shopping Report
Online shopping ReportPragnya Dash
 
System Development Life Cycle
System Development Life CycleSystem Development Life Cycle
System Development Life Cyclesourav verma
 
Marketing and advertising in e commerce
Marketing and advertising in e commerceMarketing and advertising in e commerce
Marketing and advertising in e commercetumetr1
 
01 Introduction to E-commerce slides
01 Introduction to E-commerce slides01 Introduction to E-commerce slides
01 Introduction to E-commerce slidesmonchai sopitka
 
Local e-Commerce
Local e-CommerceLocal e-Commerce
Local e-CommerceNithin Dave
 

Was ist angesagt? (20)

E commerce security
E commerce securityE commerce security
E commerce security
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructure
 
Building E-commerce Presence
Building E-commerce PresenceBuilding E-commerce Presence
Building E-commerce Presence
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
 
Management Information System : E-Commerce
Management Information System : E-Commerce Management Information System : E-Commerce
Management Information System : E-Commerce
 
E commerce
E commerceE commerce
E commerce
 
E-commerce Security and Payment
E-commerce Security and PaymentE-commerce Security and Payment
E-commerce Security and Payment
 
Building an E-commerce website.ppt
Building an E-commerce website.pptBuilding an E-commerce website.ppt
Building an E-commerce website.ppt
 
social, legal and ethical issues of e-commerce..
social, legal and ethical issues of e-commerce..social, legal and ethical issues of e-commerce..
social, legal and ethical issues of e-commerce..
 
Chapter 3/Retailing In Electronic Commerce: Products and Services Technology...
Chapter 3/Retailing In Electronic Commerce:  Products and Services Technology...Chapter 3/Retailing In Electronic Commerce:  Products and Services Technology...
Chapter 3/Retailing In Electronic Commerce: Products and Services Technology...
 
E Commerce Proposal
E Commerce ProposalE Commerce Proposal
E Commerce Proposal
 
laudon-traver_ec13_ppt_ch12(2).pptx
laudon-traver_ec13_ppt_ch12(2).pptxlaudon-traver_ec13_ppt_ch12(2).pptx
laudon-traver_ec13_ppt_ch12(2).pptx
 
Divya E-commerce project
Divya E-commerce project Divya E-commerce project
Divya E-commerce project
 
Online shopping Report
Online shopping ReportOnline shopping Report
Online shopping Report
 
System Development Life Cycle
System Development Life CycleSystem Development Life Cycle
System Development Life Cycle
 
eBusiness Environment
eBusiness EnvironmenteBusiness Environment
eBusiness Environment
 
Marketing and advertising in e commerce
Marketing and advertising in e commerceMarketing and advertising in e commerce
Marketing and advertising in e commerce
 
01 Introduction to E-commerce slides
01 Introduction to E-commerce slides01 Introduction to E-commerce slides
01 Introduction to E-commerce slides
 
Local e-Commerce
Local e-CommerceLocal e-Commerce
Local e-Commerce
 
What is an intranet
What is an intranetWhat is an intranet
What is an intranet
 

Andere mochten auch

Chapter 4 5-6 - e commerce - m- commerce
Chapter 4 5-6 - e commerce - m- commerceChapter 4 5-6 - e commerce - m- commerce
Chapter 4 5-6 - e commerce - m- commercesuman86
 
Online shopping system (E-commerce)
Online shopping system (E-commerce)Online shopping system (E-commerce)
Online shopping system (E-commerce)Sarp Infotech
 
e-Commerce web app Architecture and Scalability
e-Commerce web app Architecture and Scalabilitye-Commerce web app Architecture and Scalability
e-Commerce web app Architecture and ScalabilityAryashree Pritikrishna
 
E commerce business models
E commerce business modelsE commerce business models
E commerce business modelsVikram g b
 
E commerce full notes for mba
E commerce full notes for mba E commerce full notes for mba
E commerce full notes for mba karishma
 
Design and Instantiation of Reference Architecture for Pluggable Service Plat...
Design and Instantiation of Reference Architecture for Pluggable Service Plat...Design and Instantiation of Reference Architecture for Pluggable Service Plat...
Design and Instantiation of Reference Architecture for Pluggable Service Plat...Mohammad Anggasta Paramartha
 
B2B and e-commerce Architecture
B2B and e-commerce ArchitectureB2B and e-commerce Architecture
B2B and e-commerce ArchitectureSonia Grover
 
E-commerce infrastructure the internet,web and mobile platform
E-commerce infrastructure the internet,web and mobile platformE-commerce infrastructure the internet,web and mobile platform
E-commerce infrastructure the internet,web and mobile platformAnand Paranthawam
 
Chapter 4
Chapter 4Chapter 4
Chapter 4Hasunah
 
electronic commerce payment systems
electronic commerce payment systemselectronic commerce payment systems
electronic commerce payment systemstumetr1
 
E commerce mechanisms, infrastructures, and tools
E commerce mechanisms, infrastructures, and toolsE commerce mechanisms, infrastructures, and tools
E commerce mechanisms, infrastructures, and toolstumetr1
 
Privacy and Security Issues in E-Commerce
Privacy and Security Issues in E-Commerce  Privacy and Security Issues in E-Commerce
Privacy and Security Issues in E-Commerce Titas Ahmed
 
I way - Network Infrastructure for e-Commerce
I way - Network Infrastructure for e-CommerceI way - Network Infrastructure for e-Commerce
I way - Network Infrastructure for e-Commercemc aa
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructuresahilm87
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructureSovan Kundu
 
Architecture for B2B models in Ecommerce
Architecture for B2B models in EcommerceArchitecture for B2B models in Ecommerce
Architecture for B2B models in EcommerceNirbhik Jangid
 

Andere mochten auch (20)

Chapter 4 5-6 - e commerce - m- commerce
Chapter 4 5-6 - e commerce - m- commerceChapter 4 5-6 - e commerce - m- commerce
Chapter 4 5-6 - e commerce - m- commerce
 
Online shopping system (E-commerce)
Online shopping system (E-commerce)Online shopping system (E-commerce)
Online shopping system (E-commerce)
 
e-Commerce web app Architecture and Scalability
e-Commerce web app Architecture and Scalabilitye-Commerce web app Architecture and Scalability
e-Commerce web app Architecture and Scalability
 
E commerce business models
E commerce business modelsE commerce business models
E commerce business models
 
E-Commerce PPT
E-Commerce PPTE-Commerce PPT
E-Commerce PPT
 
E commerce full notes for mba
E commerce full notes for mba E commerce full notes for mba
E commerce full notes for mba
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Design and Instantiation of Reference Architecture for Pluggable Service Plat...
Design and Instantiation of Reference Architecture for Pluggable Service Plat...Design and Instantiation of Reference Architecture for Pluggable Service Plat...
Design and Instantiation of Reference Architecture for Pluggable Service Plat...
 
B2B and e-commerce Architecture
B2B and e-commerce ArchitectureB2B and e-commerce Architecture
B2B and e-commerce Architecture
 
E commerce ppt
E commerce pptE commerce ppt
E commerce ppt
 
E-commerce infrastructure the internet,web and mobile platform
E-commerce infrastructure the internet,web and mobile platformE-commerce infrastructure the internet,web and mobile platform
E-commerce infrastructure the internet,web and mobile platform
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
electronic commerce payment systems
electronic commerce payment systemselectronic commerce payment systems
electronic commerce payment systems
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
E commerce mechanisms, infrastructures, and tools
E commerce mechanisms, infrastructures, and toolsE commerce mechanisms, infrastructures, and tools
E commerce mechanisms, infrastructures, and tools
 
Privacy and Security Issues in E-Commerce
Privacy and Security Issues in E-Commerce  Privacy and Security Issues in E-Commerce
Privacy and Security Issues in E-Commerce
 
I way - Network Infrastructure for e-Commerce
I way - Network Infrastructure for e-CommerceI way - Network Infrastructure for e-Commerce
I way - Network Infrastructure for e-Commerce
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructure
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructure
 
Architecture for B2B models in Ecommerce
Architecture for B2B models in EcommerceArchitecture for B2B models in Ecommerce
Architecture for B2B models in Ecommerce
 

Ähnlich wie E commerce ( system analysis ) chapter 4

Laudon_Traver_3E_Chapter4_Final.ppt
Laudon_Traver_3E_Chapter4_Final.pptLaudon_Traver_3E_Chapter4_Final.ppt
Laudon_Traver_3E_Chapter4_Final.pptEloiseBrown2
 
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol GuercioLaudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol GuerciomohammedSALEH189
 
Laudon traver ec10-ppt_ch04
Laudon traver ec10-ppt_ch04Laudon traver ec10-ppt_ch04
Laudon traver ec10-ppt_ch04BookStoreLib
 
laudon-traver_ec10_ppt_ch04 (1).ppt
laudon-traver_ec10_ppt_ch04 (1).pptlaudon-traver_ec10_ppt_ch04 (1).ppt
laudon-traver_ec10_ppt_ch04 (1).pptamaliarifiyanti
 
laudon-traver_ec10_ppt_ch04.ppt
laudon-traver_ec10_ppt_ch04.pptlaudon-traver_ec10_ppt_ch04.ppt
laudon-traver_ec10_ppt_ch04.pptJithJoy2
 
E-BM Building an E-commerce Web Site
E-BM Building an E-commerce Web SiteE-BM Building an E-commerce Web Site
E-BM Building an E-commerce Web SiteKaleemSarwar2
 
Laudon traver ec10-im_ch04
Laudon traver ec10-im_ch04Laudon traver ec10-im_ch04
Laudon traver ec10-im_ch04BookStoreLib
 
Laudon traver ec10-im_ch04
Laudon traver ec10-im_ch04Laudon traver ec10-im_ch04
Laudon traver ec10-im_ch04BookStoreLib
 
laudon-traver_ec13_ppt_chapter_3_Building Website.pptx
laudon-traver_ec13_ppt_chapter_3_Building Website.pptxlaudon-traver_ec13_ppt_chapter_3_Building Website.pptx
laudon-traver_ec13_ppt_chapter_3_Building Website.pptxDivyaAggarwal91
 
Laudon traver ec11-im_ch04
Laudon traver ec11-im_ch04Laudon traver ec11-im_ch04
Laudon traver ec11-im_ch04BookStoreLib
 
I-Form Hosting and Electronic Document Security
I-Form Hosting and Electronic Document SecurityI-Form Hosting and Electronic Document Security
I-Form Hosting and Electronic Document Securitywebhostingguy
 
E-commerce 2021 Business. Technology. Society.Sixteenth Editi
E-commerce 2021 Business. Technology. Society.Sixteenth EditiE-commerce 2021 Business. Technology. Society.Sixteenth Editi
E-commerce 2021 Business. Technology. Society.Sixteenth EditiAlyciaGold776
 
The need for SharePoint best practices
The need for SharePoint best practicesThe need for SharePoint best practices
The need for SharePoint best practicesAtle Skjekkeland
 
Seminar Presentation for FrontPage
Seminar Presentation for FrontPageSeminar Presentation for FrontPage
Seminar Presentation for FrontPagewebhostingguy
 
Intro to SharePoint for Developers
Intro to SharePoint for DevelopersIntro to SharePoint for Developers
Intro to SharePoint for DevelopersRob Wilson
 
9781423903055 ppt ch09
9781423903055 ppt ch099781423903055 ppt ch09
9781423903055 ppt ch09临枫 盖
 
SharePoint Saturday Sydney - Enterprise Mashups
SharePoint Saturday Sydney - Enterprise MashupsSharePoint Saturday Sydney - Enterprise Mashups
SharePoint Saturday Sydney - Enterprise MashupsKristian Kalsing
 

Ähnlich wie E commerce ( system analysis ) chapter 4 (20)

Laudon_Traver_3E_Chapter4_Final.ppt
Laudon_Traver_3E_Chapter4_Final.pptLaudon_Traver_3E_Chapter4_Final.ppt
Laudon_Traver_3E_Chapter4_Final.ppt
 
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol GuercioLaudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
 
laudon_ec6e_ch04.ppt
laudon_ec6e_ch04.pptlaudon_ec6e_ch04.ppt
laudon_ec6e_ch04.ppt
 
Laudon traver ec10-ppt_ch04
Laudon traver ec10-ppt_ch04Laudon traver ec10-ppt_ch04
Laudon traver ec10-ppt_ch04
 
laudon-traver_ec10_ppt_ch04 (1).ppt
laudon-traver_ec10_ppt_ch04 (1).pptlaudon-traver_ec10_ppt_ch04 (1).ppt
laudon-traver_ec10_ppt_ch04 (1).ppt
 
laudon-traver_ec10_ppt_ch04.ppt
laudon-traver_ec10_ppt_ch04.pptlaudon-traver_ec10_ppt_ch04.ppt
laudon-traver_ec10_ppt_ch04.ppt
 
E-BM Building an E-commerce Web Site
E-BM Building an E-commerce Web SiteE-BM Building an E-commerce Web Site
E-BM Building an E-commerce Web Site
 
Laudon traver ec10-im_ch04
Laudon traver ec10-im_ch04Laudon traver ec10-im_ch04
Laudon traver ec10-im_ch04
 
Laudon traver ec10-im_ch04
Laudon traver ec10-im_ch04Laudon traver ec10-im_ch04
Laudon traver ec10-im_ch04
 
laudon-traver_ec13_ppt_chapter_3_Building Website.pptx
laudon-traver_ec13_ppt_chapter_3_Building Website.pptxlaudon-traver_ec13_ppt_chapter_3_Building Website.pptx
laudon-traver_ec13_ppt_chapter_3_Building Website.pptx
 
Laudon traver ec11-im_ch04
Laudon traver ec11-im_ch04Laudon traver ec11-im_ch04
Laudon traver ec11-im_ch04
 
I-Form Hosting and Electronic Document Security
I-Form Hosting and Electronic Document SecurityI-Form Hosting and Electronic Document Security
I-Form Hosting and Electronic Document Security
 
e-commerce.pptx
e-commerce.pptxe-commerce.pptx
e-commerce.pptx
 
E-commerce 2021 Business. Technology. Society.Sixteenth Editi
E-commerce 2021 Business. Technology. Society.Sixteenth EditiE-commerce 2021 Business. Technology. Society.Sixteenth Editi
E-commerce 2021 Business. Technology. Society.Sixteenth Editi
 
The need for SharePoint best practices
The need for SharePoint best practicesThe need for SharePoint best practices
The need for SharePoint best practices
 
Seminar Presentation for FrontPage
Seminar Presentation for FrontPageSeminar Presentation for FrontPage
Seminar Presentation for FrontPage
 
Intro to SharePoint for Developers
Intro to SharePoint for DevelopersIntro to SharePoint for Developers
Intro to SharePoint for Developers
 
9781423903055 ppt ch09
9781423903055 ppt ch099781423903055 ppt ch09
9781423903055 ppt ch09
 
SharePoint Saturday Sydney - Enterprise Mashups
SharePoint Saturday Sydney - Enterprise MashupsSharePoint Saturday Sydney - Enterprise Mashups
SharePoint Saturday Sydney - Enterprise Mashups
 
BSAD 372 - CH 3
BSAD 372 - CH 3BSAD 372 - CH 3
BSAD 372 - CH 3
 

Mehr von Qamar Farooq

Lahore Electric Supply Company (LESCO).pdf
Lahore Electric Supply Company (LESCO).pdfLahore Electric Supply Company (LESCO).pdf
Lahore Electric Supply Company (LESCO).pdfQamar Farooq
 
Forms of Business Ownership and Organization
Forms of Business Ownership and OrganizationForms of Business Ownership and Organization
Forms of Business Ownership and Organization Qamar Farooq
 
Contemporary business 13th edition
Contemporary business 13th edition Contemporary business 13th edition
Contemporary business 13th edition Qamar Farooq
 
Introduction to Supply Chain Management
Introduction to Supply Chain Management Introduction to Supply Chain Management
Introduction to Supply Chain Management Qamar Farooq
 
International Business and Marketing
International Business and MarketingInternational Business and Marketing
International Business and MarketingQamar Farooq
 
The Most Challenging Economy in Decades
The Most Challenging Economy in DecadesThe Most Challenging Economy in Decades
The Most Challenging Economy in DecadesQamar Farooq
 
Today's Environment for Business Ethics and Related Social Issues
Today's Environment for Business Ethics and Related Social IssuesToday's Environment for Business Ethics and Related Social Issues
Today's Environment for Business Ethics and Related Social Issues Qamar Farooq
 
Major problem of pakistan
Major problem of pakistanMajor problem of pakistan
Major problem of pakistanQamar Farooq
 
Definitions of Econometric
Definitions of Econometric Definitions of Econometric
Definitions of Econometric Qamar Farooq
 
Small Medium Enterprise In Pakistan
Small Medium Enterprise In PakistanSmall Medium Enterprise In Pakistan
Small Medium Enterprise In PakistanQamar Farooq
 
International Business and Marketing
International Business and Marketing International Business and Marketing
International Business and Marketing Qamar Farooq
 
The Most Challenging economy in Decades
The Most Challenging economy in Decades The Most Challenging economy in Decades
The Most Challenging economy in Decades Qamar Farooq
 
Today's Environment for Business Ethics and Related Social Issues (Chapter 2)
Today's Environment for Business Ethics and Related Social Issues (Chapter 2)Today's Environment for Business Ethics and Related Social Issues (Chapter 2)
Today's Environment for Business Ethics and Related Social Issues (Chapter 2)Qamar Farooq
 
Exports, counter trade
Exports, counter tradeExports, counter trade
Exports, counter tradeQamar Farooq
 
Supply Network Design Lecture 5
Supply Network Design Lecture 5Supply Network Design Lecture 5
Supply Network Design Lecture 5Qamar Farooq
 
Peachtree user guide 2009
Peachtree user guide 2009Peachtree user guide 2009
Peachtree user guide 2009Qamar Farooq
 
Excel 2013 guide book
Excel 2013 guide bookExcel 2013 guide book
Excel 2013 guide bookQamar Farooq
 
The Revenue Cycle
The Revenue Cycle The Revenue Cycle
The Revenue Cycle Qamar Farooq
 
Introduction to Transaction Processing Chapter No. 2
Introduction to Transaction Processing   Chapter No. 2Introduction to Transaction Processing   Chapter No. 2
Introduction to Transaction Processing Chapter No. 2Qamar Farooq
 
Globalization ( Chapter no. 1)
Globalization ( Chapter no. 1)Globalization ( Chapter no. 1)
Globalization ( Chapter no. 1)Qamar Farooq
 

Mehr von Qamar Farooq (20)

Lahore Electric Supply Company (LESCO).pdf
Lahore Electric Supply Company (LESCO).pdfLahore Electric Supply Company (LESCO).pdf
Lahore Electric Supply Company (LESCO).pdf
 
Forms of Business Ownership and Organization
Forms of Business Ownership and OrganizationForms of Business Ownership and Organization
Forms of Business Ownership and Organization
 
Contemporary business 13th edition
Contemporary business 13th edition Contemporary business 13th edition
Contemporary business 13th edition
 
Introduction to Supply Chain Management
Introduction to Supply Chain Management Introduction to Supply Chain Management
Introduction to Supply Chain Management
 
International Business and Marketing
International Business and MarketingInternational Business and Marketing
International Business and Marketing
 
The Most Challenging Economy in Decades
The Most Challenging Economy in DecadesThe Most Challenging Economy in Decades
The Most Challenging Economy in Decades
 
Today's Environment for Business Ethics and Related Social Issues
Today's Environment for Business Ethics and Related Social IssuesToday's Environment for Business Ethics and Related Social Issues
Today's Environment for Business Ethics and Related Social Issues
 
Major problem of pakistan
Major problem of pakistanMajor problem of pakistan
Major problem of pakistan
 
Definitions of Econometric
Definitions of Econometric Definitions of Econometric
Definitions of Econometric
 
Small Medium Enterprise In Pakistan
Small Medium Enterprise In PakistanSmall Medium Enterprise In Pakistan
Small Medium Enterprise In Pakistan
 
International Business and Marketing
International Business and Marketing International Business and Marketing
International Business and Marketing
 
The Most Challenging economy in Decades
The Most Challenging economy in Decades The Most Challenging economy in Decades
The Most Challenging economy in Decades
 
Today's Environment for Business Ethics and Related Social Issues (Chapter 2)
Today's Environment for Business Ethics and Related Social Issues (Chapter 2)Today's Environment for Business Ethics and Related Social Issues (Chapter 2)
Today's Environment for Business Ethics and Related Social Issues (Chapter 2)
 
Exports, counter trade
Exports, counter tradeExports, counter trade
Exports, counter trade
 
Supply Network Design Lecture 5
Supply Network Design Lecture 5Supply Network Design Lecture 5
Supply Network Design Lecture 5
 
Peachtree user guide 2009
Peachtree user guide 2009Peachtree user guide 2009
Peachtree user guide 2009
 
Excel 2013 guide book
Excel 2013 guide bookExcel 2013 guide book
Excel 2013 guide book
 
The Revenue Cycle
The Revenue Cycle The Revenue Cycle
The Revenue Cycle
 
Introduction to Transaction Processing Chapter No. 2
Introduction to Transaction Processing   Chapter No. 2Introduction to Transaction Processing   Chapter No. 2
Introduction to Transaction Processing Chapter No. 2
 
Globalization ( Chapter no. 1)
Globalization ( Chapter no. 1)Globalization ( Chapter no. 1)
Globalization ( Chapter no. 1)
 

Kürzlich hochgeladen

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Kürzlich hochgeladen (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

E commerce ( system analysis ) chapter 4

  • 1. E-commerce business. technology. society. Fifth Edition Kenneth C. Laudon Carol Guercio Traver Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Copyright © 2009 Pearson Education, Inc. Slide 4-1
  • 2. Chapter 4 Building an E-commerce Web Site Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Copyright © 2009 Pearson Education, Inc. Slide 4-2
  • 3. Right-Sizing a Web Site Class Discussion  What are the factors you should take into account when sizing a Web site’s infrastructure?  Why is peak usage an important factor to consider?  What did eBay discover from its use of OPERA? How can operators of smaller sites deal with the right-sizing issue? Copyright © 2009 Pearson  Education, Inc. Publishing as Prentice Hall Slide 4-3
  • 4. Building an E-commerce Site: A Systematic Approach  Most important management challenges in building a successful e-commerce site are:  Developing a clear understanding of business objectives  Knowing how to choose the right technology to achieve those objectives Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-4
  • 5. Pieces of the Site-Building Puzzle  Main areas where you will need to make decisions in building a site include:  Human resources and organizational capabilities —creating a team that has the skill set to build and manage a successful site  Hardware  Software  Telecommunications  Site © 2009 Copyrightdesign Pearson Education, Inc. Publishing as Prentice Hall Slide 4-5
  • 6. The Systems Development Life Cycle  Methodology for understanding business objectives of a system and designing an appropriate solution  Five major steps in SDLC 1. Systems analysis/planning 2. Systems design 3. Building the system 4. Testing 5. Implementation Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-6
  • 7. Web Site Systems Development Life Cycle Figure 4.2, Page 203 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-7
  • 8. System Analysis/Planning: Identifying Business Objectives, System Functionality, and Information Requirements  Business objectives:   System functionalities:   List of capabilities you want your site to have List of information system capabilities needed to achieve business objectives Information requirements: Information elements that system must produce in order to achieve business objectives Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-8 
  • 9. Business Objectives, System Functionality, and Information Requirements for a Typical E-commerce Site Table 4.1, Page 204 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-9
  • 10. Systems Design: Hardware and Software Platforms  System design specification:   Description of main components of a system and their relationship to one another Two components of system design:  Logical design  Data flow diagrams, processing functions, databases  Physical design  Specifies actual physical, software components, models, etc. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-10
  • 11. Logical Design for a Simple Web Site Figure 4.3 (a), Page 206 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-11
  • 12. Physical Design for a Simple Web Site Figure 4.3 (b), Page 206 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-12
  • 13. Building the System: In-House versus Outsourcing   Outsourcing: Hiring vendors to provide services involved in building site Build own vs. outsourcing:   Build your own requires team with diverse skill set; choice of software tools; both risks and possible benefits Host own vs. outsourcing Hosting: Hosting company responsible for ensuring site is accessible 24/7, for monthly fee  Co-location: Firm purchases or leases Web server Copyright control over its operation), but server is located (with © 2009 Pearson Education, Inc. Publishing as at vendor’s facility Prentice Hall Slide 4-13 
  • 14. Choices in Building and Hosting Figure 4.4, Page 207 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-14
  • 15. Insight on Business Curly Hair and Tattoos: Getting Started on the Cheap Class Discussion  How does a small, niche Web site become profitable?  What is the primary source of income for these kinds of sites?  What are Internet incubators and what is their relationship to the ventures they support? Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-15
  • 16. Testing, Implementation, and Maintenance  Testing   System testing   Unit testing Acceptance testing Implementation and maintenance:  Maintenance is ongoing  Costs of maintenance parallel to development costs Benchmarking: Comparing site to competitors in Copyright © 2009 Pearson terms of response speed, quality of layout, and Education, Inc. Publishing as design Prentice Hall Slide 4-16 
  • 17. Factors in Web Site Optimization Figure 4.7, Page 213 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-17
  • 18. Simple versus Multi-tiered Web Site Architecture  System architecture:   Two-tier architecture   Arrangement of software, machinery, and tasks in an information system needed to achieve a specific functionality Web server and database server Multi-tier architecture Web application servers Copyright © 2009 Pearson  Backend, legacy databases Education, Inc. Publishing as Prentice Hall  Slide 4-18
  • 19. Two-Tier E-commerce Architecture Figure 4.9(a), Page 216 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-19
  • 20. Multi-tier E-commerce Architecture Figure 4.9(b), Page 216 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-20
  • 21. Web Server Software  All e-commerce sites require basic Web server software to answer HTTP requests from customers  Apache    Leading Web server software (50% of market) Works only with UNIX, Linux OSs Microsoft’s Internet Information Server (IIS) Second major Web server software (35% of market)  Windows-based Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-21 
  • 22. Basic Functionality Provided by Web Servers Table 4.3, Page 218 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-22
  • 23. Site Management Tools  Basic site management tools   Verify that links on pages are still valid   Included in all Web servers Identify orphan files Third-party software and services for advanced site management  Monitor customer purchases, marketing campaign effectiveness, etc.  e.g. © 2009 Pearson CopyrightWebTrends Education, Inc. Publishing as Prentice Hall Slide 4-23
  • 24. Dynamic Page Generation Tools  Dynamic page generation:   Common tools:     Contents of Web page stored as objects in database and fetched when needed CGI (Common Gateway Interface) ASP (Active Server Pages) JSP (Java Server Pages) Advantages Lowers menu costs  Permits easy online market segmentation  Enables cost-free price Copyright © 2009 Pearson discrimination  Enables Web content management system (WCMS) Education, Inc. Publishing as Prentice Hall Slide 4-24 
  • 25. Application Servers  Web application servers:  Provide specific business functionality required for a Web site  Middleware  Isolate business applications from Web servers and databases Single-function applications increasingly being replaced by integrated software tools that combine all functionality needed for e-commerce site Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-25 
  • 26. Application Servers and Their Functions Table 4.4, Page 222 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-26
  • 27. E-commerce Merchant Server Software  Provides the basic functionality for online sales     Merchant server software packages:   Offer integrated environment E-commerce merchant services   Online catalog Shopping cart Credit card processing e.g. Yahoo’s Small Business Merchant Solutions Open source Web building tools: CopyrightApache Web server, MySQL, PHP, PERL  e.g. © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-27
  • 28. Choosing the Hardware for an E-commerce Site  Hardware platform:   Underlying computing equipment that system uses to achieve e-commerce functionality Objective:  Have enough platform capacity to meet peak demand but not so much that you waste money Important to understand the different factors that affect speed, Pearson Copyright © 2009 capacity, and scalability of a site  Education, Inc. Publishing as Prentice Hall Slide 4-28
  • 29. Right-Sizing Your Hardware Platform: The Demand Side  Demand that customers put on site the most important factor affecting the speed of site  Factors involved in overall demand: Number of simultaneous users in peak periods  Nature of customer requests (user profile)  Type of content (dynamic versus static Web pages)  Required security  Number of items in inventory  Number of page requests Copyright © of legacy applications  Speed 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-29 
  • 30. Factors in Right-sizing an E-commerce Platform Table 4.7, Page 227 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-30
  • 31. Degradation in Performance as Number of Users Increases Figure 4.12 (a), Page 229 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-31
  • 32. Degradation in Performance as Number of Users Increases Figure 4.12 (b), Page 229 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-32
  • 33. The Relationship of Bandwidth to Hits Figure 4.14, Page 231 Copyright © 2009 Pearson Education, Inc. Publishing as SOURCE: IBM, 2003. Prentice Hall Slide 4-33
  • 34. Right-Sizing Your Hardware Platform: The Supply Side  Scalability:   Ability of site to increase in size as demand warrants Ways to scale hardware:  Vertically  Increase  processing power of individual components Horizontally  Employ multiple computers to share workload Copyright © 2009 Pearson  Improve processing architecture Education, Inc. Publishing as Prentice Hall Slide 4-34
  • 35. Vertical and Horizontal Scaling Techniques Table 4.8, Page 231 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-35
  • 36. Vertically Scaling a System Figure 4.15, Page 232 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-36
  • 37. Horizontally Scaling a System Figure 4.16, Page 233 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-37
  • 38. Improving the Processing Architecture of Your Site Table 4.9, Page 234 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-38
  • 39. Web Site Design: Basic Business Considerations  Need design guidelines and software tools that can cost-effectively achieve required business functionality   e.g. enabling customers to find what they need, make purchase, leave 75% users say they would not revisit a Web site that they found annoying to use Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-39
  • 40. E-commerce Web Site Features that Annoy Customers Figure 4.17, Page 235 SOURCE: Based on data from Hostway Corporation’s survey, Consumers’ Pet Peeves about Commercial Web Sites, Hostway Corporation, 2007. Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-40
  • 41. The Eight Most Important Factors in Successful E-commerce Site Design Table 4.10, Page 236 Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-41
  • 42. Tools for Web Site Optimization  Optimization:   How to attract a large audience to Web site Search engine rankings  Keywords and page titles  Identify market niches  Offer expertise  Link to and from other sites Buy ads Copyright © 2009 Pearson  Local e-commerce Education, Inc. Publishing as Prentice Hall  Slide 4-42
  • 43. Tools for Interactivity and Active Content  Widgets:   Mashups:   Small pre-built chunk of code that executes automatically in an HTML Web page Pull functionality/data from one program and include it in another CGI (Common Gateway Interface): Standards for communication between browser and program running on a server that allows for interaction between the user and the server Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-43 
  • 44. Tools for Interactivity and Active Content (cont’d)  ASP (Active Server Pages):   Java:   Used to build dynamic pages with Microsoft’s IIS Used to create interactivity and active content on client computer JSP (Java Server Pages):  Similar to CGI and ASP; allows developers to use HTML, JSP scripts, and Java to dynamically generate Web pages Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-44
  • 45. Tools for Interactivity and Active Content (cont’d)  JavaScript:   ActiveX:   Invented by Microsoft to compete with Java VBScript:   Used to control objects on a Web page and handle interactions with browser Invented by Microsoft to compete with JavaScript ColdFusion: Integrated server-side environment for developing interactive Web applications Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-45 
  • 46. Insight on Technology Pumping Up the Customer Experience Using AJAX and Flash Class Discussion  What is AJAX? How does it work?  Compare AJAX to the traditional client/server Web model.  How does Google Maps use AJAX? What are some alternative ways to achieve the same results Pearson Copyright © 2009as AJAX?  Education, Inc. Publishing as Prentice Hall Slide 4-46
  • 47. Personalization Tools  Personalization:   Customization:   Ability to treat people based on their personal qualities and prior history with your site Ability to change the product to better fit the needs of the customer Cookies: Primary method for achieving personalization and Copyright © 2009 Pearson customization Education, Inc. Publishing as Prentice Hall Slide 4-47 
  • 48. The Information Policy Set  Privacy policy   Set of public statements declaring how site will treat customers’ personal information that is gathered by site Accessibility rules  Set of design objectives that ensure disabled users can affectively access site Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-48
  • 49. Insight on Society Designing for Accessibility with Web 2.0 Class Discussion  What is Section 508 of the Rehabilitation Act?  Why are merchants reluctant to make their Web sites accessible to disabled Americans?  How can Web sites be made more accessible?  Should all Web sites be required by law to provide “equivalent alternatives” for visual and sound content? Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Slide 4-49
  • 50. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Copyright © 2009 Pearson Education, Inc.   Publishing 2009 Pearson as Prentice Hall Copyright © Education, Inc. Publishing as Prentice Hall Slide 4-50