|
| |
| | Uniform Resource Locator - Wikipedia, the free encyclopedia |
 | | A URL is classified by its scheme, which typically indicates the network protocol used to retrieve a representation of the identified resource over a computer network. |  | | Meanwhile, the definition of the general syntax of URLs has forked into a separate line of URI specifications: RFC 2396 (1998) and RFC 2732 (1999), both of which are obsolete but still widely referenced by URL scheme definitions; and the current standard, STD 66 / RFC 3986 (2005). |  | | The URLs employed by HTTP, the protocol used to transmit web pages, are the most popular kind of URI and can be used as an example to demonstrate the concept of the URI. |
|
http://en.wikipedia.org/wiki/Uniform_Resource_Locator
(1937 words)
|
|
| |
| | RFC 1738 - Uniform Resource Locators (URL). T. Berners-Lee, L. Masinter, M. McCahill. |
 | | FTP URLs may also be used for other operations; for example, it is possible to update a file on a remote file server, or infer information about it from the directory listings. |  | | In such cases, it is convenient to have a separate syntactic wrapper that delimits the URL and separates it from the rest of the text, and in particular from punctuation marks that might be mistaken for part of the URL. |  | | A file URL takes the form: file:/// where is the fully qualified domain name of the system on which the is accessible, and is a hierarchical directory path of the form //.../. |
|
http://rfc.sunsite.dk/rfc/rfc1738.html
(6423 words)
|
|
| |
| | Web Naming and Addressing Overview (URIs, URLs, ...) |
 | | In situations where the base URL is well-defined and known to the parser (human or machine), it is useful to be able to embed URL references which inherit that context rather than re-specifying it in every instance. |  | | When embedded within a base document, a URL in its absolute form may contain a great deal of information which is already known from the context of that base document's retrieval, including the scheme, network location, and parts of the url-path. |  | | They make resources available under a variety of naming schemes and access methods such as HTTP, FTP, and Internet mail addressable in the same simple way. |
|
http://www.w3.org/Addressing
(677 words)
|
|
| |
| | Uniform Resource Locators (URLs) |
 | | The URL scheme also allows you to include a query string that is to be passed to the designated URL. |  | | This is indicated by placing a question mark at the end of the URL, followed by the desired query string. |  | | The query string must be specially encoded, using what is known as URL encoding. |
|
http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/url.html
(401 words)
|
|
| |
| | URL - Uniform Resource Locator |
 | | It was developed primarily to address the need to have a uniform way to locate various files and data objects on the Internet, when it was becoming apparent that simply describing that path to a data object was too much. |  | | A Uniform Resource Locator is, as the name implies, a standard way of referencing an object on the Internet. |  | | This way, no matter where your data was, or what kind of server it was on, it could be described in usually less than 80 characters. |
|
http://info.netmar.com/creating/url.html
(372 words)
|
|
| |
| | LEARN THE NET: Understanding Web Addresses |
 | | The second part is typically the address of the computer where the data or service is located. |  | | When you type a URL into your browser or click on a hypertext link, your browser sends a request to a remote computer, called a web server, to download one or more files. |  | | Think of the World Wide Web as a network of electronic files stored on millions of computers all around the world. |
|
http://www.learnthenet.com/english/html/16addrss.htm
(225 words)
|
|
| |
| | Uniform Resource Locator - URL |
 | | http://www.computerhope.com, which is the URL for the Computer Hope web site. |  | | If the page you're viewing is several directories deep it may have additional directories listed in-between the domain and the page. |  | | For example, the page you're currently viewing has a URL of http://www.computerhope.com/jargon/u/url.htm, this page is in the jargon/u/ directory. |
|
http://www.computerhope.com/jargon/u/url.htm
(282 words)
|
|
| |
| | URL - a Whatis.com definition - see also: Uniform Resource Locator, Universal Resource Locator |
 | | The URL contains the name of the protocol to be used to access the file resource, a domain name that identifies a specific computer on the Internet, and a |  | | A URL for a file meant to be downloaded using the File Transfer Protocol (FTP) would require that the "ftp" protocol be specified like this hypothetical URL: |  | | which specifies the use of a HTTP (Web browser) application, a unique computer named www.ietf.org, and the location of a text file or page to be accessed on that computer whose pathname is /rfc/rfc2396.txt. |
|
http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci213251,00.html
(381 words)
|
|
| |
| | Learnthat.com URL Definition. What is a URL? |
 | | The URL could point to other things, CGI programs, Java programs, graphic files, or other resources available on the Internet. |  | | The URL is the address of a resource, or file, available on the Internet. |  | | The beginning part, http:// provides the protocol, the next part www.learnthat.com is the domain, the main domain is learnthat.com, while www is a pointer to a computer or a resource. |
|
http://www.learnthat.com/define/u/url.shtml
(142 words)
|
|
| |
| | URL - Uniform Resource Locator |
 | | It is now also used to define a scheme which is the first part of a URL. |  | | Which says to use the http scheme (protocol) to go to the http server on the www host at the w3.org domain in the Protocols path (folder/sub-directory) and read the Specs.html file. |  | | The filename is defining the name of a document or program. |
|
http://www.geocities.com/dtmcbride/tech/url.html
(583 words)
|
|
| |
| | [No title] |
 | | For these URL schemes, the specification should describe the notation of the scheme and a complete mapping of the locator from its source. |  | | The process by which new URL schemes are registered is defined in RFC 2717 [2]. |  | | Guidelines for new URL schemes Because new URL schemes potentially complicate client software, new schemes must have demonstrable utility and operability, as well as compatibility with existing URL schemes. |
|
http://www.ietf.org/rfc/rfc2718.txt
(2152 words)
|
|
| |
| | What Is a URL? |
 | | However, remember that URLs also can point to other resources on the network, such as database queries and command output. |  | | The pathname to the file on the machine. |  | | The format of the resource name depends entirely on the protocol used, but for many protocols, including HTTP, the resource name contains one or more of the components listed in the following table: |
|
http://java.sun.com/docs/books/tutorial/networking/urls/definition.html
(409 words)
|
|
| |
| | WDVL: Uniform Resource Locators |
 | | Its path generally refers to a resource on the same machine as the current document. |  | | It is possible to represent any file or service on the Internet with a URL. |  | | Up to => Home / Internet / Protocols |
|
http://www.wdvl.com/Internet/Protocols/URL.html
(538 words)
|
|
| |
| | What is URL? - A Word Definition From the Webopedia Computer Dictionary |
 | | Explains the basics of URLs including how they work, syntax, usage, construction, and various schemes for HTTP, FTP, gopher, electronic mail, Telnet, etc. Also includes links to URL related resources and RFCs. |  | | This Internet standards document specifies a Uniform Resource Locator (URL), the syntax and semantics of formalized information for location and access of resources via the Internet. |  | | The first specifies an executable file that should be fetched using the FTP protocol; the second specifies a Web page that should be fetched using the HTTP protocol: |
|
http://www.webopedia.com/TERM/U/URL.html
(493 words)
|
|
| |
| | Uniform Resource Locator from FOLDOC |
 | | The last (optional) part of the URL may be a query string preceded by "?" or a "fragment identifier" preceded by "#". |  | | They are used in HTML documents to specify the target of a hyperlink which is often another HTML document (possibly stored on another computer). |  | | For an HTTP or FTP URL the next part is a pathname which is usually related to the pathname of a file on the server. |
|
http://www.instantweb.com/foldoc/foldoc.cgi?query=url
(385 words)
|
|
| |
| | Uniform Resource Locator |
 | | Directory path on host where information is located, e.g., pub/doc/rfc1087.txt |
|
http://www.emunix.emich.edu/~stanger/ftp/sld005.htm
(29 words)
|
|
| |
| | Web Page Address - Uniform Resource Locator (URL) |
 | | A URL looks like a computer file path name, where the domain name is the computer, the folders are the file path, and the web page is the file. |  | | Invoke a local program; for example, start RealPlayer: |  | | This is why Tim Berners-Lee proposed in RFC 1630, Universal Resource Identifiers in WWW, that it be called a Universal Resource Identifier (URI) to suggest his vision of a network where anything could be linked to anything. |
|
http://www.livinginternet.com/w/ww_addr.htm
(462 words)
|
|
| |
| | URLs Explained |
 | | When you want to view a file on your hard drive, all you need to know is its pathname. |  | | URL ::= service://host/parameters service ::= ftp, file, telnet, wais, gopher, news, http host ::= Internet address [ : port ] |  | | The general syntax of a URL is ( |
|
http://www.cs.cmu.edu/afs/cs/usr/mwm/www/tutorial/url.html
(198 words)
|
|
| |
| | NetStrider Tutorials - Uniform Resource Locators |
 | | NOTE: Most computer systems reachable via the Internet will be running some flavor of Unix. |  | | Host Domain Names can look daunting but if you understand the structure and naming conventions they start to make a lot of sense. |  | | Also remember that all computers are literal unto the death, so you'll have to get the URL exactly right or it's no go. |
|
http://www.netstrider.com/tutorials/URL
(907 words)
|
|
| |
| | URL (Uniform Resource Locator) (Linktionary term) |
 | | URLs also refer to addresses used with other Internet protocols, such FTP, Gopher, NNTP (Network News Transport Protocol), Telnet, and WAIS (Wide Area Information Servers), among others. |  | | For example, the following address identifies the document security.html in the papers directory at the NTResearch Web site: |  | | A resource is an object on the Internet or an intranet that resides on a host system. |
|
http://www.linktionary.com/u/url.html
(351 words)
|
|
| |
| | SKIL - Uniform Resource Locator |
 | | You can use the URL to identify information about the source of a Web page. |  | | Just as every item in the library has its own call number, every image, file, page or program on the |  | | Move your mouse over these URLs to find out more about the structure and organization of addresses on the Web. |
|
http://skil.stanford.edu/module5/url.html
(112 words)
|
|
| |
| | Basic Internet Definitions |
 | | An URI refers to a Web page including the location of the code fragment, if one exists, and the scheme. |  | | URL is now used as the generic term. |  | | An URN may also include the location of a code fragment. |
|
http://www.pierobon.org/iis/url.htm
(183 words)
|
|
| |
| | New Universal Uniform Resource Locator (UURL) |
 | | As even the most clueless neighborhood cosmologist knows, one major flaw with the Web addressing system, the URL (Uniform Resource Locator), is that it is limited to computers on planet Earth. |  | | NASA recently proposed that the URL system be modified to encompass the moon and neighboring planets. |  | | This proposal was immediately mocked as being far too solipsistic, and a genuinely Universal Uniform Resource Locator was offered as a counter proposal. |
|
http://ifaq.wap.org/posters/milkyway.html
(70 words)
|
|
| |
| | Uniform Resource Locator |
 | | Your directory name will be assigned by the Computer Center. |  | | Note as shown in this last example, index.html is retrieved if no filename is specified at the end of the URL. |  | | URLs on TTU's Web server begin with http://www.tntech.edu/ followed by the appropriate directory path and filename. |
|
http://www.tntech.edu/publicaffairs/web_publish/url.html
(63 words)
|
|
| |
| | Anchors - Uniform Resource Locator |
 | | Any type of data on almost any type of information server on the Internet can be accessed using a URL. |  | | Telnet does not require a filename or path. |  | | Here are example URLs for several common resource types : |
|
http://scholar.lib.vt.edu/reports/soasis-slides/slide19.html
(97 words)
|
|
| |
| | Uniform Resource Locator |
 | | An address for a resource on the Internet. |  | | URLs are used as a linking mechanism between Web pages and as a method for Web browsers to access Web pages. |  | | A URL specifies the protocol to be used to access the resource (such as HTTP or FTP), the name of the server where the resource is located (as in www.sybex.com), the path to that resource (as in /catalog), and the name of the document to open (/index.html). |
|
http://www.coffeycountyks.org/Terms/2461HTML-2924.html
(76 words)
|
|
| |
| | Submitting Your Site's URL (Uniform Resource Locator). |
 | | Thousands of Internets' visitors will find the site using either our "keyword" enabled search engine or our catalog index located throughout the site. |  | | Thank you in advance for your submission; let us know if you're interested in getting the word out about your site through our topic relevant banner and microsite advertising. |  | | To suggest a new URL (such as http://www.internets.com), |
|
http://www.webpromotion.com/internets/submit.htm
(139 words)
|
|
| |
| | Persistent Uniform Resource Locator - Wikipedia, the free encyclopedia |
 | | PURLs are an interim measure - while Uniform Resource Names (URNs) are being mainstreamed - to solve the problem of the lack of persistence (over time) of URIs in location-based URI schemes like HTTP. |  | | via a 302 HTTP code) to the current location of the final resource. |  | | Currently, persistence problems are caused by the practical impossibility of every user having their own domain name, and the hassle and money involved in re-registering domain names, that result in WWW authors putting their documents in rather arbitrary locations of questionable persistence (i.e. |
|
http://en.wikipedia.org/wiki/Persistent_Uniform_Resource_Locator
(202 words)
|
|
| |
| | Persistent URL Home Page |
 | | PURLs satisfy many of the requirements of URNs using currently deployed technologies and can be transitioned smoothly into a URN architecture once it is deployed. |  | | There is nothing incompatible between PURLs and the ongoing URN (Uniform Resource Name) work. |  | | The OCLC PURL Service has been strongly influenced by the active participation of OCLC's Office of Research in the Internet Engineering Task Force Uniform Resource Identifier working groups. |
|
http://purl.oclc.org
(225 words)
|
|
| |
| | Uniform Resource Locator |
 | | Other addresses might use designations such as.org or.edu. |  | | The most common syntax of a URL is: |  | | A URL, or uniform resource locator, is the Internet address of a file. |
|
http://www.gsd-co.com/Help/url.htm
(94 words)
|
|
| |
| | URL - Uniform Resource Locator |
 | | The most commonly used protocol on the web is the Hypertext Transport Protocol, specified with "http". |  | | An example URL is shown in Figure 2.3. |  | | FTP servers were named ftp and SMTP (Electronic mail) servers were named mail. |
|
http://www.doit.org/~boyns/thesis/html/node11.html
(182 words)
|
|
| |
| | Uniform Resource Locator (URL) |
 | | The URL is the standard addressing system used to locate resources on the Internet. |  | | Other Internet Protocols can be accessed using URLs: |  | | This is the address of the starting page of the author's education site. |
|
http://www.grossmont.net/musgrave2/Browsers/url.html
(45 words)
|
|
| |
| | Uniform Resource Locator |
 | | You can use it to reference a document from within your documents. |  | | You can use this to OPEN a document elsewhere while browsing. |  | | URL, or Uniform Resource Locator is the specific "address" of a document. |
|
http://www.stanford.edu/~cquinn/classes/class/html/url.html
(35 words)
|
|
| |
| | Web Page Authoring: Uniform Resource Locator |
 | | A Uniform Resource Locator is the exact "address" for a particular resource on the Internet, such as a Web page, downloadable file or telnet connection. |  | | This address can specify what server protocol to use when retrieving the resource, on what server the resource is located, the resource's exact location on the server (path), and always lastly, the exact filename of the resource. |  | | Some URL's do not use every part of a typical URL, especially telnet, and tn3270 links. |
|
http://www.uky.edu/Archives/HTMLCLASS/mac/dictionary/url.html
(103 words)
|
|
| |
| | Uniform Resource Locators |
 | | You can see some more URL types demonstrated. |  | | A Uniform Resource Locator (URL) has this general syntax: |  | | Links you to a session in your Web browser set up for sending electronic mail to |
|
http://www.december.com/html/spec/url.html
(119 words)
|
|
| |
| | Buzzword Definition - URL |
 | | Other Internet resources have URL's, too, but if the URL starts with "www." then you know it's on the Web. |  | | A URL is the address of a website on the World Wide Web. |  | | To visit a website, you type the URL into a browser. |
|
http://www.tekmom.com/buzzwords/zdurl.html
(44 words)
|
|
| |
| | Uniform Resource Locator (URL) |
 | | The Uniform Resource Locator is the location/address of a web page/site. |
|
http://literacy.kent.edu/Oasis/Workshops/ALT/sld005.htm
(19 words)
|
|
|