What is a web server?
A computer that stores web pages and delivers them to users when requested
What does every web server have?
An IP address
Why are domain names used instead of IP addresses?
Because they are easier for humans to remember
What is the Domain Name System (DNS)?
A system that matches domain names to IP addresses
What does DNS allow web browsers to do?
Locate, request and access web pages
What happens when a domain name is typed into a browser?
A request is sent to a DNS server to find the matching IP address
What is the first DNS server contacted called?
The local DNS server
What does a DNS server store?
A list of domain names and their corresponding IP addresses
What happens if the local DNS server has the IP address?
It sends the IP address back to the browser
What does the browser do after receiving the IP address?
It connects to the web server to access the web page
What happens if the local DNS server does not have the IP address?
The request is passed to higher-level DNS servers
What is meant by the hierarchy of DNS servers?
DNS servers are arranged in levels, passing requests up and down
What happens when a higher-level DNS server finds the IP address?
It sends it back down to the local server and then to the browser
What happens if no DNS server can find the IP address?
A DNS error occurs
What is the role of DNS in simple terms?
It translates domain names into IP addresses