Glossary

From Well Designed Urls WiKi

Jump to: navigation, search

This is a glossary of terms related to URLs.

The goal of this glossary is to describe in layman's terms as opposed to the more rigorous definitions found on The W3C Website, i.e. these glossary terms should, as much as possible, be described in plain English. Examples should be given whenever possible to provide a reasonable understanding for those not immersed in the rigor of abstract specification language.

If you have concerns about the correctness of existing definitions,please use the Discussion/Talk page. In addition, each term has the potential for it's own wiki page on which you can create a section entitled "Rigorous Definition" (or maybe even there is better term we can use to name the section?) On the other hand, if you feel the term is described using too much jargon, please do try and improve it.

NOTE: This is a work in progress: The definitions are currently unfinished and none of the terms have been given their own page yet. In the process of creating a page for each term, we might simplify the description of the term on this page but care should be taken to avoid requiring the reader to drill down to get an even cursory understanding of the term. The goal is to make the descriptions at once both complete and concise.

Contents

Terms

A-E

  • ASCII - An acryonm for "American Standard Code for Information Interchange", in the context of URLs ASCII refers to the characters used to specify a URL [~]
  • Authority - The component of a URL that comes after the Scheme and its punctuation (i.e. "http://") and before the Path (i.e. "/computers/apple/powerbook/"). Authority usually equals [Host], but can also be prefixed with a "Userinfo@" and suffixed with a ":Port", i.e. "http://mikes@www.guidesinc.com:1020/" (we included the leading "http://" and the trailing "/" to give you context but neither is part of the Authority) [~]
  • Content-Type - [~]
  • Deep Linking - [~]
  • Dereference = To retrieve the document/content (a.k.a. Resource) available by Requesting the URL [~]
  • Domain Name - A name registered in the DNS. Often in the form "www.domain.tld" where "www" is a convention implying a website (but it could be something else like "mail" or "atlanta"), "domain" is the name as chosen by the registered organization, and "tld" identifies the Top Level Domain (i.e. "www.microsoft.com" and "www.google.com") [~]
  • DNS - The global domain name system registery. Can also refer to a DNS Server [~]
  • DNS Server - [~]

F-K

  • Fragment - The value comes after a "#" in a URL. Each Scheme and Content-Type defines what that means, but for HTTP and HTML it is used essentially as a bookmark. [~]
  • ftp - Initialism for File Transfer Protocol and the "ftp" Scheme [~]
  • Hex - Shorthand for Hexadecimal.
  • Hexadecimal - A "base 16" numbering system as opposed to our standard "base 10" "Decimal" numbering system. Hex "digits" are "0123456789ABCDEF" whereas decimal digits are just "0123456789." The numbers Zero and Nine both use the same digits in hex and decimal ("0" and "9" respectively), but anything above Nine uses different digits. For example, in hex Ten (10) is "A", Fifteen (15) is "F", Sixteen (16) is "10", and 255 in hex is "FF." Hex is popular notation for computer systems which natively "think" in binary as hex is based on powers of two (i.e. 2^8 is 255, or "FF" in hex) See Hexadecimal Chart for more examples. [~]
  • Host - The component of a URL that (indirectly) identifies the machine(s) to process an dereference request. Hosts are usually specified by Domain Name, IP addresses, or named like "Localhost") [~]
  • HTML - Initialism for Hypertext Markup Language [~]
  • http - Initialism for Hypertext Transfer Protocol and the "http" Scheme [~]
  • Hypertext - [~]
  • IP address - On the widely known Internet (as of 2006), a four digit number that is the address of a device on the network (i.e. 192.168.0.1) [~]
  • IRI - (International Resource Identifier): [~]

L-P

Q-T

U-Z

See Also

Footnotes

[~]: Need better description.

Personal tools

Mediawikihosting