E-Commerce Chapter 2
E-Commerce Chapter 2
Internet
• The Internet is the global system of interconnected
computer networks that uses the Internet protocol set
(TCP/IP) to communicate between networks and devices.
• Historically, the term was occasionally also used in the sense of two
organizations sharing their internal networks over a virtual private network
(VPN).
World Wide Web (WWW)
• The Web has changed people's lives greatly. It is the primary tool
billions of people worldwide use to interact on the Internet.
• All three use TCP, and the first is used to manage the
transmission of email between servers and the last
two are used for accessing electronic mailboxes.
Cont’d… email protocol
• Tags are the basic formatting tool used in HTML (hypertext markup
language) and other markup languages, such as XML.
– For example, to create a table on a Web page, the <table> tag is used. The
data that should be inside the table follows the <table> tag, and the table is
closed with a </table> tag.
Cont’d… markup language
• If you want something to show up in bold on a
Web page, you would use the bold tag.