Changes

Jump to navigation Jump to search
404 bytes removed ,  13 years ago
no edit summary
Line 1: Line 1: −
[[Image:UnderConstruction.png]]
+
'''URL''' is an abbreviation for '''Uniform Resource Locator'''. It was previously known as the '''Universal Resource Locator''' and is a type of Uniform Resource Identifier. The URL is a unique address or file path that represents the location of a file on the internet and also specifies the method to retrieve the resource from the location.
  −
'''URL''' is an abbreviation for '''Uniform Resource Locator'''. It was previously known as the '''Universal Resource Locator''' and is a type of Uniform Resource Identifier. The URL is a unique address or file path that represents the location of a file on the internet and also specifies the method to retrieve the resource from the location. URL is often confused with [[URI]], which is a unique identifier of a resource on the internet. A URL is a type of URI like a [[URN]] (Uniform Resource Name) which is a unique name of a resource.  
   
   
 
   
 
Every website on the internet has a unique URL, which can be entered into the address bar of a web browser to access and view it. Any other file or resource such as an image file, web (HTML) page other than the home page, Java applet and even a programs imbedded inside a site, such as a Common Gateway Interface (CGI) application, can also be accessed using a URL.
 
Every website on the internet has a unique URL, which can be entered into the address bar of a web browser to access and view it. Any other file or resource such as an image file, web (HTML) page other than the home page, Java applet and even a programs imbedded inside a site, such as a Common Gateway Interface (CGI) application, can also be accessed using a URL.
 
   
 
   
The URL consists of a protocol that tells the web browser how to retrieve the file or a resource; a domain name which identifies a specific computer on the Internet; and a pathname, a hierarchical description, which specifies the location of the particular file on the computer. A computer referred here can also be called a web server which stores web pages and files associated with them and provide them to clients (web browsers) when a request is made in the form of accessing a URL.
+
The URL consists of a protocol that tells the web browser how to retrieve the file or resource; a domain name which identifies the specific web server on the Internet where the file is stored; and a pathname, which is a hierarchical description that specifies the location of the particular file on the computer.
 
   
 
   
 
== Syntax ==
 
== Syntax ==
Line 14: Line 12:  
The first part of the URL, in this case http, is the specified scheme. The HTTP (Hyptertest Transfer Protocol) scheme is used to transfer HTML pages on the web. Other protocols are ftp, gopher, mailto, and wais, which are all used for their own purpose. The scheme is separated from the rest of the URL by a colon; the rest of URL follows the colon in a format specific to the scheme.  
 
The first part of the URL, in this case http, is the specified scheme. The HTTP (Hyptertest Transfer Protocol) scheme is used to transfer HTML pages on the web. Other protocols are ftp, gopher, mailto, and wais, which are all used for their own purpose. The scheme is separated from the rest of the URL by a colon; the rest of URL follows the colon in a format specific to the scheme.  
 
   
 
   
The second part of the URL, in this case www.abcd.com, specifies a unique computer name. This name is a hierarchy of domains, descending from right to left and separated by a dot. The rightmost domain, or label, is the [[TLD]].
+
The second part of the URL, in this case www.abcd.com, specifies a unique web server name. This name is a hierarchy of domains, descending from right to left and separated by a dot. The rightmost domain, or label, is the [[TLD]].
 
   
 
   
 
Following the TLD, separated by forward slashes, is the location or pathname of a resource (in this example, a text file named def1234.txt), to be accessed on the computer.<ref>[http://searchnetworking.techtarget.com/definition/URL searchnetwork.techtarget.com]Definition URL</ref><ref name="ietf">[http://www.ietf.org/rfc/rfc1738.txt ietf.org]RFC 1738</ref><ref name="www">[http://www.w3.org/Addressing/URL/url-spec.txt w3.org]URL specifications</ref>
 
Following the TLD, separated by forward slashes, is the location or pathname of a resource (in this example, a text file named def1234.txt), to be accessed on the computer.<ref>[http://searchnetworking.techtarget.com/definition/URL searchnetwork.techtarget.com]Definition URL</ref><ref name="ietf">[http://www.ietf.org/rfc/rfc1738.txt ietf.org]RFC 1738</ref><ref name="www">[http://www.w3.org/Addressing/URL/url-spec.txt w3.org]URL specifications</ref>
14,326

edits

Navigation menu