CBSE Class 10 Computer Applications
Question 42 of 44
Internet Basics — Question 19
Back to all questions 19
Question Question 19
What is a URL ? What are its components ? Examplify.
A 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