These two terms are often confused but refer to fundamentally different things:
| Internet | World Wide Web (WWW) | |
|---|---|---|
| Definition | The global physical infrastructure — millions of interconnected computers, routers, cables, and wireless links spanning the planet. | A service that runs ON the internet — the collection of web pages and websites accessed via HTTP/HTTPS using web browsers. |
| Analogy | The road network | The cars that drive on it |
| Protocol | TCP/IP (the base protocol) | HTTP/HTTPS |
| Created by | ARPANET (US DoD, 1969) | Tim Berners-Lee (1989) |
Other services also run on the Internet but are NOT part of the WWW: email (SMTP/IMAP), file transfer (FTP), VoIP (video calls), streaming, online gaming.
A URL (Uniform Resource Locator) is the complete address of a resource on the web. Structure:
https://www.cszone.co.uk/ocr-h446/1-3-4a/
https — how to access the resourcewww — a subdomain of the domaincszone.co.uk — the human-readable address/ocr-h446/1-3-4a/ — the specific resource on the serverA URI (Uniform Resource Identifier) is the broader concept — a URL is a type of URI that also specifies the location and how to retrieve it.
Computers communicate using IP addresses (e.g. 104.21.8.51), but humans use domain names (e.g. cszone.co.uk). DNS is the system that translates domain names into IP addresses — it is often called the "phone book of the internet".
When you type www.cszone.co.uk into a browser:
.uk..co.uk knows which authoritative name server holds the record for cszone.co.uk.| Record Type | Purpose | Example |
|---|---|---|
| A record | Maps a domain to an IPv4 address | cszone.co.uk → 104.21.8.51 |
| AAAA record | Maps a domain to an IPv6 address | cszone.co.uk → 2606:4700::... |
| MX record | Mail exchange — specifies mail server for domain | cszone.co.uk → mail.cszone.co.uk |
| CNAME record | Alias — maps one domain name to another | www.cszone.co.uk → cszone.co.uk |
| NS record | Specifies the authoritative name servers for the domain | cszone.co.uk → ns1.cloudflare.com |
An ISP (Internet Service Provider) provides internet connectivity — typically BT, Virgin Media, Sky (in the UK). Your router connects to the ISP's network, which connects to the wider internet.
ISPs also typically provide DNS resolvers that clients use by default. Alternative public DNS servers: Google (8.8.8.8), Cloudflare (1.1.1.1).
ICANN (Internet Corporation for Assigned Names and Numbers) is the non-profit organisation that manages the global DNS infrastructure — it coordinates IP address allocation and TLD management, ensuring global uniqueness of domain names and IP addresses.
8 questions · 20 marks · instantly marked
https://www.cszone.co.uk/dashboard/[4 marks]| Term | Definition |
|---|