CBSE Class 12 Informatics Practices
Question 24 of 88
Introduction to Internet and Web — Question 15
Back to all questionsA location on a net server is called a URL or Uniform Resource Locator.
A URL is written as type://address/path
Thus, the components of a URL are:
- type — The type of server or protocol
- address — The name/address of the server on the Internet
- path — The location of the file on the server
For example, in the following URL:
http://encycle.msn.com/getinfo/styles.asp
- http — specifies the type of server and protocol
- encycle.msn.com — specifies the name/address of the server on the Internet
- getinfo/styles.asp — specifies the location of the file on the server