0% found this document useful (0 votes)
51 views4 pages

Internet and Web Basics Explained

The document provides an overview of key internet concepts including the Internet, World Wide Web (WWW), HTTP/HTTPS, search engines, web browsers, and HTML. It covers definitions, key points, and interesting facts about each topic, highlighting their significance and functionality. The information serves as a foundational resource for understanding how the web operates.

Uploaded by

roysurvi562
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views4 pages

Internet and Web Basics Explained

The document provides an overview of key internet concepts including the Internet, World Wide Web (WWW), HTTP/HTTPS, search engines, web browsers, and HTML. It covers definitions, key points, and interesting facts about each topic, highlighting their significance and functionality. The information serves as a foundational resource for understanding how the web operates.

Uploaded by

roysurvi562
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

Internet
Definition:

The Internet is a global network of interconnected computers that communicate using


standardized protocols such as TCP/IP. It enables communication, data sharing, and access to
vast amounts of information.

Key Points:

 Originated from ARPANET in the late 1960s.


 Functions through a decentralized network of servers, ISPs, and data centers.
 Requires an IP address for devices to communicate.
 Works on protocols like TCP/IP, FTP, SMTP, etc.

Interesting Facts:

 The first message sent over the Internet was "LO" in 1969 (intended as "LOGIN" but
crashed after two letters).
 The Internet consists of over 5 billion connected devices.

2. World Wide Web (WWW)


Definition:

The World Wide Web (WWW) is a system of interlinked documents and resources, accessed via
the Internet using web browsers.

Key Points:

 Developed by Tim Berners-Lee in 1989.


 Uses HTTP/HTTPS to retrieve web pages.
 Comprises websites, multimedia, and hyperlinks.
 HTML is the fundamental language used to structure web pages.

Interesting Facts:

 The first website ever created (by Tim Berners-Lee) still exists: [Link]
 The WWW and the Internet are not the same; the WWW is just a part of the Internet.
3. HTTP & HTTPS
Definition:

 HTTP (Hypertext Transfer Protocol): A protocol that allows data communication over
the web but lacks encryption.
 HTTPS (Hypertext Transfer Protocol Secure): A secure version of HTTP that
encrypts data using SSL/TLS.

Key Differences:

Feature HTTP HTTPS


Security No encryption Encrypted with SSL/TLS
URL Prefix http:// https://
Data Safety Vulnerable to attacks Secure from hackers
Usage Non-sensitive sites Banking, e-commerce, etc.

Interesting Facts:

 Over 95% of websites today use HTTPS.


 Google prioritizes HTTPS websites in search rankings.

4. Search Engines
Definition:

A search engine is an online tool that helps users find information on the web by indexing and
ranking web pages.

Examples: Google, Bing, Yahoo, DuckDuckGo

How It Works?

1. Crawling: Bots scan websites for new content.


2. Indexing: Data is stored in massive databases.
3. Ranking: Algorithms determine relevance based on keywords, links, and quality.

Interesting Facts:

 Google processes over 8.5 billion searches per day.


 The first search engine was "Archie" in 1990.
5. Web Browsers
Definition:

A web browser is a software application used to access the World Wide Web by retrieving and
displaying web pages.

Popular Browsers: Chrome, Firefox, Safari, Edge, Opera

Functions of a Browser:

 Sends HTTP/HTTPS requests to web servers.


 Renders HTML, CSS, and JavaScript to display web pages.
 Supports features like bookmarking, extensions, and private browsing.

Interesting Facts:

 Mosaic was the first graphical web browser (1993).


 Google Chrome is the most popular browser globally.

6. HTML (HyperText Markup Language)


Definition:

HTML is the standard markup language for creating web pages.

Basic Structure:
<!DOCTYPE html>
<html>
<head>
<title>My First Page</title>
</head>
<body>
<h1>Welcome to HTML</h1>
<p>This is a paragraph.</p>
</body>
</html>

Key Elements:

 <html>: Root element of an HTML document.


 <head>: Contains meta-information and links to styles/scripts.
 <body>: Contains visible content like text, images, and links.
 <h1> to <h6>: Headings.
 <p>: Paragraphs.

Interesting Facts:

 HTML5 is the latest version and supports multimedia elements like <audio> and
<video>.
 HTML was first released in 1993.

These notes should provide a strong foundation for your lectures. Let me know if you need more
details or specific additions!

Common questions

Powered by AI

Tim Berners-Lee's development of the World Wide Web revolutionized the global digital landscape by providing a system that made information more accessible and interconnected. It enabled the creation of websites, using hyperlinks and multimedia content structured with HTML, accessible through browsers. This innovation fostered the exponential growth of digital content, democratized information sharing, and facilitated new economic and social systems online. Its impact includes the rise of e-commerce, online education, and worldwide communications, profoundly altering how society interacts with information and each other .

Protocols like TCP/IP were crucial in the development of the Internet as they provided a standardized method for different computers and networks to communicate with each other. TCP/IP allowed for the reliable transmission of data across a network regardless of the underlying hardware or software, promoting interoperability and flexibility. This standardization led to the decentralized network of servers that we recognize as the Internet today, supporting vast information sharing and connectivity across the globe .

HTTP and HTTPS differ primarily in terms of security. HTTP lacks encryption, meaning that data transmitted is vulnerable to interception by hackers. In contrast, HTTPS encrypts data using SSL/TLS, providing a secure connection that protects data from being intercepted. As a result, HTTPS is used for sensitive data in activities like banking and e-commerce, ensuring data safety through encryption .

The World Wide Web is considered only a part of the Internet because it specifically refers to the system of interlinked hypertext documents and resources accessed via browsers, utilizing the HTTP/HTTPS protocols. In contrast, the broader Internet architecture encompasses the entire global network of interconnected computers that use a variety of protocols like TCP/IP for communication. While the Internet includes services like email and file sharing, the Web focuses on accessing and interlinking multimedia and documents through browsers .

The first message sent over the Internet was "LO," intended to be "LOGIN" but the system crashed after the first two letters. This incident is significant as it highlights both the experimental nature and the technical limitations of early network communication. It demonstrates the initial challenges in achieving a reliable exchange of data across networks, underscoring the innovative steps in electronic communication that eventually led to the sophisticated systems we use today .

The transition from HTTP to HTTPS has significantly increased user trust by providing enhanced security through encryption, protecting data during transmission from potential interception. This shift has improved privacy for users engaged in sensitive transactions. Furthermore, as HTTPS is now prioritized by search engines like Google, there has been an increase in website functionality and performance requirements, encouraging web developers to adopt secure practices. This transition has therefore strengthened user trust, leading to more secure browsing and promoting a safer digital environment .

The evolution of the Internet from ARPANET to the modern interconnected network required several technological advancements. The development of TCP/IP protocols standardized communication between different networks, allowing seamless data exchange. Implementing routing algorithms and expanding network infrastructure supported scaling from a few hosts to billions of devices globally. The invention of the Domain Name System (DNS) simplified accessing resources via human-readable names. Furthermore, advances in hardware, such as faster modems and fiber-optic cables, enhanced connectivity speeds and reliability, facilitating global access and the diverse functionalities of the modern Internet .

Web browsers utilize HTTP and HTTPS protocols to send requests to web servers and retrieve web pages. These protocols establish the rules for data exchange, with HTTPS providing secure data transmission through encryption. Once pages are retrieved, browsers parse the HTML, CSS, and JavaScript to render the visual content users see. Essential functions of browsers include handling web page requests, rendering page content, supporting extensions and features like bookmarking, and optionally providing private browsing modes to enhance user privacy and functionality .

HTML (HyperText Markup Language) is the standard markup language used to structure the content on the World Wide Web. It provides a framework through which text, images, and other elements are organized into a cohesive web page. HTML uses tags such as <html>, <head>, <body>, <h1> to <h6> for headings, and <p> for paragraphs to define different parts of a webpage. This structuring capability enables consistent rendering and presentation of web content across different browsers and devices .

Search engines play a critical role in organizing and retrieving information from the World Wide Web by indexing vast amounts of web pages and determining their relevance through complex algorithms. They work by crawling websites to discover new content, storing this data in extensive databases, and then ranking it based on factors such as keywords, links, and content quality. This process enables users to efficiently find the most relevant information for their queries, navigating the enormous amount of data on the Web .

You might also like