E-Commerce Chapter 3
E-Commerce Chapter 3
E-commerce Infrastructure
E-commerce Infrastructure
Learning Objectives
3.1 Discuss the origins of, and the key technology concepts
behind, the Internet.
3.2 Explain the current structure of the Internet.
3.3 Understand how the Web works.
3.4 Describe how Internet and web features and services
support e-commerce.
3.5 Understand the impact of mobile applications
Packet Switching
• Slices digital messages into packets
• Sends packets along different communication paths as they become
available
• Reassembles packets once they arrive at destination
• Uses routers
• Less expensive, wasteful than circuit-switching
Client/Server Computing
• Model of computing in which client devices are connected in a
network together with one or more servers
• Clients: various types of devices that can request access to
services or resources
• Servers perform common functions for the clients
– Storing files
– Software applications
– Access to printers
– Internet access
• Internet is example of client/server computing on massive scale
Client/Server Computing
(3 of 3)
• Drawbacks
– Shifts responsibility for storage and control to
providers
– Security risks
– Can introduce latency (delays in processing and
transmitting of data
• Implications for e-commerce
• Radically reduces costs of:
Building and operating websites
Infrastructure, IT support
Hardware, software
Copyright © 2024 Pearson Education Ltd. All Rights Reserved
Chapter 3
E-commerce Infrastructure
Internet Infrastructure
• Internet has been able to grow exponentially without
disruption because of:
– Client/server computing model
– Architecture built in layers that can be changed
independently
– Hourglass layers
Network Technology Substrate
Transport Services and Representation Standards
Middleware Services
Applications
The Web
• 1989–1991: Web invented
– Tim Berners-Lee at CERN (National Center for Supercomputing
Applications)
– HTML, HTTP, web server, web browser
• 1993: Mosaic web browser w/GUI
– Andreessen and others at NCSA (The European Organization for
Nuclear Research)
– Runs on Windows, Macintosh, or Unix
• 1994: Netscape Navigator, first commercial web browser
• 1995: Microsoft Internet Explorer
The Web
Screenshot of original NCSA Mosaic™ Version 1.0 web browser home page
Copyright © 2024 Pearson Education Ltd. All Rights Reserved
Chapter 3
E-commerce Infrastructure
Hypertext
• Text formatted with embedded links
– Links connect documents to one another, and to other
objects such as sound, video, or animation files
• Uses Hypertext Transfer Protocol (HTTP) and URLs to
locate resources on the Web
– Example URL: http://megacorp.com/content/features/082602.html
http = the protocol used to display Web pages
www.megacorp.com = domain name
content/features = the directory path that identifies where
on the domain Web server the page is stored
082602.html = the document name and its format (an
HTML page)
Copyright © 2024 Pearson Education Ltd. All Rights Reserved
Chapter 3
E-commerce Infrastructure
Markup Languages (1 of 2)
• Hypertext Markup Language (HTML)
– Fixed set of pre-defined markup “tags” used to format text
– Controls look and feel of web pages
– Used in conjunction with CSS (Cascading Style Sheets). CSS
describes how HTML elements are to be displayed on screen or in
other media
– HTML5 the newest version
Markup Languages (2 of 2)
• eXtensible Markup Language (XML)
– Designed to describe data and information
– Tags used are defined by user
Web Browsers
• Primary purpose is to display web page, but may include added features
– Google’s Chrome: about 60% of desktop market; about 40% of mobile
market
Open source
– Apple’s Safari: about 18% share of desktop market; 55% share of mobile
market
– Microsoft Edge: about 12% share of desktop market (has replaced Internet
Explorer)
– Mozilla Firefox: about 7% desktop
Open source
Communication Tools
• E-mail
– Most used application of the Internet
• Messaging Applications
– Instant messaging
• Online message boards
• Internet telephony
– VOIP
• Videoconferencing, video chatting, telepresence
Search Engines
• Identify web pages that match queries and then provide a list of best matc
(search results)
• Top two providers: Google and Microsoft’s Bing
– Google dominates mobile search
• Use web crawlers and algorithms
• Also serve as:
– Shopping tools
– Advertising vehicles (search engine marketing)
– Tool within e-commerce sites
Google Works
Google Works
Web3
• Still at a conceptual stages; does not yet exist
• New kind of Internet service conceived as being built using blockchain
• Proponents envision it as being much more decentralized than the current
Web environment; controlled by creators and users rather than Big Tech
companies
• Critics
– Doubt that blockchain technology can handle the amount of data that
is processed on Web
– Argue that centralized services would be required, defeating the
central purpose of Web3
Mobile Apps
• Use of mobile apps has exploded
– Most popular entertainment media, over TV
– Always present shopping tool
– Almost all top 100 brands have an app
• Platforms
– iPhone/iPad (iOS), Android
• App marketplaces
– Google Play, Apple’s App Store, Amazon’s Appstore
Copyright