CS Fundamentals
Understand what the World Wide Web is, how it differs from the internet, how it was invented, and the key technologies that make it work.
Introduction
Many people use the terms "internet" and "World Wide Web" interchangeably, but they are actually two different things. The internet is the physical network — the cables, routers, and connections that link computers around the world. The World Wide Web (or simply "the web") is a service that runs on top of the internet — it is a system of interconnected documents and resources linked by hyperlinks and accessed through web browsers.
Think of it this way: the internet is like the road system connecting all cities, while the World Wide Web is like the collection of buildings, shops, and libraries accessible via those roads. Email, file transfer, online gaming, and video calling also use the internet's roads, but they are not part of the World Wide Web — they are different services using the same infrastructure.
The Invention of the Web
The World Wide Web was invented in 1989 by Sir Tim Berners-Lee, a British scientist working at CERN (the European Organization for Nuclear Research) in Switzerland. The problem he wanted to solve was simple but important: researchers at CERN came from universities all over the world and had information on many different incompatible computer systems. Sharing documents and research was frustratingly difficult.
Berners-Lee proposed a system where documents could be linked to each other through "hyperlinks" — clickable connections that would take you from one document to a related document, regardless of where it was stored. He created three fundamental technologies: HTML (the language for writing web documents), HTTP (the protocol for transferring them between computers), and URLs (the addressing system for locating them).
The first website went live on August 6, 1991. It was a simple page explaining what the World Wide Web was and how to use it. Berners-Lee made a crucial decision that shaped the world: he released his invention freely, without patents or royalties. Anyone could create web pages and web browsers without paying anything. This openness allowed the web to grow exponentially.
Key Technologies of the Web
Four technologies form the foundation of the World Wide Web. Understanding each helps you grasp how the web works.
HTML (HyperText Markup Language) is the language used to create web pages. "HyperText" means text that contains links to other text — clicking a hyperlink takes you to another page or document. "Markup Language" means it uses tags to define the structure of content. HTML tells the browser what content to display and how to structure it (headings, paragraphs, lists, images, links).
HTTP (HyperText Transfer Protocol) is the communication protocol that web browsers and servers use to exchange information. When you click a link or type a URL, your browser sends an HTTP request to the server saying "give me this page." The server responds with the page content. HTTPS is the secure version that encrypts the communication to prevent eavesdropping.
URLs (Uniform Resource Locators) are the addressing system of the web. Every resource on the web — every page, image, video, and document — has a unique URL that identifies exactly where it is. A URL like https://en.wikipedia.org/wiki/Computer tells you the protocol (https), the server (en.wikipedia.org), and the specific resource path (/wiki/Computer).
Web Browsers are the software applications that let you access and view the web. They send HTTP requests, receive responses, interpret HTML code, and render (display) web pages visually. Common browsers include Chrome, Firefox, Safari, and Edge. Without a browser, you cannot interact with the web — it is your window into the entire system.
How Browsing Works — Step by Step
When you type "www.wikipedia.org" into your browser and press Enter, a remarkable sequence of events happens in milliseconds. First, your browser contacts a DNS server to translate the domain name into an IP address. Then, your browser establishes a connection with the web server at that IP address. Next, your browser sends an HTTP request asking for the homepage. The server processes the request and sends back the HTML content along with any CSS, JavaScript, and images. Finally, your browser interprets all these files and renders the page visually on your screen.
This entire process — from pressing Enter to seeing the page — typically takes less than two seconds, even though the server might be on the other side of the planet. The speed is possible because of efficient protocols, caching (storing previously visited pages locally), and content delivery networks (copies of popular websites stored on servers close to you geographically).
Web 1.0, 2.0, and 3.0
The web has evolved through distinct phases. Web 1.0 (roughly 1991-2004) was the "read-only web" — static pages created by webmasters for people to read. Most users were consumers of content, not creators. Websites were simple informational pages.
Web 2.0 (roughly 2004-present) is the "read-write web" — platforms that let users create and share content. Social media, blogs, wikis (like Wikipedia), video sharing (YouTube), and web applications (Gmail, Google Docs) characterize this era. The web became participatory — anyone could contribute content, not just technical webmasters.
Web 3.0 is an emerging concept focused on decentralization, blockchain technology, and artificial intelligence. The idea is a web where users own their data, applications run on decentralized networks rather than company-controlled servers, and AI provides more intelligent and personalized experiences. Web 3.0 is still evolving and its final form remains uncertain.
The Difference Between Internet and Web
This distinction is important and commonly tested in exams. The internet is the global network infrastructure — the physical cables, wireless connections, routers, switches, and protocols (TCP/IP) that connect billions of devices. It was developed in the 1960s-1970s. The World Wide Web is one service that uses the internet — a system of hyperlinked documents accessed through browsers using HTTP. It was created in 1989.
Other services that use the internet but are not part of the web include email (SMTP protocol), file transfer (FTP protocol), instant messaging, video calls, online gaming, and IoT device communication. The web is the most visible and widely used internet service, but it is not the only one.
Key Takeaways
- The World Wide Web and the internet are different — the web is a service running on the internet infrastructure
- Tim Berners-Lee invented the web in 1989 at CERN and released it freely without patents
- Four key technologies: HTML (page structure), HTTP (communication protocol), URLs (addresses), and browsers (viewing software)
- Browsing involves DNS lookup, server connection, HTTP request, server response, and page rendering
- The web evolved from read-only (1.0) to participatory (2.0) and is moving toward decentralized (3.0)
- Understanding web fundamentals is essential for any career in computing or digital technology
- The openness of web standards is what enabled its extraordinary growth and universal accessibility
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for World Wide Web.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Computer Fundamentals topic.
Search Terms
computer-fundamentals, computer fundamentals, computer, fundamentals, internet, and, web, world
Related Computer Fundamentals Topics