SlideShare a Scribd company logo
Electronic Commerce(9th edition)
Gary P. Shneider
Chapter 2

TECHNOLOGY INFRASTRUCTURE: THE
INTERNET AND THE WORLD WIDE WEB
Vajiheh Zoghiyan
Nov. 2013
VAJIHEH ZOGHIYAN

Gathered by: Vajiheh Zoghiyan

2
After IPV4

IPV6

• Why?
Limited addressing capacity of IPV4
• Preferences?
IPV6 uses a 128-bit number for addresses instead
IPV4 uses a 32-bit number
Available addresses in IPV6 is 2^128 addresses
while in IPV4 is 2^32 addresses!!!

• Differences?
Eliminate unnecessary fields and adds security
fields and other optional information
Gathered by: Vajiheh Zoghiyan

3
Internet Engineering Task Force (IETF)

Gathered by: Vajiheh Zoghiyan

4
Notation System
•
•
•
•
•

Uses 8 groups of 16 bits (8*16=128)
Each group is expressed as four hexadecimal digits
The groups are separated by colons(:)
Uses 16 characters:1,2,…,9,a,b,…,f
An example:
CD18:0000:0000:AF23:0000:FF9E:61B2:884D

Gathered by: Vajiheh Zoghiyan

5
Domain Names(such as www.bernardo.com)
•Specifying each IP address to a domain name which is easier
to use
Example:

CD18:0000:0000:AF23:0000:FF9E:61B2:884D
relates to www.bernardo.com
•For many years, these domains have included a group of
generic domains such as .edu, .com, .org

Gathered by: Vajiheh Zoghiyan

6
World Wide Web

TLD : Top Level Domain

www.sandiego.com

The institution : University of San Diego

Gathered by: Vajiheh Zoghiyan

7
Internet Corporation for Assigned Names
and Numbers(ICANN)
• Since 1998, it has the responsibility of managing
domain names and coordinating them with the IP
address registers.
• Also responsible for setting standards for router
computers
• Because of taking over these responsibilities,
ICANN has added a number of new TLDs.
Gathered by: Vajiheh Zoghiyan

8
Gathered by: Vajiheh Zoghiyan

9
TLD

Use

.com

U.S. commercial

.edu

4-year educational institution

.gov

U.S. federal government

.mil

U.S. military

.net

U.S. general use

.org

U.S. not-for-profit organization

.us

U.S. general use

.asia

Companies , individuals, and organizations based in Asian-Pacific regions

.biz

Businesses

.info

General use

.name

Individual persons

.pro

Licensed professionals (such as accountants, lawyers, physicians)

.au

Australia

.ca

Canada

.de

Germany

.fi

Finland

.fr

France

Gathered by: Vajiheh Zoghiyan

10
Gathered by: Vajiheh Zoghiyan

11
Increasing TLDs
• Some people think ICANN violated the democratic
principles on which the organization was founded.

• More difficulties for companies to protect their
corporate and product brand names(more on chapter 7).

Gathered by: Vajiheh Zoghiyan

12
Convergence Center

Gathered by: Vajiheh Zoghiyan

13
Gathered by: Vajiheh Zoghiyan

14
Web Page Request and Delivery Protocols
(client/server architecture)
Web Browser such
as Mozilla,
Chrome,IE, Safari &
etc.

Web Client Computer

Web Server Software

Gathered by: Vajiheh Zoghiyan

Web Server

15
HTTP
• The set of rules for delivering Web page files over
the Internet is in a protocol called the
Hypertext Transfer Protocol (HTTP), which was
developed by Tim Berners-Lee in 1991.
• The combination of the protocol name and
the domain name is called a Uniform Resource Locator
(URL).
http://www.yahoo.com

Gathered by: Vajiheh Zoghiyan

URL

16
Web browser address bar

Yahoo!
Web server computer
Gathered by: Vajiheh Zoghiyan

17
Electronic Mail Protocols
(client/server structure)

Email Service:
Gmail or hot mail
or yahoo mail

Email server software and
uses several email client
software like: microsoft
outlook, mozilla
thundrebird, pegasus mail

Gathered by: Vajiheh Zoghiyan

Email Server

18
SMTP,POP

coordinating
Gmail

Hotmail

•

Protocol: rules for computer data transmission

•

SMTP(simple mail transfer protocol): specifies the
format of a mail message, how mail administered on
the server and transmitted on the internet.

•

POP(post office protocol): tell the email server to send
mail or ask if it has received.

•

MIME(multipurpose internet mail extensions): sending
spreadsheets, sounds or photo clips.

•

IMAP(interactive mail access protocol):the same basic
function as POP but send only selected email
messages.
Gathered by: Vajiheh Zoghiyan

19
Spam/Bulk/UCE(Unsolicited Commercial
Email)
i. major problem for companies,
ii. consuming bandwidth on company
networks
iii. consuming space on e-mail servers
iv. distracts employees to do their job
v. their content can be offensive
vi. a hostile work environment
vii. Costs businesses more than $40 billion per
year in lost productivity
( more on chapter 8)
Gathered by: Vajiheh Zoghiyan

20
MARKUP LANGUAGES AND THE WEB
SGML
Standard Generalized
Markup Language
1st standards established in
1996

HTML

XML

Hypertext Markup
Language

Extensible Markup
Language

1st standards established
in 1991

1st standards established in
1998

XHTML
Extensible Hypertext
Markup Language
1st standards established in 2000
Gathered by: Vajiheh Zoghiyan

21
World Wide Web Consortium (W3C)
• A not-for-profit group that maintains standards
for the Web,

• Since the 1960s, publishers have used markup
languages to create documents that can be:
1.formatted once,
2.stored electronically,
3.printed many times in various layouts.
Gathered by: Vajiheh Zoghiyan

22
Gathered by: Vajiheh Zoghiyan

23
International Organization for Standardization (ISO)
• Standardized first GML created by W3C and named it
SGML.

Gathered by: Vajiheh Zoghiyan

24
Strengths and Weaknesses of SGML Tags
Nonproprietary
Platform independent
Offers user-defined tags
X
X
X
X

Not well suited to certain tasks
Costly to set up and maintain
Expensive software tools
Hard to learn
Gathered by: Vajiheh Zoghiyan

25
HTML
• Can create relationships among text elements within one
document or among several documents.
• The text elements that are related to each other are
called hypertext elements.
• After HTML 4.0 was finalized in 1999, Browser developers
worked on adding new features to their software.
• In 2007, three browser developers (Apple, Opera, and
the Mozilla Foundation) began working on an updated
version of HTML that would include features such as
audio and video within the markup language itself.
Gathered by: Vajiheh Zoghiyan

26
A part of HTML
<strong>A Review of the Book <em>HTML Is
Fun!</em></strong>
It would be shown like this:
A Review of the Book HTML Is Fun!

Gathered by: Vajiheh Zoghiyan

27
HTML Links

Gathered by: Vajiheh Zoghiyan

28
Hyper Link
• Web sites can use links to direct customers to pages
on the company’s Web server.

• The way links lead customers through pages can
affect the usefulness of the site and can play a major
role in shaping customers’ impressions of the
company.

Gathered by: Vajiheh Zoghiyan

29
Gathered by: Vajiheh Zoghiyan
30

Hierarchical Structure
Linear Structure
Hybrid Structure

Gathered by: Vajiheh Zoghiyan

31
Why XML after HTML?
Companies began to E-Commerce, so…
Present large amounts of data
Large lists of inventory items
Great lists of sales invoices
Lots of purchase orders
Other business data
Keep these lists updated
Gathered by: Vajiheh Zoghiyan

32
THANK YOU FOR YOUR
ATTENTION

Gathered by: Vajiheh Zoghiyan

33

More Related Content

PPTX
Presentation on Ip Addressing
PPTX
Cms and above
PDF
IPv6 Addressing and Deployment Considerations
PDF
Webinar - Managed File Transfer: backbone of your operations
PPTX
O’ level
PPTX
BSAD 372 SPRING 2017 CH 10
PPTX
BSAD 372 SPRING 2017 CH 3
PPTX
BSAD 372 SPRING 2017 CH 11
Presentation on Ip Addressing
Cms and above
IPv6 Addressing and Deployment Considerations
Webinar - Managed File Transfer: backbone of your operations
O’ level
BSAD 372 SPRING 2017 CH 10
BSAD 372 SPRING 2017 CH 3
BSAD 372 SPRING 2017 CH 11

Viewers also liked (20)

PPTX
BSAD 372 SPRING 2017 CH 12
PPTX
BSAD 372 SPRING 2017 CH 7
PPTX
BSAD 372 SPRING 2017 CH 4
PPTX
BSAD 372 SPRING 2017 CH 9
PPTX
BSAD 372 SPRING 2017 CH 1
PPTX
BSAD 372 SPRING 2017 CH 2
PPTX
BSAD 372 SPRING 2017 CH 6
PPTX
Lesson 2
PPTX
BSAD 372 SPRING 2017 CH 5
PPTX
Lesson 3
PPTX
BSAD 372 SPRING 2017 CH 8
PPT
Tutorial 10 - Electronic Commerce
 
PPTX
BSAD 340 Spring 2017 - CH 1
PPTX
PDF
01 Introduction to E-commerce slides
PPTX
Electronic Payment Systems (EPS)
PPTX
E-Commerce PPT
PPT
Overview of Electronic Commerce
PPTX
E commerce ppt
PPTX
E commerce
BSAD 372 SPRING 2017 CH 12
BSAD 372 SPRING 2017 CH 7
BSAD 372 SPRING 2017 CH 4
BSAD 372 SPRING 2017 CH 9
BSAD 372 SPRING 2017 CH 1
BSAD 372 SPRING 2017 CH 2
BSAD 372 SPRING 2017 CH 6
Lesson 2
BSAD 372 SPRING 2017 CH 5
Lesson 3
BSAD 372 SPRING 2017 CH 8
Tutorial 10 - Electronic Commerce
 
BSAD 340 Spring 2017 - CH 1
01 Introduction to E-commerce slides
Electronic Payment Systems (EPS)
E-Commerce PPT
Overview of Electronic Commerce
E commerce ppt
E commerce
Ad

Similar to Technology infrastructure1 (20)

PDF
Ch. 1 HTML5, CIS 110 13F
PPTX
Networks
PPTX
Assignment 01
PPT
Ch02 e commerce
PPT
Introduction to web design basically html, css and javascript
PPT
Html intake 38 lect1
PDF
Multimedia- How Internet Works
PPTX
Schneider 2. E-Business Technology.pptx file
PPT
Chapter1
PPT
Java Test
PPT
Chapter1
PDF
Unit 01 (1).pdf
PPTX
WEB TECHNOLOGY:Web Essentials and Markup Language HTML
PPT
Chapter 1 - Web Design
PPT
ch01-internet.ppt
PPTX
Chapter1
PDF
WT_TOTAL.pdf
Ch. 1 HTML5, CIS 110 13F
Networks
Assignment 01
Ch02 e commerce
Introduction to web design basically html, css and javascript
Html intake 38 lect1
Multimedia- How Internet Works
Schneider 2. E-Business Technology.pptx file
Chapter1
Java Test
Chapter1
Unit 01 (1).pdf
WEB TECHNOLOGY:Web Essentials and Markup Language HTML
Chapter 1 - Web Design
ch01-internet.ppt
Chapter1
WT_TOTAL.pdf
Ad

More from Vajiheh Zoghiyan (8)

PDF
تدوین برنامه استراتژیک وزارت ورزش و جوانان
PDF
about artificial neural network (ANN)
PDF
تحلیل سیستم پاداش و عملکرد مدیریت جدید پاداش و طرح ریزی استراتژیک نظام پاداش
PDF
Persian translation of Technology Infrastructure
PDF
Organizational analysis of Ministry of Youth and Sports in Iran
PDF
Interactive planning
PDF
Steven Rogers-entrepreneurial finance,chap 12,vajiheh zoghiyan
PPTX
Artificial neural network
تدوین برنامه استراتژیک وزارت ورزش و جوانان
about artificial neural network (ANN)
تحلیل سیستم پاداش و عملکرد مدیریت جدید پاداش و طرح ریزی استراتژیک نظام پاداش
Persian translation of Technology Infrastructure
Organizational analysis of Ministry of Youth and Sports in Iran
Interactive planning
Steven Rogers-entrepreneurial finance,chap 12,vajiheh zoghiyan
Artificial neural network

Recently uploaded (20)

PPTX
Session 1 strategic management for beginners
PDF
Solar without Electrician - Startup Presentation
PPTX
Week 4-5 1stq Analyze the Market Need and Products
PDF
Qloudhost DMACA ignored hosting provider
PDF
4. Finance for non-financial managers.08.08.2025.pdf
PPTX
Introduction to Computing Profession.pptx
PPTX
Time Management, time management powerpoint
PPTX
Session 6 & 7.strategic management for MBA
PDF
What is the PSM Process in Automation in India
DOC
NGU毕业证学历认证,阿肯色大学史密斯堡分校毕业证国外文凭
PDF
With Your AI Employee, Save Time, Grow Faster & Work Smarter!
PPT
Organizational Culture and Management.ppt
PDF
AgriTech-Indias-Sunrise-Sector- Investor
PDF
The Potential for EV Battery Recycling in Europe.pdf
PDF
Why DevOps Teams Are Dropping Spreadsheets for Real-Time Cloud Hygiene.pdf
PDF
How to Launch Meme coin Full Blueprint, Scale & Earn $500KMonth with Viral Cr...
PPTX
ELS-07 Lifeskills ToT PPt-Adama (ABE).pptx
DOC
BHCC毕业证学历认证,埃德蒙学院毕业证毕业证书样本
PPTX
The quotation presentation for diffferent businesses
PPTX
Structure of Organization in Professional Practices.pptx
Session 1 strategic management for beginners
Solar without Electrician - Startup Presentation
Week 4-5 1stq Analyze the Market Need and Products
Qloudhost DMACA ignored hosting provider
4. Finance for non-financial managers.08.08.2025.pdf
Introduction to Computing Profession.pptx
Time Management, time management powerpoint
Session 6 & 7.strategic management for MBA
What is the PSM Process in Automation in India
NGU毕业证学历认证,阿肯色大学史密斯堡分校毕业证国外文凭
With Your AI Employee, Save Time, Grow Faster & Work Smarter!
Organizational Culture and Management.ppt
AgriTech-Indias-Sunrise-Sector- Investor
The Potential for EV Battery Recycling in Europe.pdf
Why DevOps Teams Are Dropping Spreadsheets for Real-Time Cloud Hygiene.pdf
How to Launch Meme coin Full Blueprint, Scale & Earn $500KMonth with Viral Cr...
ELS-07 Lifeskills ToT PPt-Adama (ABE).pptx
BHCC毕业证学历认证,埃德蒙学院毕业证毕业证书样本
The quotation presentation for diffferent businesses
Structure of Organization in Professional Practices.pptx

Technology infrastructure1

  • 1. Electronic Commerce(9th edition) Gary P. Shneider Chapter 2 TECHNOLOGY INFRASTRUCTURE: THE INTERNET AND THE WORLD WIDE WEB Vajiheh Zoghiyan Nov. 2013
  • 2. VAJIHEH ZOGHIYAN Gathered by: Vajiheh Zoghiyan 2
  • 3. After IPV4 IPV6 • Why? Limited addressing capacity of IPV4 • Preferences? IPV6 uses a 128-bit number for addresses instead IPV4 uses a 32-bit number Available addresses in IPV6 is 2^128 addresses while in IPV4 is 2^32 addresses!!! • Differences? Eliminate unnecessary fields and adds security fields and other optional information Gathered by: Vajiheh Zoghiyan 3
  • 4. Internet Engineering Task Force (IETF) Gathered by: Vajiheh Zoghiyan 4
  • 5. Notation System • • • • • Uses 8 groups of 16 bits (8*16=128) Each group is expressed as four hexadecimal digits The groups are separated by colons(:) Uses 16 characters:1,2,…,9,a,b,…,f An example: CD18:0000:0000:AF23:0000:FF9E:61B2:884D Gathered by: Vajiheh Zoghiyan 5
  • 6. Domain Names(such as www.bernardo.com) •Specifying each IP address to a domain name which is easier to use Example: CD18:0000:0000:AF23:0000:FF9E:61B2:884D relates to www.bernardo.com •For many years, these domains have included a group of generic domains such as .edu, .com, .org Gathered by: Vajiheh Zoghiyan 6
  • 7. World Wide Web TLD : Top Level Domain www.sandiego.com The institution : University of San Diego Gathered by: Vajiheh Zoghiyan 7
  • 8. Internet Corporation for Assigned Names and Numbers(ICANN) • Since 1998, it has the responsibility of managing domain names and coordinating them with the IP address registers. • Also responsible for setting standards for router computers • Because of taking over these responsibilities, ICANN has added a number of new TLDs. Gathered by: Vajiheh Zoghiyan 8
  • 9. Gathered by: Vajiheh Zoghiyan 9
  • 10. TLD Use .com U.S. commercial .edu 4-year educational institution .gov U.S. federal government .mil U.S. military .net U.S. general use .org U.S. not-for-profit organization .us U.S. general use .asia Companies , individuals, and organizations based in Asian-Pacific regions .biz Businesses .info General use .name Individual persons .pro Licensed professionals (such as accountants, lawyers, physicians) .au Australia .ca Canada .de Germany .fi Finland .fr France Gathered by: Vajiheh Zoghiyan 10
  • 11. Gathered by: Vajiheh Zoghiyan 11
  • 12. Increasing TLDs • Some people think ICANN violated the democratic principles on which the organization was founded. • More difficulties for companies to protect their corporate and product brand names(more on chapter 7). Gathered by: Vajiheh Zoghiyan 12
  • 13. Convergence Center Gathered by: Vajiheh Zoghiyan 13
  • 14. Gathered by: Vajiheh Zoghiyan 14
  • 15. Web Page Request and Delivery Protocols (client/server architecture) Web Browser such as Mozilla, Chrome,IE, Safari & etc. Web Client Computer Web Server Software Gathered by: Vajiheh Zoghiyan Web Server 15
  • 16. HTTP • The set of rules for delivering Web page files over the Internet is in a protocol called the Hypertext Transfer Protocol (HTTP), which was developed by Tim Berners-Lee in 1991. • The combination of the protocol name and the domain name is called a Uniform Resource Locator (URL). http://www.yahoo.com Gathered by: Vajiheh Zoghiyan URL 16
  • 17. Web browser address bar Yahoo! Web server computer Gathered by: Vajiheh Zoghiyan 17
  • 18. Electronic Mail Protocols (client/server structure) Email Service: Gmail or hot mail or yahoo mail Email server software and uses several email client software like: microsoft outlook, mozilla thundrebird, pegasus mail Gathered by: Vajiheh Zoghiyan Email Server 18
  • 19. SMTP,POP coordinating Gmail Hotmail • Protocol: rules for computer data transmission • SMTP(simple mail transfer protocol): specifies the format of a mail message, how mail administered on the server and transmitted on the internet. • POP(post office protocol): tell the email server to send mail or ask if it has received. • MIME(multipurpose internet mail extensions): sending spreadsheets, sounds or photo clips. • IMAP(interactive mail access protocol):the same basic function as POP but send only selected email messages. Gathered by: Vajiheh Zoghiyan 19
  • 20. Spam/Bulk/UCE(Unsolicited Commercial Email) i. major problem for companies, ii. consuming bandwidth on company networks iii. consuming space on e-mail servers iv. distracts employees to do their job v. their content can be offensive vi. a hostile work environment vii. Costs businesses more than $40 billion per year in lost productivity ( more on chapter 8) Gathered by: Vajiheh Zoghiyan 20
  • 21. MARKUP LANGUAGES AND THE WEB SGML Standard Generalized Markup Language 1st standards established in 1996 HTML XML Hypertext Markup Language Extensible Markup Language 1st standards established in 1991 1st standards established in 1998 XHTML Extensible Hypertext Markup Language 1st standards established in 2000 Gathered by: Vajiheh Zoghiyan 21
  • 22. World Wide Web Consortium (W3C) • A not-for-profit group that maintains standards for the Web, • Since the 1960s, publishers have used markup languages to create documents that can be: 1.formatted once, 2.stored electronically, 3.printed many times in various layouts. Gathered by: Vajiheh Zoghiyan 22
  • 23. Gathered by: Vajiheh Zoghiyan 23
  • 24. International Organization for Standardization (ISO) • Standardized first GML created by W3C and named it SGML. Gathered by: Vajiheh Zoghiyan 24
  • 25. Strengths and Weaknesses of SGML Tags Nonproprietary Platform independent Offers user-defined tags X X X X Not well suited to certain tasks Costly to set up and maintain Expensive software tools Hard to learn Gathered by: Vajiheh Zoghiyan 25
  • 26. HTML • Can create relationships among text elements within one document or among several documents. • The text elements that are related to each other are called hypertext elements. • After HTML 4.0 was finalized in 1999, Browser developers worked on adding new features to their software. • In 2007, three browser developers (Apple, Opera, and the Mozilla Foundation) began working on an updated version of HTML that would include features such as audio and video within the markup language itself. Gathered by: Vajiheh Zoghiyan 26
  • 27. A part of HTML <strong>A Review of the Book <em>HTML Is Fun!</em></strong> It would be shown like this: A Review of the Book HTML Is Fun! Gathered by: Vajiheh Zoghiyan 27
  • 28. HTML Links Gathered by: Vajiheh Zoghiyan 28
  • 29. Hyper Link • Web sites can use links to direct customers to pages on the company’s Web server. • The way links lead customers through pages can affect the usefulness of the site and can play a major role in shaping customers’ impressions of the company. Gathered by: Vajiheh Zoghiyan 29
  • 30. Gathered by: Vajiheh Zoghiyan 30 Hierarchical Structure Linear Structure
  • 31. Hybrid Structure Gathered by: Vajiheh Zoghiyan 31
  • 32. Why XML after HTML? Companies began to E-Commerce, so… Present large amounts of data Large lists of inventory items Great lists of sales invoices Lots of purchase orders Other business data Keep these lists updated Gathered by: Vajiheh Zoghiyan 32
  • 33. THANK YOU FOR YOUR ATTENTION Gathered by: Vajiheh Zoghiyan 33