You are on page 1of 21

m

o
.c

t
o

p
Introduction tos
g
o
Electronic Commerce
l
b
.
a
r
t
a
p
k
i
n
.a
BCAE501C
Department of BCA/MCA
Techno India Hooghly

w
w
w

Copyright C 2011 Anik Patra

m
o
Electronic Commerce (E-Commerce)
c
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w
w
w
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)

Copyright C 2011 Anik Patra

t
o

Brief History

p
s

g
lo

1970s: Electronic Funds Transfer (EFT)

m
o
.c

Used by the banking industry to exchange account information over


secured networks

b
.
a

Late 1970s and early 1980s: Electronic Data Interchange (EDI)


for e-commerce within companies

r
t
a

Used by businesses to transmit data from one business to another

p
ik

1990s: the World Wide Web on the Internet provides easy-touse technology for information publishing and dissemination

n
.a

Cheaper to do business (economies of scale)


Enable diverse business activities (economies of scope)

w
w
w

Copyright C 2011 Anik Patra

m
E-commerce applications co
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w

Supply chain management


Video on demand
Remote banking
Procurement and purchasing
Online marketing and advertisement
Home shopping
Auctions

w
w

Copyright C 2011 Anik Patra

m
Ecommerce infrastructure co
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w

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.

w
w

Copyright C 2011 Anik Patra

The Main Elements of Ecommerce

t
o

p
s

g
lo

m
o
.c

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

r
t
a

p
ik

n
.a

b
.
a

Supplier, inventory, distribution, payment management


Financial management, purchasing products and information

w
w
w

Copyright C 2011 Anik Patra

m
o
Advantages of Electronic Commerce
c
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w
w
w
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

Copyright C 2011 Anik Patra

m
o
Disadvantages of Electronic Commerce
c
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w
w
w
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

Copyright C 2011 Anik Patra

m
The process of e-commerce co
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w

1. Attract customers

Advertising, marketing

2. Interact with customers


Catalog, negotiation

3. Handle and manage orders

Order capture
Payment
Transaction
Fulfillment (physical good, service good, digital good)

4. React to customer inquiries


Customer service
Order tracking

w
w

Copyright C 2011 Anik Patra

m
o
Web-based E-commerce Architecture
c
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w
w
w
Tier 1

Tier 2

Tier 3

Tier N

DBMS

Client

Web Server

Application
Server

Copyright C 2011 Anik Patra

Database
Server

10

m
E-commerce Technologies co
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w

Internet
Mobile technologies
Web architecture
Component programming
Data exchange
Multimedia
Search engines
Data mining
Intelligent agents

w
w

Access security
Cryptographic security
Watermarking
Payment systems

Copyright C 2011 Anik Patra

11

m
Infrastructure for E-commerceco
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w
w
w
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
Copyright C 2011 Anik Patra

12

t
o

E-Commerce Software
Content Transport
Server Components
CGI, server-side scripting

p
ik

n
.a

b
.
a

r
t
a

Programming Clients
Sessions and Cookies
Object Technology

p
s

g
lo

pull, push, web-caching, MIME

m
o
.c

CORBA, COM, Java Beans/RMI

Technology of Fulfillment of Digital Goods

w
w
w

Secure and fail-safe delivery, rights management


Copyright C 2011 Anik Patra

13

t
o

System Design Issues

p
s

g
lo

Good architectural properties

m
o
.c

Functional separation
Performance (load balancing, web caching)
Secure
Reliable
Available
Scalable

p
ik

n
.a

w
w
w

r
t
a

b
.
a

Copyright C 2011 Anik Patra

14

m
o
Creating and Managing Content
c
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w
w
w

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)

Copyright C 2011 Anik Patra

15

t
o

Cryptography
Keeping secrets

p
s

g
lo

m
o
.c

Privacy: interceptor cannot use information


Authentication: senders identity cannot be forged
Integrity: data cannot be altered
Non-repudiation: sender cannot deny sending

r
t
a

b
.
a

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

w
w
w

n
.a

p
ik

Copyright C 2011 Anik Patra

16

t
o

Security

Concerns about security


Client security issues
Server security issues
Security policy, risk assessment
Authentication methods

b
.
a

r
t
a

p
s

g
lo

m
o
.c

Something you know: passwords


Something you have: smart card
Something you are: biometrics

n
.a

p
ik

Firewalls, proxy servers, intrusion detection


Denial of service (DOS) attacks, viruses, worms

w
w
w

Copyright C 2011 Anik Patra

17

Payment Systems
Role of payment
Cash

t
o

p
s

g
lo

m
o
.c

properties: wide accept, convenient, anonymity,


untraceability, no buyer transaction cost

r
t
a

b
.
a

Online credit card payment, Smart Cards


Secure protocols: SSL, SET

p
ik

Internet payment systems

Electronic cash, digital wallets

n
.a

Micro-payments
Wireless devices

w
w
w

Copyright C 2011 Anik Patra

18

Transactions Processing

n
.a

w
w
w

r
t
a

p
ik

g
lo

b
.
a

Copyright C 2011 Anik Patra

t
o

p
s

Transactions and e-commerce


Overview of transaction processing
Transaction processing in e-commerce
Keeping business records, audit, backup
High-availability systems
Replication and scaling
Implementation

m
o
.c

19

m
Other System Components co
.
t
o
p
s
g
o
l
b
.
a
r
t
a
p
k
i
n
a
.
w

Taxes
Shipping and handling
Search engines
Data mining
Intelligent agents
Inventory management, enterprise resource planning
(ERP)
Customer relation management (CRM)

w
w

Copyright C 2011 Anik Patra

20

Thank You
Anik Patra

w
w
w

r
t
a

Assistant Professor
Department of BCA/MCA
Techno India Hooghly
+91 9231828403
anikpatra@gmail.com
http://anikpatra.blogspot.com

p
ik

n
.a

g
lo

b
.
a

Presentated By

p
s

Copyright C 2011 Anik Patra

t
o

m
o
.c

You might also like