Cambridge IGCSE Computer Science (0478) · The internet and its uses
Mini-Lesson
The internet and its uses
The internet connects billions of devices. This mini-lesson covers the internet vs the World Wide Web, URLs, HTTP/HTTPS, web browsers, DNS, cookies, digital currency, and cyber-security threats and protection.
Work through each screen, answer the questions, and collect ⭐ stars. Press Start when ready.
Internet vs the World Wide Web
Internet vs the World Wide Web
The internet is the global network of networks — the physical/wireless infrastructure and connections that let devices communicate.
The World Wide Web (WWW) is the collection of websites and web pages (accessed with HTTP/HTTPS) that runs on the internet.
Key point: the WWW is just one service that uses the internet. Email and file transfer also use the internet but are not the web.
Quick check
Internet or web?
?Which statement is correct?
URLs · HTTP/HTTPS · browsers
URLs, HTTP/HTTPS & browsers
A URL (Uniform Resource Locator) is the web address of a resource, e.g. https://www.example.com/page.html. It has a protocol (https), a domain name (www.example.com) and a path/file (page.html).
HTTP (HyperText Transfer Protocol) — the rules for transferring web pages.
HTTPS — the secure version; data is encrypted (using SSL/TLS), shown by a padlock. Use it for logins and payments.
Web browser — software that requests, renders and displays web pages, runs scripts, stores bookmarks/history and manages cookies.
Quick check
Why HTTPS?
?What does HTTPS provide that plain HTTP does not?
DNS
The Domain Name System (DNS)
Humans use easy domain names (like example.com), but computers route data using numeric IP addresses. The DNS acts like a phone book: it translates a domain name into its IP address.
The browser can then connect to the correct server using the IP address.Quick check
What DNS does
?What is the main job of the DNS?
Cookies & digital currency
Cookies & digital currency
Cookies are small text files a website stores on your device. Session cookies are deleted when the browser closes; persistent cookies stay to remember logins, preferences or items in a basket next time you visit.
Digital currency exists only electronically (no physical coins). Cryptocurrencies use a blockchain — a shared, tamper-evident record of every transaction held across many computers, so it is very hard to alter.
Blockchain idea: each transaction is added as a ‘block’ linked to the previous one; because everyone holds a copy, fraud is easy to spot.
Quick check
Cookies
?Which type of cookie is deleted as soon as you close the browser?
Cyber-security threats
Cyber-security threats
Brute-force attack — trying many password combinations until one works.
Denial of service (DoS) — flooding a server with requests so it cannot respond to real users.
Phishing — fake emails/messages that trick users into revealing personal data.
Pharming — malicious code redirects users to a fake website even if they type the correct address.
Malware — harmful software such as viruses, worms, trojans, spyware and keyloggers.
Data interception — ‘sniffing’ data as it travels across a network.
Sort it
Name that threat
Tap a description, then tap the group it belongs to.
🐛 Malware
🎣 Phishing
🕵️ Spyware
Protection methods
Keeping data safe
Firewall — monitors and filters traffic between a device/network and the internet, blocking unauthorised access.
Anti-malware / anti-virus — detects and removes malicious software.
Strong passwords and two-factor authentication (2FA) — make brute-force and stolen-password attacks far harder.
Encryption (e.g. HTTPS) — makes intercepted data unreadable.
User awareness — not clicking suspicious links, checking the padlock/URL, keeping software updated to patch weaknesses.
Match it
Match the threat to its description
Tap a description on the left, then its matching threat on the right.
Description
Threat
Quick check
Which defence?
?Which security measure monitors and filters traffic between a computer and the internet to block unauthorised access?
Quick check
Spot the attack
?A user types their bank’s correct web address but is secretly redirected to a fake copy of the site. Which attack is this?
Recap
The big ideas to know
Internet = global network · WWW = web pages running on it