What Does URL Stand For
<> URL stands for Uniform Resource Locator and is a reference or address to a resource on the Internet.Uniform Resource Locators are sometimes called Uniform Resource Identifiers. They are short strings that identify resources on the web that are ocuments, images, downloadable stuff zip/ mp3 etc. services or email mailboxes etc. They make these resources available under a mixture of naming schemes and access methods such as HTTP, FTP.
The acronym "http" stands for Hypertext Transfer Protocol.
The following is an example of a URL:
http://www.buz3.com
A URL has two main parts: http: -- is the Protocol Identifier /www.buz3.com:-- is the resource name.
The protocol identifier and the resource name are always separated by a colon (2 dots) and two forward slashes. The protocol identifier indicates the name of the protocol to be used to bring the resource.
The example above uses the Hypertext Transfer Protocol (HTTP), which is used by the server to serve up hypertext documents.
The resource name has one or more of the following components: Host Name: The name of the server on which the resource is present. Filename: The path name to the file on the actual computer - machine Port Number: this is optional and it indicates the port number to which to connect Reference: Also optional this is a reference to a named anchor within a resource that usually identifies a specific location within a file.
Related Articles
Custom Search
