Skip to content
Computing · Year 9 · Networks and Cybersecurity · Spring Term

The Internet and the World Wide Web

Students will differentiate between the Internet and the World Wide Web and understand their relationship.

National Curriculum Attainment TargetsKS3: Computing - Computer NetworksKS3: Computing - Communication and Collaboration

About This Topic

Students differentiate the Internet, a worldwide network of interconnected computers that uses packet-switching and protocols like TCP/IP to transmit data, from the World Wide Web, an information system of interlinked hypertext documents accessed through browsers. The Internet supports services such as email, online gaming, and video calls, while the WWW depends on it through client-server architecture. This distinction helps students see the Internet as the underlying infrastructure and the WWW as one key application layered on top.

Web clients, typically browsers, send HTTP requests to servers via URLs. Servers respond by delivering web pages composed of HTML for structure, CSS for styling, and JavaScript for interactivity. Domain Name System (DNS) servers translate human-readable addresses like www.example.com into IP addresses for routing. Students examine these interactions to understand how requests travel across networks and assemble into visible pages.

Active learning benefits this topic because abstract protocols become concrete through simulations. When students role-play clients and servers or trace mock data packets in groups, they grasp request-response dynamics and layered technologies, improving comprehension and problem-solving skills.

Key Questions

  1. Differentiate between the Internet and the World Wide Web.
  2. Explain how web servers and clients interact to deliver web pages.
  3. Analyze the fundamental technologies that enable the World Wide Web to function.

Learning Objectives

  • Compare the Internet and the World Wide Web, identifying their distinct roles and dependencies.
  • Explain the client-server model as it applies to web page delivery, detailing the request-response cycle.
  • Analyze the function of key technologies like HTTP, DNS, HTML, CSS, and JavaScript in enabling the World Wide Web.
  • Classify different internet services (e.g., email, streaming) and explain which rely on the World Wide Web and which do not.

Before You Start

Introduction to Computer Networks

Why: Students need a basic understanding of what a network is and how devices connect before learning about the global scale of the Internet.

Basic Internet Safety

Why: Familiarity with online interactions provides context for understanding the underlying technologies that enable these activities.

Key Vocabulary

InternetA global network of interconnected computer networks that allows devices worldwide to communicate using standardized protocols.
World Wide Web (WWW)An information system of interlinked hypertext documents accessed via the Internet, commonly viewed using web browsers.
Client-Server ModelA computing architecture where a 'client' (like a browser) requests services or resources from a 'server' (like a web server).
HTTPHypertext Transfer Protocol, the foundation of data communication for the World Wide Web, defining how messages are formatted and transmitted.
DNSDomain Name System, a hierarchical and decentralized naming system for computers, services, or other resources connected to the Internet or a private network, translating domain names into IP addresses.

Watch Out for These Misconceptions

Common MisconceptionThe Internet and World Wide Web are the same thing.

What to Teach Instead

The Internet is the network infrastructure, while the WWW is a service running on it using specific protocols. Role-playing activities help students separate these by acting out non-WWW tasks like email on the Internet, clarifying the distinction through direct comparison.

Common MisconceptionWeb servers push pages to browsers without requests.

What to Teach Instead

Browsers always initiate requests to servers, which respond accordingly. Packet simulations in groups reveal this pull model, as students experience waiting for responses, correcting passive server ideas through embodied practice.

Common MisconceptionThe WWW works without underlying networks like TCP/IP.

What to Teach Instead

TCP/IP handles data transmission beneath HTTP. Layered diagrams built collaboratively expose dependencies, helping students connect surface web use to foundational networking via visual and discussion-based exploration.

Active Learning Ideas

See all activities

Real-World Connections

  • Web developers at companies like Google use their understanding of HTTP requests and server responses to optimize website loading speeds and ensure smooth user experiences for billions of users.
  • Network engineers at telecommunication companies, such as BT in the UK, design and maintain the physical infrastructure of the Internet, ensuring data packets can travel efficiently between users and servers globally.
  • Cybersecurity analysts investigate network traffic, differentiating between legitimate web browsing activity and malicious data transfers, a skill directly informed by understanding how the Internet and WWW function.

Assessment Ideas

Exit Ticket

Provide students with two statements: 'The Internet is the same as the World Wide Web.' and 'Web browsers send requests to servers.' Ask students to write 'True' or 'False' for each and provide a one-sentence explanation for their answer.

Quick Check

Display a diagram showing a computer, a router, a server, and a cloud representing the Internet. Ask students to label the components and draw arrows to illustrate the path of an HTTP request from a browser to a web server, explaining each step in writing.

Discussion Prompt

Pose the question: 'If the Internet is the roads, what are the World Wide Web, email, and online gaming?' Facilitate a class discussion where students use analogies to differentiate between the infrastructure and the services built upon it.

Frequently Asked Questions

What is the difference between the Internet and the World Wide Web?
The Internet is the global network connecting devices via protocols like TCP/IP for any data exchange, including email or streaming. The World Wide Web is a subset: interlinked documents accessed via browsers using HTTP and HTML. Students benefit from examples like using the Internet for Skype but WWW for websites, building clear mental models.
How do web servers and clients interact?
Clients (browsers) send HTTP requests with URLs to servers, which process them and reply with HTML, CSS, and other files. DNS resolves names to IPs first. This request-response cycle ensures efficient content delivery; tracing it in tools like browser inspectors reinforces the process for students.
What fundamental technologies enable the World Wide Web?
Key technologies include HTTP/HTTPS for communication, HTML for content structure, DNS for address resolution, and TCP/IP for reliable data transfer. Browsers render these into pages. Understanding their interplay demystifies web functionality, preparing students for coding and cybersecurity topics.
How can active learning help teach the Internet and WWW?
Active methods like role-plays and packet simulations make invisible processes tangible: students embody clients, servers, and data flows, experiencing delays and handoffs. Group diagramming fosters discussion to unpack layers, while tools like browser inspectors provide real-time evidence. These approaches boost retention by 30-50% over lectures, per educational research, and suit varied learners.