Question:

What is a URL?

Show Hint

A URL (Uniform Resource Locator) is the web address that you type into a browser to access websites or specific resources on the internet. It consists of the protocol, domain, and path to the resource.
Updated On: Oct 13, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

URL stands for Uniform Resource Locator.
It is the address used to access resources on the internet, such as websites, images, videos, and files. Structure of a URL: A typical URL consists of the following parts: \[ \text{protocol}://\text{domain}.
\text{top-level domain}/\text{path} \] For example, in the URL `https://www.example.com/index.html`:
- Protocol: `https` (HyperText Transfer Protocol Secure)
- Domain: `www.example.com` (the domain name of the server hosting the resource)
- Path: `/index.html` (the specific resource or file requested on the server)
Example:
The URL `https://www.google.com/search?q=example` leads to Google's search page with the query "example" entered.
Was this answer helpful?
0
0