Domain Names
You do not remember your friends’ phone numbers; you tap their names and the phone finds the number. Websites work the same way. Every web server has a number — its IP address — but you type a name.
1What a domain name is
ncert.nic.in.Every website is stored on a web server connected to the Internet, so every web server has an IP address. Names are much easier to remember than numbers. Your NCERT book gives these examples:
| Domain name | IP address |
|---|---|
| ncert.nic.in | 164.100.60.233 |
| cbse.nic.in | 164.100.107.32 |
| mhrd.gov.in | 164.100.163.45 |
| wikipedia.org | 198.35.26.96 |
NCERT’s Table 10.1, as printed. A site can move to a different IP address, so today’s numbers may differ.
2DNS: from a name to a number
A browser cannot send a request to a name; it needs the IP address. Turning a domain name into its IP address is called domain name resolution, and it is done by a DNS server (DNS: Domain Name System).
Play the story, or step through it. Drag sideways to turn.
164.100.60.233 is the address printed in NCERT’s Table 10.1. A real site’s IP address can change over time.
Think of the contacts on your phone
3Reading a domain name
Domain names are arranged in levels, like a family tree, and a name is read from the right. In www.ncert.nic.in:
inis the top-level domain — India.nic.inis inside it, andncert.nic.ininside that:ncert.nic.inis the domain name.wwwat the front is a subdomain.
Choose a name and follow its branch from the root. Drag sideways to turn.
in → nic.in → ncert.nic.in → www.ncert.nic.in.| Ends in | Usually for |
|---|---|
| .com | commercial — companies |
| .org | organisations |
| .net | network providers |
| .edu | education (mostly USA) |
| .in | India |
| .gov.in | the Government of India |
| .ac.in | Indian colleges and universities |
DNS servers are arranged in the same levels. At the top are the root servers. A DNS server either knows the IP address for a name, or knows which DNS server lower down to ask.
4From the board papers
▶Show the answer
A domain name is a text name for a server’s IP address, such as ncert.nic.in. A DNS server keeps domain names with their IP addresses and converts a domain name into its IP address (domain name resolution), so the browser can reach the server.
CBSE asks about domain names by comparing them with URLs — those questions are on the URL page.
5Check yourself
What does a DNS server give the browser?
In www.cbse.gov.in, which part is the top-level domain?