Wednesday, February 18, 2009

domain

By definition (RFC 1034, updated by RFC 1123), domain names are made of non-empty labels separated by dots (.); labels are restricted to the ASCII letters a through z (case-insensitive), the digits 0 through 9, and the hyphen (-), with restrictions in terms of name length and position of hyphens. Namely hyphen cannot appear at the beginning or at the end of a label, and the length of a label should be between 1 to 63 with total length of a domain name not exceeding 255 (a restriction of the Domain Name System, see RFC 2181, section 11). Since this definition does not allow the use of many characters commonly found in non-English languages, and no multi-byte characters necessary for most Asian languages, the Internationalized domain name (IDN) system has been developed and is now in testing stage with a set of top-level domains established for this purpose.

The underscore character is frequently used to ensure that a domain name is not recognized as a hostname, as with the use of SRV records, for example, although some older systems such as NetBIOS did allow it. To avoid confusion and for other reasons, domain names with underscores in them are sometimes used where hostnames are required.

Domain names are often referred to simply as domains and domain name registrants are frequently referred to as domain owners, although domain name registration with a registrar does not confer any legal ownership of the name, only an exclusive right of use.

No comments:

Post a Comment