A Url
A Url
the internet. It is also referred to as a web address. URLs consist of multiple parts -- including
a protocol and domain name -- that tell a web browser how and where to retrieve a resource.
End users use URLs by typing them directly into the address bar of a browser or by clicking a
hyperlink found on a webpage, bookmark list, in an email or from another application.
A URL is the most common type of Uniform Resource Identifier (URI). URIs are strings of
characters used to identify a resource over a network. URLs are essential to navigating the
internet.
URL structure
The URL contains the name of the protocol needed to access a resource, as well as a resource
name. The first part of a URL identifies what protocol to use as the primary access medium.
The second part identifies the IP address or domain name -- and possibly subdomain -- where
the resource is located.
URL protocols include HTTP (Hypertext Transfer Protocol) and HTTPS (HTTP Secure) for
web resources, mailto for email addresses, ftp for files on a File Transfer Protocol (FTP) server,
and telnet for a session to access remote computers. Most URL protocols are followed by a
colon and two forward slashes; mailto is followed only by a colon.
Optionally, after the domain, a URL can also specify:
a path to a specific page or file within a domain;
a network port to use to make the connection;
a specific reference point within a file, such as a named anchor in an HTML file; and
a query or search parameters used -- commonly found in URLs for search results.
URL examples
Here are a few examples of URLs and what their separate parts
look like.