The Internet, The Web and Electronic Commerce
The Internet, The Web and Electronic Commerce
AND ELECTRONIC
COMMERCE
INFO 1 - CHAPTER 6
What is Internet?
Web pages are linked together using hyperlinks which are HTML-
formatted and, also referred to as hypertext, these are the fundamental
units of the Internet and are accessed through
Hypertext Transfer Protocol (HTTP).
COMPONENTS OF THE WEB
• A web browser is the tool that you use to access the World Wide Web.
• It also lets you create Bookmarks (sometimes called Favorites) for sites you
like, so that you can easily find them again later.
• Web sites are stored on servers on the internet, so the World Wide Web is a
part of the internet.
THE WEB BROWSERS
Web Page vs Websites
Examples of Web Page vs Website
Webpages (URLs)
2. Host name or domain name - The unique reference the represents a webpage.
For this example, www.techtarget.com.
3. Port name - Usually not visible in URLs, but necessary. Always following a colon,
port 80 is the default port for web servers, but there are other options. For
example, port80.
Webpages (URLs)
4. Path - A path refers to a file or location on the web server. For this example,
search/query.
5. Query - Found in the URL of dynamic pages. The query consists of a question mark,
7. Fragment - This is an internal page reference, which refers to a section within the
webpage. It appears at the end of a URL and begins with a hashtag (#). Although not in
• The engine provides a list of results that best match what the user is trying to find.
Today, there are many different search engines available on the Internet, each with
its own abilities and features.
HTTP vs HTTPS
● Both HTTP and HTTPS are used to retrieve data from a web server to view content in a browser.
● The difference between them is that HTTPS uses a Secure Sockets Layer (SSL) certificate to
encrypt the connection between the end user and the server.
HTML Documents
• You may be as surprised as I was to learn that the graphically rich and interactive pages, we see
on the web are generated by simple, text-only documents. The text file behind the scenes is
referred to as the source document.