💻 Paper 1 · Topic 5: The Internet & Its Uses
5.1 Internet, WWW & Digital Footprints
Cambridge IGCSE Computer Science 0478 · ~13 min read · 🆓 Free Lesson

Internet vs World Wide Web

Students often confuse these — they are NOT the same thing:

  • The Internet is the global network of interconnected computers — the physical and logical infrastructure (routers, cables, protocols like TCP/IP)
  • The World Wide Web (WWW) is a service that runs ON the internet — it is a collection of web pages and websites accessed via a web browser using HTTP/HTTPS

Other services that use the internet (but are not the WWW): email, FTP, online gaming, video streaming, VoIP (Voice over IP).

URLs — Uniform Resource Locators

A URL is the address used to locate a specific resource (web page, file, image) on the WWW.

https://www.cszone.co.uk/lessons/topic1

PartExampleMeaning
Protocolhttps://The communication protocol used (HTTPS = secure)
Domain namewww.cszone.co.ukThe human-readable address of the server
Path/resource/lessons/topic1The specific page or file on the server

Domain Name System (DNS)

Computers use IP addresses (e.g. 142.250.74.14) to locate each other — but humans prefer domain names (e.g. www.google.com). The DNS translates domain names into IP addresses.

DNS Process:

  1. User types a URL in the browser
  2. Browser checks its local cache for the IP address
  3. If not cached, browser sends a request to a DNS server
  4. DNS server looks up the domain name and returns the corresponding IP address
  5. Browser connects to the web server using that IP address

DNS is sometimes called the "phone book" of the internet.

Digital Footprints

A digital footprint is the trail of data left behind by a user's activity online.

Active digital footprint

Data deliberately shared by the user, e.g. posting on social media, filling in forms, uploading photos.

Passive digital footprint

Data collected without the user's direct awareness, e.g. cookies tracking browsing history, location data from apps, IP address logs.

Implications of digital footprints:

  • Employers may check online profiles before hiring
  • Targeted advertising based on browsing history
  • Personal data can be sold to third parties
  • Difficult or impossible to fully delete data once shared
  • Can be used in legal/criminal investigations

Cookies

Small text files stored on a user's device by websites. Used to remember login sessions, preferences, and track browsing behaviour. Cookies are a key source of passive digital footprint data.

Exam tip: The Internet vs WWW distinction is a common exam question — always be precise. DNS questions often ask you to describe the process — include all steps. For digital footprints, know the active/passive distinction and be able to give examples of each.
⚠️ Common Mistakes
  • Saying "the internet is the same as the WWW" — they are different; the WWW is just one service on the internet
  • Not describing ALL steps in DNS resolution when asked
  • Confusing active and passive digital footprints — active = you chose to share it; passive = collected without you realising
Video coming soon
Click slide or press arrow keys to navigate
✍️

Worksheet — Internet, WWW & Digital Footprints

5 questions · 12 marks

Q1Explain the difference between the Internet and the World Wide Web. [2]
✅ Mark scheme
The Internet is the global network of interconnected computers (physical infrastructure, routers, cables, TCP/IP) [1]; the WWW is a service that runs on the internet — a collection of web pages accessed via browsers using HTTP/HTTPS [1]
Q2For the URL https://www.bbc.co.uk/news, identify the protocol and the domain name. [2]
✅ Mark scheme
Protocol: https [1]; Domain name: www.bbc.co.uk [1]
Q3Describe the role of the Domain Name System (DNS) when a user types a URL into a browser. [3]
✅ Mark scheme
The DNS translates the domain name into an IP address [1]; the browser sends the domain name to a DNS server [1]; the DNS server returns the corresponding IP address so the browser can connect to the correct web server [1]
Q4State the difference between an active and a passive digital footprint. Give one example of each. [4]
✅ Mark scheme
Active: data deliberately shared by the user [1]; e.g. posting on social media / filling in a form [1]; Passive: data collected without the user's direct knowledge [1]; e.g. cookies tracking browsing history / IP address logs [1]
Q5Describe one risk associated with a digital footprint. [1]
✅ Mark scheme
Any valid risk: personal data could be sold to third parties without consent [1]; OR employers could view personal posts and refuse employment [1]; OR data is difficult to permanently delete once shared [1]
Quiz — Internet, WWW & Footprints
Q 1 of 8
Score
/ 8
Click to reveal
TermDefinition
🎯

Mini Test — Internet & Digital Footprints

10 minutes · mixed marks

← 4.2 Languages Topic 5: Internet & Its Uses Next: 5.2 Blockchain →