URL
“Ncert.nic.in” gets you to NCERT’s server. But the server has thousands of pages. To reach the one Class 12 textbook page you want, you need its full address, down to the folder and the file.
1What a URL is
2The parts of a URL
NCERT’s example, taken apart:
| Part | In the example | What it tells |
|---|---|---|
| Protocol | http | The rules to use — could also be https, ftp… |
| Subdomain | www | Part of the server's name |
| Domain name | ncert.nic.in | Which web server |
| Path (folder) | /textbook/ | Which folder on that server |
| File | textbook.htm | The exact page |
Pick an address or type your own, then step through its parts. Drag sideways to turn.
If you leave out https:// or www, the browser usually fills them in for you, which is why typing just cbse.gov.in works.
Think of a full postal address
3URL vs domain name
| Domain name | URL | |
|---|---|---|
| What it is | The name of a server | The complete address of one resource |
| Contains | Just the name | Protocol + domain name + path + file |
| Example | ncert.nic.in | http://www.ncert.nic.in/textbook/textbook.htm |
| Relation | Is one part of a URL | Contains the domain name |
4From the board papers
▶Show the answer
Uniform Resource Locator. It is the complete address of a web page or other resource on the web. It contains the protocol, the domain name and the path to the file, for example http://www.ncert.nic.in/textbook/textbook.htm.
▶Show the answer
A domain name is the name of a web server, like ncert.nic.in. A URL is the complete address of one resource and includes the protocol, the domain name and the path, like http://www.ncert.nic.in/textbook/textbook.htm. The domain name is part of the URL.
5Check yourself
In https://cbseacademic.nic.in/web_material/SQP/paper.pdf, what is the domain name?
Which of these is a URL, not just a domain name?