|
|
URLs - What is an URL?URL stands for Uniform Resource Locator, which means it is a uniform (same throughout the world) way to locate a resource (file or document) on the Internet. The URL specifies the address of a file and every file on the Internet has a unique address. Web software, such as your browser, use the URL to retrieve a file from the computer on which it resides. The actual URL is a set of four numbers separated by periods. An example of this would be 202.147.23.8 but as these are difficult for humans to use, addresses are represented in alphanumeric form that is more descriptive and easy to remember. Thus, the URL of my site which is URL 209.164.80.192 can also be written as www.simplygraphix.com. The Internet Domain Name System translates the alphanumerical address to numeric. Format of a URL: For example, the URL of my company site is: The above URL consist of:
ProtocolsIn addition to the http protocol (mentioned above), there are a few other protocols on the Internet.
Site AddressThe site address consists of the host computer name, the domain name and the domain type. The domain name should be descriptive for easy comprehension and is usually the name of the organization or company. com: specifies commercial entities For countries other than the U.S.A., the URL can be longer as in: Domain types can also be different for different countries. For example, an educational site can have the domain name www.school.ac.uk in the United Kingdom. Thus ac (academic) is used instead of edu. Similarly com is represented as co for Indian domain names. Path NamePath name specifies the hierarchic location of the said file on the computer. For instance, in http://www.simplygraphix.com/portfolio/4.html the file 4.html is located in portfolio subdirectory under the server root directory. PortBrowsers communicate with the server using entry points called ports. Associated with each protocol is a default port number, such as HTTP defaults to port 80. HTML AnchorsWith HTML you can specify anchors within files. These anchors are end points to hyperlinks placed either in the same file or some other files. Anchors are placed to link to specific locations in a file. They can be a part of the URL and are represented with a hash symbol (#) followed by the link name.
Page contents: An article on the Uniform Resource Locator (URL) for the beginner that explains the full format of the URL.
Page URL: http://www.webdevelopersnotes.com/basics/ urls.php3
|
|