CBSE Class 12 Informatics Practices Question 20 of 88

Introduction to Internet and Web — Question 11

Back to all questions
11
Question

Question 11

Rati is doing a course in networking. She is unable to understand the concept of URL. Help her by explaining it with the help of suitable example.

Answer

A URL (Uniform Resource Locator) is a location on a net server. The Internet structure of the World Wide Web is built on a set of rules called Hypertext Transfer Protocol (HTTP), which uses Internet addresses in a special format called a URL.

URLs look like this : type://address/path, where type: specifies the type of server in which the file is located, address is the address of server, and path tells the location of file on the server.

For example, in the following URL http://encycle.msn.com/getinfo/styles.asp, http: specifies the type of server, encycle.msn.com is the address of server and getinfo/style.asp is the path of the file styles.asp.