Domaining is the business of buying, selling, developing and monetizing Internet domain names. Such domain name portfolios often include cleverly chosen and highly marketable generic domain names, or domains whose registrations had lapsed yet still retain reasonable traffic. There is sometimes no actual intent to use any of the domain names with the exception of generating advertising revenue through domain parking.

by Nicolae Sfetcu, and MultiMedia
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
On the Internet, the Domain Name System (DNS) associates various sorts of information with so-called domain names; most importantly, it serves as the "phone book" for the Internet: it translates human-readable computer hostnames, e.g. en.wikipedia.org, into the IP addresses that networking equipment needs for delivering information. It also stores other information such as the list of mail exchange servers that accept email for a given domain. In providing a worldwide keyword-based redirection service, the Domain Name System is an essential component of contemporary Internet use.
The most basic use of DNS is to translate hostnames to IP addresses. It is in very simple terms like a phone book. For example, if you want to know the internet address of en.wikipedia.org, the Domain Name System can be used to tell you it is 66.230.200.100. DNS also has other important uses.
Pre-eminently, DNS makes it possible to assign Internet destinations to the human organization or concern they represent, independently of the physical routing hierarchy represented by the numerical IP address. Because of this, hyperlinks and Internet contact information can remain the same, whatever the current IP routing arrangements may be, and can take a human-readable form (such as "wikipedia.org") which is rather easier to remember than an IP address (such as 66.230.200.100). People take advantage of this when they recite meaningful URLs and e-mail addresses without caring how the machine will actually locate them.
The Domain Name System distributes the responsibility for assigning domain names and mapping them to IP networks by allowing an authoritative server for each domain to keep track of its own changes, avoiding the need for a central registrar to be continually consulted and updated.
The practice of using a name as a more human-legible abstraction of a machine's numerical address on the network predates even TCP/IP, and goes all the way to the ARPAnet era. Back then however, a different system was used, as DNS was only invented in 1983, shortly after TCP/IP was deployed. With the older system, each computer on the network retrieved a file called HOSTS.TXT from a computer at SRI (now SRI International). The HOSTS.TXT file mapped numerical addresses to names. A hosts file still exists on most modern operating systems, either by default or through configuration, and allows users to specify an IP address (eg. 192.0.34.166) to use for a hostname (eg. www.example.net) without checking DNS. As of 2006, the hosts file serves primarily for troubleshooting DNS errors or for mapping local addresses to more organic names. Systems based on a hosts file have inherent limitations, because of the obvious requirement that every time a given computer's address changed, every computer that seeks to communicate with it would need an update to its hosts file.
The growth of networking called for a more scalable system: one that recorded a change in a host's address in one place only. Other hosts would learn about the change dynamically through a notification system, thus completing a globally accessible network of all hosts' names and their associated IP Addresses.
At the request of Jon Postel, Paul Mockapetris invented the Domain Name System in 1983 and wrote the first implementation. The original specifications appear in RFC 882 and 883. In 1987, the publication of RFC 1034 and RFC 1035 updated the DNS specification and made RFC 882 and RFC 883 obsolete. Several more-recent RFCs have proposed various extensions to the core DNS protocols.
In 1984, four Berkeley students — Douglas Terry, Mark Painter, David Riggle and Songnian Zhou — wrote the first UNIX implementation, which was maintained by Ralph Campbell thereafter. In 1985, Kevin Dunlap of DEC significantly re-wrote the DNS implementation and renamed it BIND (Berkeley Internet Name Domain, previously: Berkeley Internet Name Daemon). Mike Karels, Phil Almquist and Paul Vixie have maintained BIND since then. BIND was ported to the Windows NT platform in the early 1990s.
Due to BIND's long history of security issues and exploits, several alternative nameserver/resolver programs have been written and distributed in recent years.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
Domain names, arranged in a tree, cut into zones, each served by a nameserver.
The domain name space consists of a tree of domain names. Each node or leaf in the tree has one or more resource records, which hold information associated with the domain name. The tree sub-divides into zones. A zone consists of a collection of connected nodes authoritatively served by an authoritative DNS nameserver. (Note that a single nameserver can host several zones.)
When a system administrator wants to let another administrator control a part of the domain name space within his or her zone of authority, he or she can delegate control to the other administrator. This splits a part of the old zone off into a new zone, which comes under the authority of the second administrator's nameservers. The old zone becomes no longer authoritative for what goes under the authority of the new zone.
A resolver looks up the information associated with nodes. A resolver knows how to communicate with name servers by sending DNS requests, and heeding DNS responses. Resolving usually entails iterating through several name servers to find the needed information.
Some resolvers function simplistically and can only communicate with a single name server. These simple resolvers rely on a recursing name server to perform the work of finding information for them.
A domain name usually consists of two or more parts (technically labels), separated by dots. For example wikipedia.org.
The Domain Name System consists of a hierarchical set of DNS servers. Each domain or subdomain has one or more authoritative DNS servers that publish information about that domain and the name servers of any domains "beneath" it. The hierarchy of authoritative DNS servers matches the hierarchy of domains. At the top of the hierarchy stand the root nameservers: the servers to query when looking up (resolving) a top-level domain name (TLD).
Iterative and recursive queries:
In theory a full host name may have several name segments, (e.g ahost.ofasubnet.ofabiggernet.inadomain.example). In practice, in the experience of the majority of public users of Internet services, full host names will frequently consist of just three segments (ahost.inadomain.example, and most often www.inadomain.example).
For querying purposes, software interprets the name segment by segment, from right to left, using an iterative search procedure. At each step along the way, the program queries a corresponding DNS server to provide a pointer to the next server which it should consult.
A DNS recursor consults three nameservers to resolve the address www.wikipedia.org.
As originally envisaged, the process was as simple as:
The diagram illustrates this process for the real host www.wikipedia.org.
The mechanism in this simple form has a difficulty: it places a huge operating burden on the root servers, with each and every search for an address starting by querying one of them. Being as critical as they are to the overall function of the system such heavy use would create an insurmountable bottleneck for trillions of queries placed every day.
Name servers in delegations appear listed by name, rather than by IP address. This means that a resolving name server must issue another DNS request to find out the IP address of the server to which it has been referred. Since this can introduce a circular dependency if the nameserver referred to is under the domain that it is authoritative of, it is occasionally necessary for the nameserver providing the delegation to also provide the IP address of the next nameserver. This record is called a glue record.
For example, assume that the sub-domain en.wikipedia.org contains further sub-domains (such as something.en.wikipedia.org) and that the authoritative nameserver for these lives at ns1.en.wikipedia.org. A computer trying to resolve something.en.wikipedia.org will thus first have to resolve ns1.en.wikipedia.org. Since ns1 is also under the en.wikipedia.org subdomain, resolving ns1.en.wikipedia.org requires resolving ns1.en.wikipedia.org which is exactly the circular dependency mentioned above. The dependency is broken by the glue record in the nameserver of wikipedia.org that provides the IP address of ns1.en.wikipedia.org directly to the requestor, enabling it to bootstrap the process by figuring out where ns1.en.wikipedia.org is located.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
When an application (such as a web browser) tries to find the IP address of a domain name, it doesn't necessarily follow all of the steps outlined in the Theory section above. We will first look at the concept of caching, and then outline the operation of DNS in "the real world."
Because of the huge volume of requests generated by a system like DNS, the designers wished to provide a mechanism to reduce the load on individual DNS servers. To this end, the DNS resolution process allows for caching (i.e. the local recording and subsequent consultation of the results of a DNS query) for a given period of time after a successful answer. How long a resolver caches a DNS response (i.e. how long a DNS response remains valid) is determined by a value called the time to live (TTL). The TTL is set by the administrator of the DNS server handing out the response. The period of validity may vary from just seconds to days or even weeks.
As a noteworthy consequence of this distributed and caching architecture, changes to DNS do not always take effect immediately and globally. This is best explained with an example: If an administrator has set a TTL of 6 hours for the host www.wikipedia.org, and then changes the IP address to which www.wikipedia.org resolves at 12:01pm, the administrator must consider that a person who cached a response with the old IP address at 12:00pm will not consult the DNS server again until 6:00pm. The period between 12:01pm and 6:00pm in this example is called caching time, which is best defined as a period of time that begins when you make a change to a DNS record and ends after the maximum amount of time specified by the TTL expires. This essentially leads to an important logistical consideration when making changes to DNS: not everyone is necessarily seeing the same thing you're seeing. RFC 1537 helps to convey basic rules for how to set the TTL.
Note that the term "propagation", although very widely used in this context, does not describe the effects of caching well. Specifically, it implies that [1] when you make a DNS change, it somehow spreads to all other DNS servers (instead, other DNS servers check in with yours as needed), and [2] that you do not have control over the amount of time the record is cached (you control the TTL values for all DNS records in your domain, except your NS records and any authoritative DNS servers that use your domain name).
Some resolvers may override TTL values, as the protocol supports caching for up to 68 years or no caching at all. Negative caching (the non-existence of records) is determined by name servers authoritative for a zone which MUST include the SOA record when reporting no data of the requested type exists. The MINIMUM field of the SOA record and the TTL of the SOA itself is used to establish the TTL for the negative answer. RFC 2308
Many people incorrectly refer to a mysterious 48 hour or 72 hour propagation time when you make a DNS change. When one changes the NS records for one's domain or the IP addresses for hostnames of authoritative DNS servers using one's domain (if any), there can be a lengthy period of time before all DNS servers use the new information. This is because those records are handled by the zone parent DNS servers (for example, the .com DNS servers if your domain is example.com), which typically cache those records for 48 hours. However, those DNS changes will be immediately available for any DNS servers that do not have them cached. And any DNS changes on your domain other than the NS records and authoritative DNS server names can be nearly instantaneous, if you choose for them to be (by lowering the TTL once or twice ahead of time, and waiting until the old TTL expires before making the change).
DNS resolving from program to OS-resolver to ISP-resolver to greater system.
Users generally do not communicate directly with a DNS resolver. Instead DNS resolution takes place transparently in client applications such as web browsers, mail clients, and other Internet applications. When a request is made which necessitates a DNS lookup, such programs send a resolution request to the local DNS resolver in the operating system which in turn handles the communications required.
The DNS resolver will almost invariably have a cache (see above) containing recent lookups. If the cache can provide the answer to the request, the resolver will return the value in the cache to the program that made the request. If the cache does not contain the answer, the resolver will send the request to a designated DNS server or servers. In the case of most home users, the Internet service provider to which the machine connects will usually supply this DNS server: such a user will either have configured that server's address manually or allowed DHCP to set it; however, where systems administrators have configured systems to use their own DNS servers, their DNS resolvers point to separately maintained nameservers of the organization. In any event, the name server thus queried will follow the process outlined above, until it either successfully finds a result or does not. It then returns its results to the DNS resolver; assuming it has found a result, the resolver duly caches that result for future use, and hands the result back to the software which initiated the request.
An additional level of complexity emerges when resolvers violate the rules of the DNS protocol. Some people have suggested that a number of large ISPs have configured their DNS servers to violate rules (presumably to allow them to run on less-expensive hardware than a fully compliant resolver), such as by disobeying TTLs, or by indicating that a domain name does not exist just because one of its name servers does not respond.
As a final level of complexity, some applications such as Web browsers also have their own DNS cache, in order to reduce the use of the DNS resolver library itself. This practice can add extra difficulty to DNS debugging, as it obscures which data is fresh, or lies in which cache. These caches typically have very short caching times of the order of one minute. A notable exception is Internet Explorer; recent versions cache DNS records for half an hour.
The system outlined above provides a somewhat simplified scenario. The Domain Name System includes several other functions:
DNS primarily uses UDP on port 53 [2] to serve requests. Almost all DNS queries consist of a single UDP request from the client followed by a single UDP reply from the server. TCP comes into play only when the response data size exceeds 512 bytes, or for such tasks as zone transfer. Some operating systems such as HP-UX are known to have resolver implementations that use TCP for all queries, even when UDP would suffice.
EDNS is an extension of the DNS protocol which enhances the transport of DNS data in UDP packages, and adds support for expanding the space of request and response codes. It is described in RFC 2671.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Important categories of data stored in DNS include the following:
Other types of records simply provide information (for example, a LOC record gives the physical location of a host), or experimental data (for example, a WKS record gives a list of servers offering some well known service such as HTTP or POP3 for a domain).
When sent over the internet, all records use the common format specified in RFC 1035 shown below.
| Field | Description | Length (Octets) |
|---|---|---|
| NAME | Name of the node to which this record pertains. | (variable) |
| TYPE | Type of RR. For example, MX is type 15. | 2 |
| CLASS | Class code. | 2 |
| TTL | Signed time in seconds that RR stays valid. | 4 |
| RDLENGTH | Length of RDATA field. | 2 |
| RDATA | Additional RR-specific data. | (variable) |
For a complete list of DNS Record types consult IANA DNS Parameters.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

While domain names technically have no restrictions on the characters they use and can include non-ASCII characters, the same is not true for host names. Host names are the names most people see and use for things like e-mail and web browsing. Host names are restricted to a small subset of the ASCII character set that includes the Roman alphabet in upper and lower case, the digits 0 through 9, the dot, and the hyphen. (See RFC 3696 section 2 for details.) This prevented the representation of names and words of many languages natively. ICANN has approved the Punycode-based IDNA system, which maps Unicode strings into the valid DNS character set, as a workaround to this issue. Some registries have adopted IDNA.
DNS was not originally designed with security in mind, and thus has a number of security issues. DNS responses are traditionally not cryptographically signed, leading to many attack possibilities; DNSSEC modifies DNS to add support for cryptographically signed responses. There are various extensions to support securing zone transfer information as well.
Even with encryption it still doesn't prevent the possibility that a DNS server could become infected with a virus (or for that matter a disgruntled employee) that would cause IP addresses of that server to be redirected to a malicious address with a long TTL. This could have far reaching impact to potentially millions of internet users if busy DNS servers cache the bad IP data. This would require manual purging of all affected DNS caches as required by the long TTL (up to 68 years).
Some domain names can spoof other, similar-looking domain names. For example, "paypal.com" and "paypa1.com" are different names, yet users may be unable to tell the difference when the user's typeface (font) does not clearly differentiate the letter l and the number 1. This problem is much more serious in systems that support internationalized domain names, since many characters that are different, from the point of view of ISO 10646, appear identical on typical computer screens.

Most of the NICs in the world receive an annual fee from a legal user in order for the legal user to utilize the domain name (i.e. a sort of a leasing agreement exists, subject to the registry's terms and conditions). Depending on the various naming convention of the registries, legal users become commonly known as "registrants" or as "domain holders".
ICANN holds a complete list of domain registries in the world. One can find the legal user of a domain name by looking in the WHOIS database held by most domain registries.
For most of the more than 240 country code top-level domains (ccTLDs), the domain registries hold the authoritative WHOIS (Registrant, name servers, expiry dates, etc.). For instance, DENIC, Germany NIC, holds the authoritative WHOIS to a .DE domain name.
However, some domain registries, such as for .COM, .ORG, .INFO, etc., use a registry-registrar model. There are hundreds of Domain Name Registrars that actually perform the domain name registration with the end user (see lists at ICANN or VeriSign). By using this method of distribution, the registry only has to manage the relationship with the registrar, and the registrar maintains the relationship with the end users, or 'registrants'. For .COM, .NET domain names, the domain registries, VeriSign holds a basic WHOIS (registrar and name servers, etc.). One can find the detailed WHOIS (registrant, name servers, expiry dates, etc.) at the registrars.
Since about 2001, most gTLD registries (.ORG, .BIZ, .INFO) have adopted a so-called "thick" registry approach, i.e. keeping the authoritative WHOIS with the various registries instead of the registrars.
A registrant usually designates an administrative contact to manage the domain name. In practice, the administrative contact usually has the most immediate power over a domain. Management functions delegated to the administrative contacts may include (for example):
A technical contact manages the name servers of a domain name. The many functions of a technical contact include:
The party whom a NIC invoices.
Namely the authoritative name servers that host the domain name zone of a domain name.
Many investigators have voiced criticism of the methods currently used to control ownership of domains. Critics commonly claim abuse by monopolies or near-monopolies, such as VeriSign, Inc. Particularly noteworthy was the VeriSign Site Finder system which redirected all unregistered .com and .net domains to a VeriSign webpage. Despite widespread criticism, VeriSign only reluctantly removed it after the Internet Corporation for Assigned Names and Numbers (ICANN) threatened to revoke its contract to administer the root name servers.
There is also significant disquiet regarding the United States' political influence over ICANN. This was a significant issue in the attempt to create a .xxx top-level domain and sparked greater interest in alternative DNS roots that would be beyond the control of any single country.
In the United States, the "Truth in Domain Names Act" (actually the "Anticybersquatting Consumer Protection Act"), in combination with the PROTECT Act, forbids the use of a misleading domain name with the intention of attracting people into viewing a visual depiction of sexually explicit conduct on the Internet.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
The term domain name has multiple related meanings:
They are sometimes colloquially (and incorrectly) referred to by marketers as "web addresses".
The most common types of domain names are hostnames that provide more memorable names to stand in for numeric IP addresses. They allow for any service to move to a different location in the topology of the Internet (or an intranet), which would then have a different IP address.
By allowing the use of unique alphabetical addresses instead of numeric ones, domain names allow Internet users to more easily find and communicate with web sites and other server-based services. The flexibility of the domain name system allows multiple IP addresses to be assigned to a single domain name, or multiple domain names to be assigned to a single IP address. This means that one server may have multiple roles (such as hosting multiple independent Web sites), or that one role can be spread among many servers. One IP address can also be assigned to several servers, as used in anycast and hijacked IP space.
Hostnames are restricted to the ASCII letters "a" through "z" (case-insensitive), the digits "0" through "9", and the hyphen, with some other restrictions. Registrars restrict the domains to valid hostnames, since, otherwise, they would be useless. The Internationalized domain name (IDN) system has been developed to bypass the restrictions on character allowances in hostnames, making it easier for users of non-english alphabets to use the Internet. The underscore character is frequently used to ensure that a domain name is not recognized as a hostname, for example with the use of SRV records, although some older systems, such as NetBIOS did allow it. Due to confusion and other reasons, domain names with underscores in them are sometimes used where hostnames are required.
The following example illustrates the difference between a URL (Uniform Resource Locator) and a domain name:
As a general rule, the IP address and the server name are interchangeable. For most Internet services, the server will not have any way to know which was used. However, the explosion of interest in the Web means that there are far more Web sites than servers. To accommodate this, the hypertext transfer protocol (HTTP) specifies that the client tells the server which name is being used. This way, one server with one IP address can provide different sites for different domain names. This feature goes under the name virtual hosting and is commonly used by Web hosts.
For example, as referenced in RFC 2606 (Reserved Top Level DNS Names), the server at IP address 192.0.34.166 handles all of the following sites:
When a request is made, the data corresponding to the hostname requested is served to the user.
Every domain name ends in a top-level domain (TLD) name, which is always either one of a small list of generic names (three or more characters), or a two-character territory code based on ISO-3166 (there are few exceptions and new codes are integrated case by case). Top-level domains are sometimes also called first-level domains.
The generic top-level domain (gTLD) extensions are:
Generic top-level domains
The country code top-level domain (ccTLD) extensions are:
Country code top-level domains
Active: .ac .ad .ae .af .ag .ai .al .am .an .ao .aq .ar .as .at .au .aw .ax .az .ba .bb .bd .be .bf .bg .bh .bi .bj .bm .bn .bo .br .bs .bt .bw .by .bz .ca .cc .cd .cf .cg .ch .ci .ck .cl .cm .cn .co .cr .cu .cv .cx .cy .cz .de .dj .dk .dm .do .dz .ec .ee .eg .er .es .et .eu .fi .fj .fk .fm .fo .fr .ga .gd .ge .gf .gg .gh .gi .gl .gm .gn .gp .gq .gr .gs .gt .gu .gw .gy .hk .hm .hn .hr .ht .hu .id .ie .il .im .in .io .iq .ir .is .it .je .jm .jo .jp .ke .kg .kh .ki .km .kn .kr .kw .ky .kz .la .lb .lc .li .lk .lr .ls .lt .lu .lv .ly .ma .mc .md .mg .mh .mk .ml .mm .mn .mo .mp .mq .mr .ms .mt .mu .mv .mw .mx .my .mz .na .nc .ne .nf .ng .ni .nl .no .np .nr .nu .nz .om .pa .pe .pf .pg .ph .pk .pl .pn .pr .ps .pt .pw .py .qa .re .ro .ru .rw .sa .sb .sc .sd .se .sg .sh .si .sk .sl .sm .sn .sr .st .sv .sy .sz .tc .td .tf .tg .th .tj .tk .tl .tm .tn .to .tr .tt .tv .tw .tz .ua .ug .uk .us .uy .uz .va .vc .ve .vg .vi .vn .vu .wf .ws .ye .yu .za .zm .zw
Reserved/unassigned: .eh .kp .me .rs .um Allocated/unused: .bv .gb .pm .sj .so .yt Phaseout: .su .tp Deleted/retired: .bu .cs .dd .zr
In addition to the top-level domains, there are second-level domain (SLD) names. These are the names directly to the left of .com, .net, and the other top-level domains. As an example, in the domain en.wikipedia.org, "wikipedia" is the second-level domain.
On the next level are third-level domains. These domains are immediately to the left of a second-level domain. In the en.wikipedia.org example, "en" is a third-level domain. There can be fourth and fifth level domains and so on, with virtually no limitation. An example of a working domain with five levels is www.sos.state.oh.us. Each level is separated by a dot or period symbol between them.
Domains of third or higher level are also known as subdomains, though this term technically applies to a domain of any level, since even a top-level domain is a "subdomain" of the "root" domain (a "zeroth-level" domain that is designated by a dot alone).
Traditionally, the second level domain was the name of the company or the name used on the internet. The third level was commonly used to designate a particular host server. Therefore, ftp.wikipedia.org might be an FTP server, www.wikipedia.org would be a World Wide Web Server, and mail.wikipedia.org could be an email server. Modern technology now allows multiple servers to serve a single subdomain, or multiple protocols or domains to be served by a single computer. Therefore, subdomains may or may not have any real purpose.
ICANN (Internet Corporation for Assigned Names and Numbers) has overall responsibility for managing the DNS. It controls the root domain, delegating control over each top-level domain to a domain name registry. For ccTLDs, the domain registry is typically controlled by the government of that country. ICANN has a consultation role in these domain registries but is in no position to regulate the terms and conditions of how a domain name is allocated or who allocates it in each of these country level domain registries. On the other hand, generic top-level domains (gTLDs) are governed directly under ICANN which means all terms and conditions are defined by ICANN with the cooperation of the gTLD registries.
Domain names which are theoretically leased can be considered in the same way as real estate, due to a significant impact on online brand building, advertising, search engine optimization, etc.
A few companies have offered low-cost, below-cost or even free domain registrations, with a variety of models adopted to recoup the costs to the provider. These usually require that domains are hosted on their site in a framework or portal, with advertising wrapped around the user's content, revenue from which allows the provider to recoup the costs. When the DNS was new, domain registrations were free. A domain owner can generally give away or sell infinite subdomains of their domain, e.g. the owner of example.edu could provide domains that are subdomains, such as foo.example.edu and foo.bar.example.edu.
As domain names became attractive to marketers, rather than just the technical audience for which they were originally intended, they began to be used in manners that in many cases did not fit in their intended structure. As originally planned, the structure of domain names followed a strict hierarchy in which the top level domain indicated the type of organization (commercial, governmental, etc.), and addresses would be nested down to third, fourth, or further levels to express complex structures, where, for instance, branches, departments, and subsidiaries of a parent organization would have addresses which were subdomains of the parent domain. Also, hostnames were intended to correspond to actual physical machines on the network, generally with only one name per machine.
However, once the World Wide Web became popular, site operators frequently wished to have memorable addresses, regardless of whether they fit properly in the structure; thus, since the .com domain was the most popular and memorable, even noncommercial sites would often get addresses under it, and sites of all sorts wished to have second-level domain registrations even if they were parts of a larger entity where a logical subdomain would have made sense (e.g., abcnews.com instead of news.abc.com). A Web site found at http://www.example.org/ will often be advertised without the "http://", and in most cases can be reached by just entering "example.org" into a Web browser. In the case of a .com, the Web site can sometimes be reached by just entering "example" (depending on browser versions and configuration settings, which vary in how they interpret incomplete addresses).
The popularity of domain names also led to uses which were regarded as abusive by established companies with trademark rights; this was known as cybersquatting, in which somebody took a name that resembled a trademark in order to profit from traffic to that address. To combat this, various laws and policies were enacted to allow abusive registrations to be forcibly transferred, but these were sometimes themselves abused by overzealous companies committing reverse domain hijacking against domain users who had legitimate grounds to hold their names, such as their being generic words as well as trademarks in a particular context, or their use in the context of fan or protest sites with free speech rights of their own.
Laws that specifically address domain name conflicts include the Anticybersquatting Consumer Protection Act in the United States and the Trademarks Act, 1999, in India. Alternatively, domain registrants are bound by contract under the UDRP to comply with mandatory arbitration proceedings should someone challenge their ownership of the domain name.
Within a particular top-level domain, parties are generally free to select an unallocated domain name as their own on a first come, first served basis, resulting in Harris's lament, all the good ones are taken. For generic or commonly used names, this may sometimes lead to the use of a domain name which is inaccurate or misleading. This problem can be seen with regard to the ownership or control of domain names for a generic product or service.
By way of illustration, there has been tremendous growth in the number and size of literary festivals around the world in recent years. In this context, currently a generic domain name such as literary.org is available to the first literary festival organisation which is able to obtain registration, even if the festival in question is very young or obscure. Some critics would argue that there is greater amenity in reserving such domain names for the use of, for example, a regional or umbrella grouping of festivals. Related issues may also arise in relation to non-commercial domain names.
Due to the rarity of one-word dot-com domain names, many unconventional domain names, domain hacks, have been gaining popularity. They make use of the top-level domain as an integral part of the Web site's title. Two popular domain hack Web sites are del.icio.us and blo.gs, which spell out "delicious" and "blogs", respectively.
Unconventional domain names are also used to create unconventional email addresses. Non-working examples that spell 'James' are j@m.es and j@mes.com, which use the domain names m.es (of Spain's .es) and mes.com, respectively.
Intercapping is often used to clarify a domain name. However, DNS is case-insensitive, and some names may be misinterpreted when converted to lowercase. For example: Who Represents, a database of artists and agents, chose whorepresents.com; a therapists' network thought therapistfinder.com looked good; and another website operating as of October 2006, is penisland.net a website for Pen Island, a site that claims to be an online pen vendor, but exists primarily as a joke, as it has no products for sale. Other examples include cummingfirst.com, website of the Cumming First United Church in Cumming, GA and powergenitalia.com, a website for an Italian Power Generator company. In such situations, the proper wording can be clarified by use of hyphens. For instance, Experts Exchange, the programmers' site, for a long time used expertsexchange.com, but ultimately changed the name to experts-exchange.com.
Leo Stoller threatened to sue the owners of StealThisEmail.com on the basis that, when read as stealthisemail.com, it infringed on claimed trademark rights to the word "stealth". [5].
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
An economic effect of the widespread usage of domain names has been the resale market (after-market) for generic domain names that has sprung up in the last decade. Certain domains, especially those related to business, gambling, pornography, and other commercially lucrative fields of digital world trade have become very much in demand to corporations and entrepreneurs due to their importance in attracting clients.
The most expensive Internet domain name to date, according to Guinness World Records, is business.com which was resold in 1999 for $7.5 million, but this was $7.5 million in stock options, not in cash. The stock was later redeemed for $2 million, "So it was $2 million."[1]. There are disputes about the high values of domain names claimed and the actual cash prices of many sales such Business.com. Another high-priced domain name, sex.com, was stolen from its rightful owner by means of a forged transfer instruction via fax. During the height of the dot-com era, the domain was earning millions of dollars per month in advertising revenue from the large influx of visitors that arrived daily. The sex.com sale may have never been final as the domain is still with the previous owner. Also, that sale was not just a domain but an income stream, a web site, a domain name with customers and advertisers, etc. Two long-running U.S. lawsuits resulted, one against the thief and one against the domain registrar VeriSign [1]. In one of the cases, Kremen v. Network Solutions, the court found in favor of the plaintiff, leading to an unprecedented ruling that classified domain names as property, granting them the same legal protections. In 1999, Microsoft traded the name Bob.com with internet entrepreneur Bob Kerstein for the name Windows2000.com which was the name of their new operating system. [2]
One of the reasons for the value of domain names is that even without advertising or marketing, they attract clients seeking services and products who simply type in the generic name. Furthermore, generic domain names such as movies.com or Books.com are extremely easy for potential customers to remember, increasing the probability that they become repeat customers or regular clients.
Although the current domain market is nowhere as strong as it was during the dot-com heyday, it remains strong and is currently experiencing solid growth again. [3] Annually tens of millions of dollars change hands due to the resale of domains. Large numbers of registered domain names lapse and are deleted each year. On average 25,000 domain names drop (are deleted) every day.
It is very important to remember that a domain (name, address) must be valued separately from the website (content, revenue) that it is used for. The high prices have usually been paid for the revenue that was generated from the website at the domain's address (url.). The intrinsic value of a domain is the registration fee. There is no such a thing as a current market value for a domain: It just takes what somebody pays. The Fair Market Value of a domain can be anything from the registration fee: The lowest known past selling price, the highest known past selling, price, the most recent selling price, or just any past selling price and any of these (or any sum resp. division etc.) is usually added to the current or expected revenue from the web content (advertising, sales, etc.). Domain (name + ext.) should not be mixed with website (content + revenue). The estimation by appraisers are always the addition of what they would like that a domain is worth together with the effective/expected/desired revenue from the web content. Some people put value on the length of the SLD (name) and other people prefer description capability, but the shorter a SLD is, the less descriptive it can be. Also, if short is crucial, then the TLD (extension) should be short too. It is less realistic to get a domain like LL.travel or LL.mobi than a domain travel.LL or mobi.LL. This illustrates the relativity of domain value estimation. It can be safely put that the revenue af a web (content) can be easily stated, but that the value of a domain (SLD.TLD aka name.ext) is a matter of opinions and preferences. In the end, however, any sale depend of the estimates by the domain seller and the domain buyer.
People who buy and sell domain names are known as domainers. People who sell value estimation services are known as appraisers.
According to Guiness Book of World Records and MSNBC, the most expensive domain name sales on record as of 2004 were: Business.com for $7.5 million in December 1999, AsSeenOnTv.com for $5.1 million in January 2000, Altavista.com for $3.3 million in August 1998, Wine.com for $2.9 million in September 1999, CreditCards.com for $2.75 million in July 2004, and Autos.com for $2.2 million in December 1999. [4]
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
A country code top-level domain (ccTLD) is an Internet top-level domain generally used or reserved for a country or a dependent territory.
ccTLD identifiers are two letters long, and all two-letter top-level domains are ccTLDs. Creation and delegation of ccTLDs is performed by the Internet Assigned Numbers Authority (IANA), and with certain exceptions noted below corresponds to the ISO 3166-1 alpha-2 country codes maintained by the United Nations.
The IANA (currently contracted to ICANN) is responsible for determining an appropriate trustee for each ccTLD. Administration and control is then delegated to that entity, which is responsible for the policies and operation of the domain; the current delegation can be determined from IANA's list of ccTLDs. Individual ccTLDs may thus have varying requirements and fees for registering subdomains. There may be a local presence requirement (for instance, citizenship or other connection to the ccTLD), as for example the Canadian (ca) and German (de) domains, or registration may be open.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
The codes EH and KP, although theoretically available as ccTLDs for Western Sahara and North Korea, have never been assigned and do not exist in DNS. Similarly, the code CS (Serbia and Montenegro) is not assigned an operator (cs was previously assigned to Czechoslovakia). TL (post-independence East Timor), is now being introduced to replace TP.
All other current ISO 3166-1 codes have been assigned and do exist in DNS. However, some of these are effectively unused. In particular, the ccTLDs for the Norwegian dependency Bouvet Island (bv) and the designation Svalbard and Jan Mayen (sj) do exist in DNS, but no subdomains have been assigned, and it is Norid policy not to assign any at present. Only one subdomain is still registered in gb (ISO 3166-1 for United Kingdom) and no new registrations are being accepted for it. Sites in the UK generally use uk (see below).
Six ccTLDs are currently in use despite not being ISO 3166-1 two-letter codes. Some of these codes were in older ISO 3166-1 two-letter codes (now listed in ISO 3166-3).
There are two ccTLDs which have been deleted after the corresponding 2-letter code was withdrawn from ISO 3166-1, namely cs (for Czechoslovakia) and zr (for Zaire). There had also been a ccTLD for the GDR, dd, which was never used at all. There may be a significant delay between withdrawal from ISO 3166-1 and deletion from the DNS; for example, ZR ceased to be an ISO 3166-1 code in 1997, but the zr ccTLD was not deleted until 2001. Other ccTLDs corresponding to obsolete ISO 3166-1 have not yet been deleted; in some cases they may never be deleted due to the amount of disruption this would cause for a heavily used ccTLD. In particular, the Soviet Union's ccTLD su remains in use more than a decade after SU was removed from ISO 3166-1.
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
Lenient registration restrictions on certain ccTLDs have resulted in domain names like I.am, tip.it, start.at and go.to. Other variations of ccTLD usage have been called domain hacks, where the Second-level domain and ccTLD are used together to form one word or one title. This has resulted in domains like blo.gs of South Georgia and the South Sandwich Islands (gs), del.icio.us of United States of America (us), and cr.yp.to of Tonga (to). (Non country code TLDs have also been used, like inter.net which uses the .net gTLD, probably the first domain hack ever.)
Vanity ccTLDs are TLDs which are used largely for business purposes, usually outside their home countries, because of their name. For example,
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
*=Foreign registration permitted
.ac – Ascension Island *
.ad – Andorra
.ae – United Arab Emirates
.af – Afghanistan
.ag – Antigua and Barbuda *
.ai – Anguilla
.al – Albania
.am – Armenia *
.an – Netherlands Antilles
.ao – Angola
.aq – Antarctica
.ar – Argentina
.as – American Samoa *
.at – Austria *
.au – Australia
.aw – Aruba
.ax – Aland Islands
.az – Azerbaijan
.ba – Bosnia and Herzegovina
.bb – Barbados
.bd – Bangladesh
.be – Belgium *
.bf – Burkina Faso
.bg – Bulgaria
.bh – Bahrain
.bi – Burundi *
.bj – Benin
.bm – Bermuda
.bn – Brunei
.bo – Bolivia *
.br – Brazil *
.bs – Bahamas *
.bt – Bhutan
.bv – Bouvet Island (not in use; no registrations)
.bw – Botswana
.by – Belarus
.bz – Belize *
.ca – Canada
.cc – Cocos (Keeling) Islands *
.cd – Democratic Republic of the Congo (formerly .zr – Zaire) *
.cf – Central African Republic
.cg – Republic of the Congo *
.ch – Switzerland *
.ci – Côte d'Ivoire (Ivory Coast)
.ck – Cook Islands *
.cl – Chile
.cm – Cameroon
.cn – People's Republic of China *
.co – Colombia
.cr – Costa Rica
.cs – Serbia and Montenegro (formerly .yu – Yugoslavia; Note: on June 3, 2006, Montenegro declared independence, thus dissolving the state union) (.cs code not assigned; no DNS) (.cs code previously used for Czechoslovakia)
.cu – Cuba
.cv – Cape Verde
.cx – Christmas Island *
.cy – Cyprus
.cz – Czech Republic
.de – Germany
.dj – Djibouti *
.dk – Denmark *
.dm – Dominica
.do – Dominican Republic
.dz – Algeria
.ec – Ecuador
.ee – Estonia
.eg – Egypt
.eh – Western Sahara (not assigned; no DNS)
.er – Eritrea
.es – Spain *
.et – Ethiopia
.eu – European Union (code "exceptionally reserved" by ISO 3166-1)
.fi – Finland
.fj – Fiji *
.fk – Falkland Islands
.fm – Federated States of Micronesia *
.fo – Faroe Islands
.fr – France
.ga – Gabon
.gb – United Kingdom (Reserved domain by IANA; deprecated – see .uk)
.gd – Grenada
.ge – Georgia
.gf – French Guiana
.gg – Guernsey
.gh – Ghana
.gi – Gibraltar
.gl – Greenland *
.gm – Gambia
.gn – Guinea
.gp – Guadeloupe
.gq – Equatorial Guinea
.gr – Greece *
.gs – South Georgia and the South Sandwich Islands *
.gt – Guatemala
.gu – Guam
.gw – Guinea-Bissau
.gy – Guyana
.hk – Hong Kong *
.hm – Heard Island and McDonald Islands *
.hn – Honduras *
.hr – Croatia
.ht – Haiti
.hu – Hungary *
.id – Indonesia
.ie – Ireland
.il – Israel *
.im – Isle of Man *
.in – India *
.io – British Indian Ocean Territory *
.iq – Iraq
.ir – Iran *
.is – Iceland
.it – Italy
.je – Jersey
.jm – Jamaica
.jo – Jordan
.jp – Japan
.ke – Kenya
.kg – Kyrgyzstan
.kh – Cambodia
.ki – Kiribati
.km – Comoros
.kn – Saint Kitts and Nevis
.kp – North Korea (not assigned; no DNS)
.kr – South Korea
.kw – Kuwait
.ky – Cayman Islands
.kz – Kazakhstan *
.la – Laos *
.lb – Lebanon
.lc – Saint Lucia
.li – Liechtenstein *
.lk – Sri Lanka
.lr – Liberia
.ls – Lesotho
.lt – Lithuania
.lu – Luxembourg
.lv – Latvia *
.ly – Libya *
.ma – Morocco
.mc – Monaco
.md – Moldova *
.me – Montenegro
.mg – Madagascar
.mh – Marshall Islands
.mk – Republic of Macedonia
.ml – Mali
.mm – Myanmar
.mn – Mongolia *
.mo – Macau
.mp – Northern Mariana Islands *
.mq – Martinique
.mr – Mauritania
.ms – Montserrat *
.mt – Malta
.mu – Mauritius *
.mv – Maldives
.mw – Malawi *
.mx – Mexico *
.my – Malaysia
.mz – Mozambique
.na – Namibia *
.nc – New Caledonia
.ne – Niger
.nf – Norfolk Island *
.ng – Nigeria
.ni – Nicaragua
.nl – Netherlands * (first ccTLD registered)
.no – Norway
.np – Nepal
.nr – Nauru *
.nu – Niue *
.nz – New Zealand *
.om – Oman
.pa – Panama
.pe – Peru
.pf – French Polynesia
.pg – Papua New Guinea
.ph – Philippines *
.pk – Pakistan *
.pl – Poland *
.pm – Saint Pierre and Miquelon
.pn – Pitcairn Islands *
.pr – Puerto Rico *
.ps – Palestine *
.pt – Portugal *
.pw – Palau
.py – Paraguay
.qa – Qatar
.re – Réunion
.ro – Romania *
.rs – Serbia
.ru – Russia *
.rw – Rwanda
.sa – Saudi Arabia
.sb – Solomon Islands *
.sc – Seychelles *
.sd – Sudan
.se – Sweden *
.sg – Singapore
.sh – Saint Helena *
.si – Slovenia
.sj – Svalbard and Jan Mayen islands (not in use; no registrations)
.sk – Slovakia
.sl – Sierra Leone
.sm – San Marino *
.sn – Senegal
.so – Somalia * (down, still is delegated to Monolith [ml.org] Philadelphia, an entity defunct since end-1998)
.sr – Suriname *
.st – São Tomé and Príncipe *
.su – Soviet Union (deprecated; being phased out; code "transitionally reserved" by ISO 3166-1)
.sv – El Salvador
.sy – Syria *
.sz – Swaziland *
.tc – Turks and Caicos Islands
.td – Chad
.tf – French Southern Territories
.tg – Togo *
.th – Thailand
.tj – Tajikistan *
.tk – Tokelau *
.tl – East Timor (formerly .tp) *
.tm – Turkmenistan *
.tn – Tunisia
.to – Tonga *
.tp – East Timor (deprecated – use .tl; code "transitionally reserved" by ISO 3166-1)
.tr – Turkey
.tt – Trinidad and Tobago *
.tv – Tuvalu *
.tw – Republic of China (Taiwan) *
.tz – Tanzania
.ua – Ukraine
.ug – Uganda *
.uk – United Kingdom (code "exceptionally reserved" by ISO 3166-1) (see also .gb)
.us – United States *
.uy – Uruguay
.uz – Uzbekistan
.va – Vatican City
.vc – Saint Vincent and the Grenadines *
.ve – Venezuela
.vg – British Virgin Islands *
.vi – United States Virgin Islands
.vn – Vietnam
.vu – Vanuatu *
.wf – Wallis and Futuna
.ws – Samoa (formerly Western Samoa) *
.ye – Yemen
.yt – Mayotte
.yu – Yugoslavia (subsequently renamed Serbia and Montenegro)
(code officially replaced by .cs (see above) but still used; code "transitionally reserved" by ISO 3166-1)
.za – South Africa *
.zm – Zambia
.zw – Zimbabwe
A generic top-level domain (gTLD) is a top-level domain used (at least in theory) by a particular class of organization. These are three or more letters long, and are named for the type of organization that they represent (for example, .com for commercial organizations). The following gTLDs currently exist[1] (as does .arpa, which is sometimes considered a gTLD):
.aero - for the air transport industry
.biz - for business use
.cat - for Catalan language/culture
.com - for commercial organizations, but unrestricted
.coop - for cooperatives
.edu - for post-secondary educational establishments
.gov - for governments and their agencies in the United States
.info - for informational sites, but unrestricted
.int - for international organizations established by treaty
.jobs - for employment-related sites
.mil - for the US military
.mobi - for sites catering to mobile devices
.museum - for museums
.name - for families and individuals
.net - originally for network infrastructures, now unrestricted
.org - originally for organizations not clearly falling within the other gTLDs, now unrestricted
.pro - for certain professions
.tel - for services involving connections between the telephone network and the Internet (added March 2, 2007)
.travel - for travel agents, airlines, hoteliers, tourism bureaus, etc.
The following gTLDs are in the process of being approved, and may be added to the root nameservers in the near future:
.asia - for the Asian community
.post - for postal services
.geo - for geographically related sites
.cym - for Welsh language/culture
Various organizations and businesses have proposed additional TLDs, and some have created unofficial implementations of them, which are not generally functional. These include .berlin,[3] .sco,[4] .gal,[5] .bzh,[6] and many others.
A number of pseudo top-level domains have been defined at various times. Although these pseudo-TLDs look like top-level domains, and serve the same syntactic function in creating names for network endpoints, they have no meaning in the global Domain Name System and are (or were) used only for specialist purposes.
Although they have no official status, they are generally regarded as having been unofficially "grandfathered", and are unlikely ever to be allocated as top-level domains.
A number of companies have set up their own DNS systems which purport to expand or replace the official DNS root system, and thus to provide their own top-level domains. The article alternative DNS root covers these in more detail.
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
|
|
|
| Introduced | 1985 |
|---|---|
| TLD type | Generic top-level domain |
| Status | Active |
| Registry | VeriSign |
| Sponsor | None |
| Intended use | Commercial entities (worldwide) |
| Actual use | Used for all sorts of sites, commercial or not |
| Registration restrictions | None |
| Structure | Registrations at second level permitted |
| Documents | RFC 920; RFC 1591; ICANN registry agreement |
| Dispute policies | UDRP |
| Web site | VeriSign COM NET Registry |
.com (commercial) is a generic top-level domain (gTLD) used on the Internet's Domain Name System. It was one of the original top-level domains (TLDs), established in January 1985, and has grown to be the largest TLD in use. It was originally administered by the United States Department of Defense. The DoD contracted its maintenance to Stanford Research Institute. On January 1, 1993 the National Science Foundation assumed responsibility for its maintenance, as .com was primarily being used for non-defense interests. The NSF contracted its maintenance to Network Solutions. In 1995 the NSF authorized NSI to begin charging registrants (of .org and .net as well as .com) an annual fee, for the first-time since its inception. Initially it was $50 per year, with $35 going to NSI, and $15 going to a government fund. New registrations had to pay for the first two years, making the new-domain registration fee $100. In 1997 the United States Department of Commerce assumed authority over it (along with the rest of the generic top level domains). It is currently operated by VeriSign, which had acquired Network Solutions. (VeriSign later spun off Network Solutions' non-registry functions into the current company which continues as a registrar.) In the English language it is consistently pronounced as a word, dot-com, and has entered common parlance this way.
Although .com domains are officially intended to designate commercial entities (others such as government agencies or educational institutions have different top-level domains assigned to them), there has been no restriction on who can register .com domains since the mid-1990s. The opening of the .com registry to the public coincided with the commercialization and popularization of the Internet, and .com quickly became the most common top-level domain for websites. Many companies which flourished in the period between 1997-2001 (the time known as the "dot-com bubble") went so far as to incorporate .com into the company name; these became known as dot-coms or dot-com companies. The introduction of .biz in 2001, which is restricted to businesses, has had little impact on the popularity of .com.
Although companies anywhere in the world can register .com domains, many countries have a second-level domain with a similar purpose under their own ccTLD. Such second-level domains are usually of the form .com.xx or .co.xx, where xx is the ccTLD. Argentina (.com.ar), Japan (.co.jp), New Zealand (.co.nz), India (.co.in), the People's Republic of China (.com.cn), Pakistan (.com.pk), and the United Kingdom (.co.uk) are all examples.
Many noncommercial sites, such as those of nonprofit organizations or governments, use .com addresses. Some consider this to be contrary to the domain's original purpose and might say that a .org, .gov, or other more specific TLD might be more appropriate for such sites. However, many organizations prefer the recognizability of a .com domain to a less familiar one. As well, the original purposes of many of the top level domains have become irrelevant without restrictions on registrations.
Registrations are processed via registrars accredited by ICANN; internationalized domain names are also accepted.
Domains can be transferred between registrars. Prior to October 2006 the procedure used by Verisign was complex and unreliable - requiring a notary public to verify the identity of the registrant requesting a domain transfer. In October 2006, a new procedure, requiring the losing registrar to provide an authorization code on instruction from the registrant (also known as EPP code) was introduced by Verisign to reduce the incidence of domain hijacking.
The following are the 100 oldest still-existing registered .com domains [1]:
Rank Create date Domain name
1 March 15, 1985 symbolics.com |
Rank Create date Domain name
50 December 11, 1986 CCUR.com |
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
A number of pseudo top-level domains to be used in naming computers have been defined at various times. These "pseudo-TLDs" include .bitnet, .csnet, .local, .onion and .uucp. Although these pseudo-TLDs look like top-level domains, and serve the same syntactic function in creating names for network endpoints, they have no meaning in the global Domain Name System and are (or were) used only for specialist purposes; typically for addressing machines that were not reachable via the Internet Protocol for use in services such as E-mail and Usenet via UUCP.
Although they have no official status, they are generally regarded as having been unofficially "grandfathered", and are unlikely ever to be allocated as top-level domains.
.arpa is unique in having been a pseudo-top-level domain, formerly used by ARPA, that has now become a real top-level domain that is defined in the Internet DNS root for use as an infrastructure top-level domain.
A sponsored top-level domain is a generic top-level domain proposed by an independent agency, with that agency establishing and enforcing rules restricting the eligibility of registrants to use the TLD. For example, the .aero TLD is sponsored by the Société Internationale de Télécommunications Aéronautiques, who limits registrations to members of the air-transport industry.
| TLD | Eligibility | Sponsors |
|---|---|---|
| Current sponsored TLDs | ||
| .aero | Members of the air-transport industry | Société Internationale de Télécommunications Aéronautiques |
| .coop | Cooperative associations | Dot Cooperation LLC |
| .museum | Museums | Museum Domain Management Association |
| .pro | Credentialed professionals and related entities | Registry Services Corporation |
| .travel | Travel agents, airlines, hoteliers, tourism bureaus, etc. | The Travel Partnership |
| .cat | Catalan language and culture | |
| .jobs | Employment-related sites | |
| .mobi | Mobile devices and services for them | |
| .tel | Internet-based voice/data/text communication | Telname Limited |
| Pending sponsored TLDs | ||
| .post | Postal agencies and similar businesses | Universal Postal Union |
| Rejected sponsored TLDs | ||
| .xxx | Sexually explicit material | ICM Registry, Inc |
There are also non-sponsored generic TLDs which are restricted by other criteria, including .edu (United States accredited colleges), .mil (the United States military), .gov (the United States government), .int (organisations formed by international treaty), and .biz (businesses engaging in commerce on the internet).
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
A top-level domain (TLD) is the last part of an Internet domain name; that is, the letters which follow the final dot of any domain name. For example, in the domain name www.example.com, the top-level domain is com (or COM, as domain names are not case-sensitive).
The Internet Assigned Numbers Authority (IANA), operated by by the Internet Corporation for Assigned Names and Numbers (ICANN), currently classifies top-level domains into the following types:
A .nato was added in the late 1980s by the NIC for the use of NATO, who felt that none of the then existing TLDs adequately reflected their status as an international organization. Soon after this addition, however, the NIC created the .int TLD for the use of international organizations, and convinced NATO to use nato.int instead. However, the nato TLD, although no longer used, was not deleted until July 1996.
Other historical TLDs are .cs for Czechoslovakia, .zr for Zaire and .dd for East Germany. In contrast to these, the TLD .su has remained in active use despite the demise of the Soviet Union that it represents.
In the past the Internet was just one of many wide-area computer networks. Computers not connected to the Internet, but connected to another network such as BITNET, CSNET or UUCP, could generally exchange e-mail with the Internet via e-mail gateways. When used on the Internet, addresses on these networks were often placed under pseudo-domains such as bitnet, csnet and uucp; however these pseudo-domains implemented in mail server configurations such as sendmail.cf and were not real top-level domains and did not exist in DNS.
Most of these networks have long since ceased to exist, and although UUCP still gets significant use in parts of the world where Internet infrastructure has not yet become well-established, it subsequently transitioned to using Internet domain names, so pseudo-domains now largely survive as historical relics.
The anonymity network Tor has a pseudo-domain onion, which can only be reached with a Tor client because it uses the Tor-protocol (onion routing) to reach the hidden service in order to protect the anonymity of the domain.
.local deserves special mention as it is required by the Zeroconf protocol. It is also used by many organizations internally, which will become a problem for those users as Zeroconf becomes more popular. Both .site and .internal have been suggested for private usage, but no consensus has yet emerged.
RFC 2606 reserves the following four top-level domain names for various purposes, with the intention that these should never become actual TLDs in the global DNS:
Alternative DNS roots have their own sets of TLDs. See that article for details. At times, browser plugins have been developed to allow access to some set of "alternative" domain names even when the normal DNS roots are otherwise used.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
Need an webmaster? Click HERE
Video: dotPARIS Top-Level-Domains at ICANN Paris 2008
The following is a list of currently existing Internet Top-level domains (TLDs).
| iTLD | Entity | Notes |
|---|---|---|
| .arpa | Address and Routing Parameter Area | This is an internet infrastructure TLD. |
| .root | N/A | Diagnostic marker to indicate a root zone load was not truncated. |
| gTLD | Entity | Notes |
| .aero | air-transport industry | Must verify eligibility for registration; only those in various categories of air-travel-related entities may register. |
| .asia | Asia-Pacific region | This is a TLD for companies, organizations, and individuals based in the region of Asia, Australia, and the Pacific. |
| .biz | business | This is an open TLD; any person or entity is permitted to register; however, registrations may be challenged later if they are not by commercial entities in accordance with the domain's charter. |
| .cat | Catalan | This is a TLD for websites in the Catalan language or related to Catalan culture. |
| .com | commercial | This is an open TLD; any person or entity is permitted to register. |
| .coop | cooperatives | The .coop TLD is limited to cooperatives as defined by the Rochdale Principles. |
| .edu | educational | The .edu TLD is limited to institutions of learning (mostly U.S.), such as 2 and 4-year colleges and universities. |
| .gov | governmental | The .gov TLD is limited to U.S. governmental entities and agencies (commonly federal-level). |
| .info | information | This is an open TLD; any person or entity is permitted to register. |
| .int | international organizations | The .int TLD is strictly limited to organizations, offices, and programs which are endorsed by a treaty between two or more nations. |
| .jobs | companies | The .jobs TLD is designed to be added after the names of established companies with jobs to advertise. At this time, owners of a "company.jobs" domain are not permitted to post jobs of third party employers. |
| .mil | United States Military | The .mil TLD is limited to use by the U.S. military. |
| .mobi | mobile devices | Must be used for mobile-compatible sites in accordance with standards. |
| .museum | museums | Must be verified as a legitimate museum. |
| .name | individuals, by name | This is an open TLD; any person or entity is permitted to register; however, registrations may be challenged later if they are not by individuals (or the owners of fictional characters) in accordance with the domain's charter |
| .net | network | This is an open TLD; any person or entity is permitted to register. |
| .org | organization | This is an open TLD; any person or entity is permitted to register. |
| .pro | professions | Currently, .pro is reserved for licensed doctors, attorneys, and certified public accountants only. A professional seeking to register a .pro domain must provide their registrar with the appropriate credentials. |
| .tel | Internet communication services | |
| .travel | travel and travel-agency related sites | Must be verified as a legitimate travel-related entity. |
.ac Ascension Island
.ad Andorra
.ae United Arab Emirates
.af Afghanistan
.ag Antigua and Barbuda
.ai Anguilla
.al Albania
.am Armenia
.an Netherlands Antilles
.ao Angola
.aq Antarctica Defined as per the Antarctic Treaty as everything south of latitude 60°S
.ar Argentina
.as American Samoa
.at Austria
.au Australia Includes Ashmore and Cartier Islands and Coral Sea Islands
.aw Aruba
.ax Åland
.az Azerbaijan
.ba Bosnia and Herzegovina
.bb Barbados
.bd Bangladesh
.be Belgium
.bf Burkina Faso
.bg Bulgaria
.bh Bahrain
.bi Burundi
.bj Benin
.bm Bermuda
.bn Brunei Darussalam
.bo Bolivia
.br Brazil
.bs Bahamas
.bt Bhutan
.bv Bouvet Island Not in use (Norwegian dependency; see .no)
.bw Botswana
.by Belarus
.bz Belize
.ca Canada
.cc Cocos (Keeling) Islands
.cd Democratic Republic of the Congo Formerly Zaire
.cf Central African Republic
.cg Republic of the Congo
.ch Switzerland (Confoederatio Helvetica)
.ci Côte d'Ivoire
.ck Cook Islands
.cl Chile
.cm Cameroon
.cn China, mainland Mainland China only: Hong Kong and Macau use separate TLDs.
.co Colombia
.cr Costa Rica
.cu Cuba
.cv Cape Verde
.cx Christmas Island
.cy Cyprus
.cz Czech Republic
.de Germany (Deutschland)
.dj Djibouti
.dk Denmark
.dm Dominica
.do Dominican Republic
.dz Algeria (Dzayer) Not available for private use
.ec Ecuador
.ee Estonia
.eg Egypt
.er Eritrea
.es Spain (España)
.et Ethiopia
.eu European Union Restricted to companies and individuals in the European Union
.fi Finland
.fj Fiji
.fk Falkland Islands
.fm Federated States of Micronesia Used for some radio related websites outside Micronesia
.fo Faroe Islands
.fr France Can only be used by organisations or persons with a presence in France.
.ga Gabon
.gb Great Britain Seldom used; the primary ccTLD used is .uk for United Kingdom
.gd Grenada
.ge Georgia
.gf French Guiana
.gg Guernsey
.gh Ghana
.gi Gibraltar
.gl Greenland
.gm The Gambia
.gn Guinea
.gp Guadeloupe
.gq Equatorial Guinea
.gr Greece
.gs South Georgia and the South Sandwich Islands
.gt Guatemala
.gu Guam
.gw Guinea-Bissau
.gy Guyana
.hk Hong Kong Special administrative region of the People's Republic of China.
.hm Heard Island and McDonald Islands
.hn Honduras
.hr Croatia (Hrvatska)
.ht Haiti
.hu Hungary
.id Indonesia
.ie Ireland (Éire)
.il Israel
.im Isle of Man
.in India Under INRegistry since April 2005 except: gov.in, mil.in, ac.in, edu.in, res.in
.io British Indian Ocean Territory
.iq Iraq
.ir Iran
.is Iceland (Ísland)
.it Italy Restricted to companies and individuals in the European Union
.je Jersey
.jm Jamaica
.jo Jordan
.jp Japan
.ke Kenya
.kg Kyrgyzstan
.kh Cambodia (Khmer)
.ki Kiribati
.km Comoros
.kn Saint Kitts and Nevis
.kr South Korea
.kw Kuwait
.ky Cayman Islands
.kz Kazakhstan
.la Laos Currently being marketed as the official domain for Los Angeles.
.lb Lebanon
.lc Saint Lucia
.li Liechtenstein
.lk Sri Lanka
.lr Liberia
.ls Lesotho
.lt Lithuania
.lu Luxembourg
.lv Latvia
.ly Libya
.ma Morocco Used for a couple of Hungarian language websites, because in Hungarian 'ma' means 'today'.
.mc Monaco
.md Moldova
.mg Madagascar
.mh Marshall Islands
.mk Republic of Macedonia
.ml Mali
.mm Myanmar
.mn Mongolia
.mo Macau Special administrative region of the People's Republic of China.
.mp Northern Mariana Islands
.mq Martinique
.mr Mauritania
.ms Montserrat
.mt Malta
.mu Mauritius
.mv Maldives
.mw Malawi
.mx Mexico
.my Malaysia
.mz Mozambique
.na Namibia
.nc New Caledonia
.ne Niger
.nf Norfolk Island
.ng Nigeria
.ni Nicaragua
.nl Netherlands
.no Norway Must be registered with a company in Norway to register.
.np Nepal
.nr Nauru
.nu Niue Commonly used for Scandinavian and Dutch websites, because in those languages 'nu' means 'now'.
.nz New Zealand
.om Oman
.pa Panama
.pe Peru
.pf French Polynesia With Clipperton Island
.pg Papua New Guinea
.ph Philippines
.pk Pakistan
.pl Poland
.pm Saint-Pierre and Miquelon
.pn Pitcairn Islands
.pr Puerto Rico
.ps Palestinian territories PA-controlled West Bank and Gaza Strip
.pt Portugal Only available for Portuguese registered brands and companies
.pw Palau
.py Paraguay
.qa Qatar
.re Réunion
.ro Romania
.ru Russia
.rw Rwanda
.sa Saudi Arabia
.sb Solomon Islands
.sc Seychelles
.sd Sudan
.se Sweden
.sg Singapore
.sh Saint Helena
.si Slovenia
.sj Svalbard and Jan Mayen Islands Not in use (Norwegian dependencies; see .no)
.sk Slovakia
.sl Sierra Leone
.sm San Marino
.sn Senegal
.so Somalia
.sr Suriname
.st São Tomé and Príncipe
.su former Soviet Union Still in use
.sv El Salvador
.sy Syria
.sz Swaziland
.tc Turks and Caicos Islands
.td Chad
.tf French Southern and Antarctic Lands
.tg Togo
.th Thailand
.tj Tajikistan
.tk Tokelau Also used as a free domain service to the public
.tl East Timor Old code .tp is still in use
.tm Turkmenistan
.tn Tunisia
.to Tonga
.tp East Timor ISO code has changed to TL; .tl is now assigned but .tp is still in use
.tr Turkey
.tt Trinidad and Tobago
.tv Tuvalu Much used by television broadcasters. Also sold as advertising domains
.tw Taiwan, Republic of China Used in the Republic of China, namely Taiwan, Penghu, Kinmen, and Matsu.
.tz Tanzania
.ua Ukraine
.ug Uganda
.uk United Kingdom
.um United States Minor Outlying Islands
.us United States of America Commonly used by U.S. State and local governments instead of .gov TLD
.uy Uruguay
.uz Uzbekistan
.va Vatican City State
.vc Saint Vincent and the Grenadines
.ve Venezuela
.vg British Virgin Islands
.vi U.S. Virgin Islands
.vn Vietnam
.vu Vanuatu
.wf Wallis and Futuna
.ws Samoa Formerly Western Samoa
.ye Yemen
.yt Mayotte
.yu Yugoslavia Now used for Serbia and Montenegro
.za South Africa (Zuid-Afrika)
.zm Zambia
.zw Zimbabwe
RegistrantMost of the NICs in the world receive an annual fee from a legal user in order for the legal user to utilize the domain name (i.e. a sort of a leasing agreement exists, subject to the registry's terms and conditions). Depending on the various naming convention of the registries, legal users become commonly known as "registrants" or as "domain holders".
ICANN holds a complete list of domain registries in the world. One can find the legal user of a domain name by looking in the WHOIS database held by most domain registries.
For most of the more than 240 country code top-level domains (ccTLDs), the domain registries hold the authoritative WHOIS (Registrant, name servers, expiry dates, etc.). For instance, DENIC, Germany NIC, holds the authoritative WHOIS to a .DE domain name.
However, some domain registries, such as for .COM, .ORG, .INFO, etc., use a registry-registrar model. There are hundreds of Domain Name Registrars that actually perform the domain name registration with the end user (see lists at ICANN or VeriSign). By using this method of distribution, the registry only has to manage the relationship with the registrar, and the registrar maintains the relationship with the end users, or 'registrants'. For .COM, .NET domain names, the domain registries, VeriSign holds a basic WHOIS (registrar and name servers, etc.). One can find the detailed WHOIS (registrant, name servers, expiry dates, etc.) at the registrars.
Since about 2001, most gTLD registries (.ORG, .BIZ, .INFO) have adopted a so-called "thick" registry approach, i.e. keeping the authoritative WHOIS with the various registries instead of the registrars.
A registrant usually designates an administrative contact to manage the domain name. In practice, the administrative contact usually has the most immediate power over a domain. Management functions delegated to the administrative contacts may include (for example):
A technical contact manages the name servers of a domain name. The many functions of a technical contact include:
The party whom a NIC invoices.
Namely the authoritative name servers that host the domain name zone of a domain name.
Many investigators have voiced criticism of the methods currently used to control ownership of domains. Critics commonly claim abuse by monopolies or near-monopolies, such as VeriSign, Inc. Particularly noteworthy was the VeriSign Site Finder system which redirected all unregistered .com and .net domains to a VeriSign webpage. Despite widespread criticism, VeriSign only reluctantly removed it after the Internet Corporation for Assigned Names and Numbers (ICANN) threatened to revoke its contract to administer the root name servers.
There is also significant disquiet regarding the United States' political influence over ICANN. This was a significant issue in the attempt to create a .xxx top-level domain and sparked greater interest in alternative DNS roots that would be beyond the control of any single country.
In the United States, the "Truth in Domain Names Act" (actually the "Anticybersquatting Consumer Protection Act"), in combination with the PROTECT Act, forbids the use of a misleading domain name with the intention of attracting people into viewing a visual depiction of sexually explicit conduct on the Internet.
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

A hostname (occasionally also, a sitename) is the unique name by which a network-attached device (which could consist of a computer, file server, network storage device, fax machine, copier, cable modem, etc.) is known on a network. The hostname is used to identify a particular host in various forms of electronic communication such as the World Wide Web, e-mail or Usenet.
On the Internet, the terms "hostname" and "domain name" are often used interchangeably, but there are subtle technical differences between them.
Hostnames are used by various naming systems, NIS, DNS, SMB, etc., and so the meaning of the word hostname will vary depending on naming system in question, which in turn varies by type of network. A hostname meaningful to a Microsoft NetBIOS workgroup may be an invalid Internet hostname. When presented with a hostname and no context, it is usually safe to assume that the network is the Internet and DNS is the hostname's naming system.
Host names are typically used in an administrative capacity and may appear in computer browser lists, active directory lists, IP address to hostname resolutions, email headers, etc. They are human-readable nick-names, which ultimately correspond to unique network hardware MAC addresses. In some cases the host name may contain embedded domain names and/or locations, non-dotted IP addresses, etc.
On a simple local area network, a hostname is usually a single word: for instance, an organization's CVS server might be named "cvs" or "server-1".
On the Internet, a hostname is a domain name assigned to the host. This is usually a combination of the host's local name with its parent domain's name. For example, "en.wikipedia.org" consists of a hostname ("en") and the domain name "wikipedia.org". This kind of hostname is translated into an IP address via the local hosts file, or the Domain Name System (DNS) resolver. It is possible for a single host to have several hostnames; but generally the operating system of the host prefers to have one hostname that the host uses for itself.
Any domain name can also be hostname, as long as the restrictions mentioned below are followed. So, for example, both "en.wikimedia.org" and "wikimedia.org" are hostnames because they both have IP addresses assigned to them. The domain name "pmtpa.wikimedia.org" is not a hostname since it does not have an IP address, but "rr.pmtpa.wikimedia.org" is a hostname. All hostnames are domain names, but not all domain names are hostnames.
Hostnames, like all domain names, are made up of a series of "labels", with each label being separated by a dot. Each label must be between 1 and 63 characters long, and there is a maximum of 255 characters when all labels are combined.
Unlike domain names, hostname labels can only be made up of the ASCII letters 'a' through 'z' (case-insensitive), the digits '0' through '9', and the hyphen. Labels can not start nor end with a hyphen. Special characters other than the hyphen (and the dot between labels) are not allowed, although they are sometimes used anyway. Underscore characters are commonly used by Windows systems but according to RFC 952 they are not allowed and several systems, such as DomainKeys and the SRV record deliberately use the underscore to make sure their special domain names are not confused with a hostname. Since some systems will check to make sure that hostnames contain only valid characters and others do not, the use of the invalid characters such as the underscore has caused many subtle problems in systems that connect to the wider world.
So, the hostname "en.wikipedia.org" is made up of the DNS labels "en", "wikipedia" and "org". Labels such as "2600" and "3com" can be used in hostnames, but "-hi-" and "*hi*" are invalid.
A hostname is considered to be a fully qualified domain name (FQDN) if all the labels up to and including the top-level domain name (TLD) are specified. Depending on the system, an unqualified hostname such as "compsci" or "wikipedia" may be combined with default domain names in order to determine the fully qualified domain name. So, a student at Harvard may be able to send mail to "joe@compsci" and have it sent to compsci.harvard.edu.
General guidelines on choosing a good hostnames are outlined in RFC 1178. The folklore interest of hostnames stems from the creativity and humour they often display. Interpreting a sitename is not unlike interpreting a vanity licence plate; one has to mentally unpack it, allowing for mono-case and length restrictions and the lack of whitespace. Hacker tradition deprecates dull, institutional-sounding names in favour of punchy, humorous, and clever coinages (except that it is considered appropriate for the official public gateway machine of an organisation to bear the organisation's name or acronym). Mythological references, cartoon characters, animal names, and allusions to sci-fi or fantasy literature are probably the most popular sources for sitenames (in roughly descending order). The obligatory comment is Harris's lament: "All the good ones are taken!"
It is often possible to guess a hostname for a particular institution. This is useful if you want to know if they operate network services like anonymous FTP, World-Wide Web or finger. First try the institution's name or obvious abbreviations thereof, with the appropriate domain appended, e.g. "mit.edu". If this fails, prepend "ftp." or "www." as appropriate, e.g. "www.data-io.com". You can use the ping command as a quick way to test whether a hostname is valid.
This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
A domain name registry, also called Network Information Centre (NIC), is part of the Domain Name System (DNS) of the Internet which converts domain names to IP addresses. It is an organisation that manages the registration of Domain names within the top-level domains for which it is responsible, controls the policies of domain name allocation, and technically operates its top-level domain.
Domain names are managed under a hierarchy headed by the Internet Assigned Numbers Authority (IANA), which manages the top of the DNS tree by administrating the data in the root nameservers.
IANA also operates the .int registry for intergovernmental organisations, the .arpa zone for protocol administration purposes, and other critical zones such as root-servers.net.
IANA delegates all other domain name authority to other domain name registries such as VeriSign.
Country code top-level domains (ccTLD) are delegated by IANA to national registries such as DENIC in Germany, or Nominet in the United Kingdom.
Some name registries are government departments (e.g., the registry for the Vatican www.nic.va ). Some are co-operatives of internet service providers (such as DENIC) or not-for profit companies (such as Nominet UK). Others operate as commercial organizations, such as the US registry (www.nic.us).
The allocated and assigned domain names are made available by registries by use of the Whois system and via their Domain name servers.
Some registries sell the names directly (like SWITCH in Switzerland) and others rely solely on registrars to sell them.
Generally, domain name registries operate a first-come-first-served system of allocation but may reject the allocation of specific domains on the basis of political, religious, historical, legal or cultural reasons.
For example, in the United States, between 1996 and 1998, InterNIC automatically rejected domain name applications based on a list of perceived obscenities.
Registries may also control matters of interest to their local communities: for example, the German, Japanese and Polish registries have introduced internationalized domain names to allow use of local non-ASCII characters.
Domains which are registered with ICANN generally have to use the Uniform Domain-Name Dispute-Resolution Policy (UDRP), however, DENIC requires people to use the German civil courts, and Nominet UK deals with Intellectual Property and other disputes through its own dispute resolution service.
The cost of domain registration is set by each individual registry.
Domain name registries may also impose a system of second-level domains on users. DENIC, the registry for Germany (.de), does not impose second level domains. AFNIC, the registry for France (.fr), has some second level domains, but not all registrants have to use them, and Nominet UK, the registry for the United Kingdom (.uk), requires all names to have a second level domain.
Registrants of second-level domains sometimes act as a registry by offering sub-registrations to their registration. For example, registrations to .fami.ly are offered by the registrant of fami.ly and not by GPTC, the registry for Libya (.ly).
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
A domain name registrar is a company accredited by the Internet Corporation for Assigned Names and Numbers (ICANN) and/or by a national ccTLD authority to register Internet domain names. ICANN has authority over gTLDs, or Generic Top Level Domains. Examples of gTLDs include .com, .net and .org. ICANN does not have authority over ccTLDs, or Country Code Top-Level Domains, though it is quite common for domain name registrars to offer ccTLD registration services as well. Most registrars provide DNS hosting service, but this is not required, and is often considered a separate service.
Until 1999, there was no Shared Registration System (SRS). Network Solutions (NSI) operated the .com, .net, and .org registries, and was the de jure registrar and registry. However, several companies had set up as de facto registrars, including NetNames, who invented the idea of a commercial standalone domain name registration service in 1996. Registrars formed another link in the food chain, introducing the concept of domain name sales, effectively introducing the wholesale model into the industry. NSI followed suit, forcing the issue of separation of Registry and Registrar. In October 1998, following pressure from the growing domain name registration business and other interested parties, NSI's agreement with the US Department of Commerce was amended, requiring the creation of an SRS that supported multiple registrars. The SRS officially opened on November 30, 1999 under the supervision of ICANN, though there had been several testbed registrars using the system since March 11, 1999. Since then, over 500 registrars have entered the market for domain name registration services.
An end-user alone, cannot register and manage their domain name information with ICANN. A designated registrar must be chosen to have one's domain names registered and managed with ICANN on their behalf. Prior to 1999, the only .com registrar was NSI, but after the approval of the SRS, this opened up the opportunity for other companies to be designated as registrars.
Only one designated registrar may modify or delete information about a domain name. The competition that SRS created enables the end user to choose from many registrars offering different services at varying prices. It is not unusual for an end user to wish to switch registrars. Thus, there is the domain name transfer clause.
When a registrar registers a .com domain name for the end-user, it must pay a maximum annual fee of US$6.00 to VeriSign and a US$0.25 administration fee to ICANN. VeriSign is the registry manager for .com gTLD. Low cost bulk registrars like Go Daddy and Tucows must manage their margin after paying these fees and their equipment cost. Therefore, the barrier for entry into the bulk registrar industry is high for new companies without an existing customer base.
Domain name transfers is the act of designating a new registrar with the authority to add, modify, and delete information about the domain name. The usual process of a domain name transfer is:
After this process, the new registrar becomes one's designated registrar and all correspondence shall be done with them.
With the introduction of SRS, many smaller registrars had to compete with the de facto standard, NSI. Some companies offered value added services or used viral marketing. Some companies decided to trick customers to switch from NSI - akin to what some phone companies do to get new customers.
Many of these transfer scams involve a notice sent in the mail, fax, or e-mail. Some scammers may even call by phone (as the contact information is available through WHOIS) to harvest more information. These notices would include information publicly available from the WHOIS database to add to the look of authenticity. The text would include legalese to confuse the end user into thinking that it is an official binding document. If one receives such document, one should notify the resident "computer guy" or IT support person.
Scam registrars go after domain names that are expiring soon or have recently expired. Expired domain names do not have to go through the authentication process to be transferred, as the previous registrar would have relinquished management rights of the domain name. Domain name expiry dates are readily available via WHOIS.
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Domaining is the business of buying, selling, developing and monetizing Internet domain names. Such domain name portfolios often include cleverly chosen and highly marketable generic domain names, or domains whose registrations had lapsed yet still retain reasonable traffic. There is sometimes no actual intent to use any of the domain names with the exception of generating advertising revenue through domain parking. Domain names are the addresses of the web and come in a wide variety of extensions (.com being the most popular).
Domainers are individuals whose profession is the accumulation and dealing of generic internet domain names. Although controversially compared to cybersquatters and ticket scalpers, Domainers claim to differentiate and legitimize themselves by avoiding trademarked names and potentially contentious domain names, and refraining from typosquatting. They consider their conduct in buying, selling, and developing domain names to be in the same spirit as real estate investing. Domainers generate revenue via domain parking, through the resale of domain names and by developing domain names into fully functioning websites. Domainers are also sometimes referred to as domain investors and commercial registrants.
As of December 2006 there are an estimated 8,000 to 10,000 individuals globally who make buying and selling domain names a part of their business. USA Today reported that many Domainers prefer to remain anonymous due to the competitive and controversial nature of their business.
A report in USA Today states that known sales of 5,851 domain names generated $29 million in 2005, compared with known sales of 3,813 names for $15 million in 2004. Like the tip of an iceberg, the number of reported sales is estimated to be 5-10% of the broader secondary domain resale market.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Domain name speculation refers to buying domains with the intent of selling them later for a higher price. The speculative element can be linked to news and current events, though the period during which such domains can be sold or flipped is limited. The main target of domain name speculation is generic words which can be valuable for type-in traffic and for the dominant position they would have in any field due to their descriptive nature. Hence generic words such as poker, insurance, travel, creditcards, sex and others are highly valuable targets of domain speculation in any Top Level Domain.
Sometimes, domain name speculation involves finding domain names early in a market (typically when a new domain is launched), registering them and waiting until the market grows to sell them. Domains such as business.com have sold for millions of US dollars.
The .com Top-Level Domain is the focus of most domain speculation activity as it is the largest TLD. There is domain speculation in other TLDs such as .net and to a lesser extent in .org. The gTLDs have also been the subject of much domain speculation and .info is perhaps the most active in this respect due to the low registration fees.
Domain name speculation also occurs in the ccTLDs such as .uk, .de and .us. The German .de has over 10 Million domains registered. The UK's .uk has over 5 Million domains registered, mainly in its commercial sub-domain .co.uk. The .de and .uk ccTLDs are mature markets where good domain names can command high prices. The .eu ccTLD is a good example of what happens when speculative activity overtakes ordinary domain registrations. A combination of an inept registry (Eurid) and excessive speculation by businesses exploiting a poorly structured regulatory framework meant that, according to EURid's own statistics, over 50% of the registrations could be considered to be at best speculative and at worst Domain name warehousing.
Specialist and repurposed ccTLDs have also seen elements of domain name speculation. One of the best examples is that of the .tv ccTLD which has found the fact that TV is an abbreviation for the word television to be rather lucrative. The .mobi TLD is a good example of a specialist TLD in that it is specifically targeted at mobile phones and similar mobile technology. The operators of .mobi, mTLD, have reserved some of the premium generic words which will be auctioned off. The intent is to create a more level playing field for those interesting in developing websites. The .mobi premium generic words and phrases list is a good example of the domain names that are at the heart of most early-market domain name speculation.
Domain name speculators also register domain names based on seemingly generic phrases such as propertyforsale in the hope that these domain names could be sold later to businesses. Typically, domain name speculators will try to stay away from domain names containing trademarks as this could be considered cybersquatting.
The primary market for domain name speculation covers newly registered domain names that have not been registered before. Such domain names are often linked to news and current events and have not been registered before. They are in reality new domain names. These would be domain name registrations in new TLDs.
The secondary market for domain names covers previously registered domain names that have not been renewed by their registrants. Sometimes these dropped domain names can be more valuable due to their having had high-profile websites associated with them. Others can be valuable because of the generic nature of the domain name or the length of the domain name with two character and three character domain names being the most sought after.
The business of registering the domain names as they are deleted by the registries is known as drop catching. It is a highly competitive business. The main operators in this business typically set up a number of front companies as registrars. This ensures that when a domain name is deleted by the registry, the chances of reregistering it are multiplied. The newly reregistered domains are then, more often than not, auctioned off to the highest bidder by these drop catcher companies.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
A domain hack is an unconventional domain name that combines domain labels, especially the top-level domain (TLD), to spell out the full "name" or title of the domain, making a kind of pun.
For example the second-level domain (SLD) blo.gs makes use of the TLD .gs (South Georgia and the South Sandwich Islands) to spell "blogs". The third-level domains del.icio.us and cr.yp.to make use of the SLDs icio.us and yp.to from the TLDs .us (United States) and .to (Tonga) to spell "delicious" and "crypto" respectively.
In this context, the "hack" represents a clever trick (as in programming), not an exploit or break-in (as in security).
Domain hacks offer the ability to produce extremely short domain names. A popular real world example is blo.gs with five letters total, versus the comparable blogs.com with eight letters or the often preferred www.blogs.com with eleven letters. Domain hacks default to the omission of the www. prefix, with the side effect of shortening the domain name, as every letter is taken into account as the site's title.
On Monday, November 23, 1992, inter.net was registered [1]. On Friday, May 3, 2002, icio.us was registered to create del.icio.us, the most visited domain hack, with the prepending of the "del" third-level domain.
Yahoo! acquired blo.gs[2] on June 14, 2005, and del.icio.us[3] on December 9, 2005.
Who.is is a whois server, indicating the registered ownership information of a domain. It was established June 12, 2002 and registered to an address in Reykjavík as the .is extension is nominally Iceland.
Whocalled.us, a consumer-complaint site listing telephone numbers of known telemarketers, was first registered in 2005.
Domain hacks are by no means restricted to the English language.
Some years ago, a passing fad amongst French-speakers was to register their names in the Niue TLD .nu, which led to so-and-so.NU, which in French and Portuguese means "nude" or "naked"; however, as of 2007, Niue authorities have revoked many of these domain names. Likewise, Dutch, Swedish and Danish speakers sometimes use .nu, as it means 'now' in these languages.
Another French-speaking example is teu.be, where "teube" can be translated by "dumb" or "dick" in English. Louez.ça, which means «rent that», is a listing of rental properties in Montréal, Canada.
German examples are Schokola.de (chocolate), Autom.at or fals.ch (wrong).
Some organisations situated in Switzerland uses TLDs to specifically refer to their canton (like the Belgian TLD .be for the Canton of Berne).
An Afrikaans example is dieInter.net - "die" meaning "the" in English (The Internet). Email addresses in this domain can then be expressed as "user at the internet".
A Portuguese example is vai.lá, which is equivalent to the go.to in English. Another is notici.as, where «noticias» means "news".
In Russian, the perevodov.net ("No translations") is a translation portal.
In Slovak, rozbaľ.to ("Unpack it") is the home page of a prepaid Internet access service.
In Slovenian, the najdi.si ("Find it yourself") is a popular local search engine.
A Gibraltarian example is gibtele.com - The phone company in Gibraltar is called Gibtelecom and they have used the .com to their advantage.
Using domain hacks weakens the usefulness of country code TLDs. With domain hacks, it becomes harder to judge the country of origin of a website by just looking at the TLD. Breaking up a domain name to subdomains and/or the URL pathname most often renders the actual domain name meaningless and breaks against good naming conventions.
Some domain hacks are difficult to remember until you become familiar with them, such as del.icio.us. A common typo is to type the periods in the incorrect location. (To counteract this, del.icio.us has also registered the delicious.com and delicio.us domain names which forward to their site.)
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
A name generator is a program that uses language rules or word combining techniques to generate a list of names. Name generators are sometimes created with specific uses in mind ranging from marketing professionals who may use the generated names to brainstorm brandable product name ideas; through to people seeking an unusual baby or pet name.
Registering a meaningful domain name has become problematic as most of the dictionary words are already registered by organizations or individuals. Unique meaningful word combinations not already registered are becoming more difficult to choose. The introduction of alternative Generic top-level domains solved the problem partially; however, most of the businesses still prefer the ".com" extension. The are several different strategies for selecting a good domain name: incorporating company's name or its abbreviation into the domain name, use some industry-specific word or a phrase, or use a short and easy to memorize name. These strategies are usually employed by domain name generators that combine a key word provided by the user with a database of prefixes and suffixes. A domain name generator creates a list of names and simultaneously queries the Whois database to see whether the resulting names still have unregistered domains. Such tools are also used by domainers hoping to find domains that can later be traded in the domain name aftermarket.
Another type of name generator is that which creates names for people and characters as used by authors, role players and wargaming scenarios. This type of name generator may create a name of specific nationality by combining typical given name and family names together. More sophisticated rules may create the female form of family name as used in countries such as Russian and Greece. Other generators may create totally fictional names based on syllabals arranged by formula in such a way that they create the right sound for a genre: elf names, troll names, Dickensian names etc.
Parents choosing a name for their offspring or someone choosing a name for a pet might consider family tradition or consult lists of popular given names. Others will get inspiration from name generators that either randomly suggest given names or create names based on combinations of syllables.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
Parked domain name for sale
Domain parking is an advertising practice used primarily by domain name registrars and internet advertising publishers to monetize type-in traffic visiting an under-developed domain name. The domain name will usually resolve to a page containing relevant advertising listings and links. These links will be targeted to the predicted interests of the visitor and may change dynamically based on the results that visitors click on. Usually the domain owner is paid based on how many links have been visited (e.g. pay per click) and on how beneficial those visits have been. The keywords for any given domain name provide clues as to the intent of the visitor before arriving.
Another use of domain parking is to be a placeholder of an existing web site. A company might choose to use this method to redirect its website traffic to another web site it owns.
Expired domains that were formerly websites are also sought after for domain parking. A domain that was used as a website and is allowed to expire will still maintain most of its prior inbound links. These types of domains usually start off with their largest amount of visitor traffic initially after being claimed from the domain drop lists. As website operators and search engines begin to remove the former inbound links, the traffic to the parked domain will begin to decline.
On domains with a 'one-click' implementation, a click on a keyword is not necessary to generate ads. The ads are targeted based on the domain name.
Domains with 'two-click' implementations require a click on a keyword or a keyword search to generate ads.
Domain parking can be classified as monetized and non-monetized. In the former, ads are shown to visitors and the domain is 'monetized'. In the latter, an "Under Construction" or a "Coming Soon" message is put up on the domain. This a single page web site that people see when they type the domain name in a web browser. This is one quick way for getting an Internet presence. Domain names can be parked before a web site is ready for launching.
There are several companies that actively cater to domain name owners and act as middlemen to serve advertisements on parking pages. The parking pages are propagated automatically on a domain owner's web property when they either change the name servers or forward the URL.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
Video: Reviews of Domain Parking Services
An incorrectly entered URL could lead to a website operated by a cybersquatter.
Typosquatting, also called URL hijacking, is a form of cybersquatting which relies on mistakes such as typographical errors made by Internet users when inputting a website address into a web browser. Should a user accidentally enter an incorrect website address, they may be led to an alternative website owned by a cybersquatter.
Generally, the victim site of typosquatting will be a frequently visited website. The typosquatter's URL will usually be one of four kinds, all similar to the victim site address:
(In the following, the intended website is "example.com")
Once in the typosquatter's site, the user may also be tricked into thinking that they are in fact in the real site; through the use of copied or similar logos, website layouts or content. Sometimes competitors of the victim site will do this.
Alternatively, the user will be forwarded to a site of a completely different nature to what they intended. This tactic was infamously used by John Zuccarini, who redirected domains targeting children to pornographic websites. Sometimes, the typosquatters will use the false addresses to distribute viruses, adware, spyware or other malware. Some are also shock sites. More common are benign domain parking sites, selling advertising to firms based on keywords similar to the misspelled word in the domain.
As with cybersquatting in the past, the term typosquatting has been used by covetous parties in an effort to unseat domain registrants from brandable variants of generic domain names. The shortage of poignant and generic domain names in the coveted .com generic top-level domain has left many hopeful registrants with no alternative but to locate catchy variants of existing generic words e.g. Orbitz.com (popular travel site with "z" to replace the "s") in an effort to find "new land" on which to build their website. As in the preceding example, the line between typosquatting and registering a brandable variant of a generic domain name blurs dependent on the circumstance of each situation.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
Need an webmaster? Click HERE
A victim website will usually send a cease and desist letter to the offender at first, in an attempt to quell the activity.
It may also try to purchase the website address from the typosquatter, which could have been the typosquatter's aim all along.
Occasionally, lawsuits will be taken against the offending site or individual.
A company may try and preempt typosquatting by obtaining a number of websites with common misspellings and redirect them to the main, correctly spelled website. For example www.gooogle.com, www.goolge.com, www.gogle.com www.gewgle.com, and others, all redirect to www.google.com.
Microsoft has released new software to help combat this issue. The software is called "Strider Typo-Patrol". This is a tool that scans and shows third-party domains that are allegedly typosquatting. It also lets parents restrict access to typo-squatting domains that show sexually oriented ads on typos of children's web sites.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
"Typosquatting" is a meaningless term where the law is concerned. Laws generally are not concerned about registrations of domain names that are similar to other domain names or similar to existing trademarks, unless some other important factor is involved.
Criminal laws are mostly silent about the registration of domain names that are typographically similar to other names. The first (perhaps only?) example of such a criminal law is a US law making it illegal to use a "misleading" domain name for the purpose of deceiving a person to access obscenity.
Non-criminal law is primarily concerned with unfair competition between people who register domain names that are typographically similar to known trademarks. This is the "hook" for trademark infringement: not simply using the same or a similar name, but using the same or a similar name for the purpose of competition with the trademark owner. In other words, it may be perfectly acceptable to use a domain name that is confusingly similar to an existing trademark IF the web page standing behind the new domain name is not used to compete with the trademark owner, OR if the web page standing behind the new domain name is used to help consumers to locate the product identified in the trademark.
On April 17, 2006, controversial evangelical Jerry Falwell failed to get the Supreme Court to review a decision allowing Christopher Lamparello to use "www.fallwell.com". Relying on a plausible misspelling of Falwell's name, Lamparello's gripe site presents misdirected visitors with scriptural references that counter the fundamentalist preacher's scathing rebukes against homosexuality. The high court let stand a 2005 Fourth Circuit finding that "the use of a mark in a domain name for a gripe site criticizing the markholder does not constitute cybersquatting."
Mitigating in favor of Mr. Lamparello's case was that his website did not mimic Falwell's site stylistically so as to confuse site visitors into believing that Falwell endorsed Lamparello's site content.
Further, that Lamparello's site is non-commercial preempts a claim of unfair business practices. Whereas, a communicative forum for comment and criticism constitutes a "bona fide non-commercial or fair use" of a trademark interest, under the Anticybersquatting Consumer Protection Act (ACPA).
On his site, Lamparello provided a link to an Amazon.com webpage selling a book he favored. The court determined this did not diminish the communicative function of his website, saying use of a domain name to engage in criticism or commentary "even where done for profit" does not alone show a bad faith intent to profit (Lamparello did not stand to gain financially from sales of the book at Amazon.com).
This case demonstrated the importance of balancing the property interests of trademark owners with the interests of Internet users who seek to make lawful uses of others' marks, “including for purposes such as comparative advertising, comment, criticism, parody, news reporting, fair use, etc." When the alleged infringer establishes a gripe site that criticizes the markholder, the markholder must show a “bad-faith attempt” on the part of the infringer to profit from the misuse.
Acest articol conţine materiale traduse şi adaptate din Wikipedia de Nicolae Sfetcu sub licenţă gratuită GNU.
In addition to purchases of individual domain name, several attempts have been made by larger corporations to profit from users' typos by redirecting them without their knowledge.
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

A website (alternatively, Web site or web site) is a collection of Web pages, images, videos and other digital assets that is hosted on one or several Web server(s), usually accessible via the Internet, cell phone or a LAN.
A Web page is a document, typically written in HTML, that is almost always accessible via HTTP, a protocol that transfers information from the Web server to display in the user's Web browser.
All publicly accessible websites are seen collectively as constituting the "World Wide Web".
The pages of websites can usually be accessed from a common root URL called the homepage, and usually reside on the same physical server. The URLs of the pages organize them into a hierarchy, although the hyperlinks between them control how the reader perceives the overall structure and how the traffic flows between the different parts of the sites.
Some websites require a subscription to access some or all of their content. Examples of subscription sites include many business sites, parts of many news sites, academic journal sites, gaming sites, message boards, Web-based e-mail, services, social networking website, and sites providing real-time stock market data.
As of March 2007 there are over 8 billion web pages in total on the World Wide Web. - Source
The first on-line website appeared in 1991. On 30 April 1993, CERN announced that the World Wide Web would be free to anyone.[1] A copy of the original first Web page, created by Tim Berners-Lee, is kept here.
As noted above, there are several different spellings for this term. Although "website" and "web site" are commonly used (the former especially in British English), the Associated Press Stylebook, Reuters, Microsoft, academia, book publishing, The Chicago Manual of Style, and dictionaries such as Merriam-Webster use the two-word, initially capitalized spelling Web site. This is because "Web" is not a general term but a shortened form of World Wide Web. As with many newly created terms, it may take some time before a common spelling is finalized. (This controversy also applies to derivative terms such as "Web master"/"webmaster" and "Web cam"/"webcam").
The Canadian Oxford Dictionary and the Canadian Press Stylebook list "website" and "web page" as the preferred spellings. The Oxford English Dictionary began using "website" as its standardized form in 2004.
Bill Walsh, the copy chief of The Washington Post's national desk, and one of American English’s foremost grammarians, argues for the two-word spelling with capital W in his books Lapsing into a Comma and The Elephants of Style, and on his site, the Slot.
The Webby Awards are a set of awards presented to the world's "best" websites, a concept pioneered by Best of the Web in 1994.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Turning a website into an income source is a common practice for web-developers and website owners. There are several methods for creating a website business which fall into two broad categories.
1. Online Information Businesses
Some websites offer no products at all but provide free information with income coming from clicks the visitors make on advertisements (see contextual ads). There is a wide range of monetizing used on such sites and the sites themselves are actively traded and bought and sold as going concerns.
Guides have been published which explain how to create such a business. See links at bottom of page.
2. Online Shop Businesses
While most business websites serve as a shop window for brick and mortar businesses it is increasingly the case that some websites are businesses in their own right. These websites are fully self-contained businesses entities offering, for example, immediate downloads of retail software on payment of the product's price via their shopping cart.
Guides have been published which explain how to create such a business. See links at bottom of page.
3. Online Services Businesses
It offers a lot of services in every field, such as, tourism, economic, politic, social welfare.
As noted above, there are several different spellings for this term. Although "website" and "web site" are commonly used (the former especially in British English), the Associated Press Stylebook, Reuters, Microsoft, academia, book publishing, The Chicago Manual of Style, and dictionaries such as Merriam-Webster use the two-word, initially capitalized spelling Web site. This is because "Web" is not a general term but a shortened form of World Wide Web. As with many newly created terms, it may take some time before a common spelling is finalized. (This controversy also applies to derivative terms such as "Web master"/"webmaster" and "Web cam"/"webcam").
The Canadian Oxford Dictionary and the Canadian Press Stylebook list "website" and "web page" as the preferred spellings. The Oxford English Dictionary began using "website" as its standardized form in 2004.[2]
Bill Walsh, the copy chief of The Washington Post's national desk, and one of American English’s foremost grammarians, argues for the two-word spelling with capital W in his books Lapsing into a Comma and The Elephants of Style, and on his site, the Slot. [3]
Here are some guidelines to make a website for earning pupose.
There are many varieties of Web sites, each specializing in a particular type of content or use, and they may be arbitrarily classified in any number of ways. A few such classifications might include:
Some websites may be included in one or more of these categories. For example, a business website may promote the business's products, but may also host informative documents, such as white papers. There are also numerous sub-categories to the ones listed above. For example, a porn site is a specific type of eCommerce site or business site (that is, it is trying to sell memberships for access to its site). A fan site may be a dedication from the owner to a particular celebrity.
Websites are constrained by architectural limits (e.g., the computing power dedicated to the website). Very large websites, such as Yahoo!, Microsoft, and Google employ many servers and load balancing equipment such as Cisco Content Services Switches to distribute visitor loads over multiple computers at multiple locations.
In January of 2007, Netcraft, an Internet monitoring company that has tracked Web growth since 1995, reported that there were 106,875,138 Web sites with domain names and content on them in 2007, compared to just 18,000 Web sites in August 1995.
The Webby Awards are a set of awards presented to the world's "best" websites, a concept pioneered by Best of the Web in 1994.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
Uniform Resource Locator (URL) is a technical, Web-related term used in two distinct meanings:
Every URI (and therefore every URL) begins with the scheme name that defines its namespace, purpose, and the syntax of the remaining part of the URI. Most Web-enabled programs will try to dereference a URI according to the semantics of its scheme and a context-vbn For example, a Web browser will usually dereference a http://example.org/ by performing an HTTP request to the host example.org, at the default HTTP port (see Port 80). Dereferencing URI mailto:bob@example.com will usually open a "Compose e-mail" window with the address bob@example.com in the "To" field.
"example.com" is a domain name; an IP address or other network address might be used instead.
In its current strict technical meaning, a URL is a URI that, “in addition to identifying a resource, [provides] a means of locating the resource by describing its primary access mechanism (e.g., its network ‘location’).”[1]
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
"Clean" and "cruft-free" describe URLs which are:
/cars/audi/ is preferable to /cars/audi/index.php or /myprog.jsp?page=cars/audi/./recommendations/2007/xyz/ is better than /~users/jane/current-work/xyz/ or /xyz-team/recommendations/./cars/audi/ and /cars/ford/, instead of /cars/audi/ but /ford-cars/./blogs/andrea/feed/ shows a feed of Andrea's blog, then appending /feed/ to any another blog on the same site should show a feed for that blog.An example of the difference between "clean" and "standard" URLs could be seen as:
Standard:
http://example.com/index.php?section=articles&subsection=recent
Clean:
http://example.com/articles/recent/
or
http://example.com/articles/2007/
Web services have been created that allow users to create short URLs which are easier to write down, remember or pass around. They are also more suitable for use where space is limited, for example in an IRC conversation, email signature, online forum or fixed width document (eg. email). A sample of current web services are provided below:
Ultimately these services hide the final destination from a web user. This can be used to unwittingly send people to sites that offend their sensibilities, or crash or compromise their computer using browser vulnerabilities. To help combat such abuse, TinyURL allows a user to set a cookie-based preference such that TinyURL stops at the TinyURL website, giving a preview of the final link, when that user clicks TinyURLs. Substituting http://preview.tinyurl.com for http://tinyurl.com in the URL is another way of stopping at a preview of the final link before clicking through to it. Opaqueness is also leveraged by spammers[2], who can use such links in spam (mostly blog spam), bypassing URL blacklists.
Furthermore, this approach creates dependency on a third-party service that may change, go away, or maintain privacy-compromising logs of user activity indefinitely.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

Web services have been created that allow users to create short URLs which are easier to write down, remember or pass around. They are also more suitable for use where space is limited, for example in an IRC conversation, email signature, online forum or fixed width document (eg. email). A sample of current web services are provided below:
Ultimately these services hide the final destination from a web user. This can be used to unwittingly send people to sites that offend their sensibilities, or crash or compromise their computer using browser vulnerabilities. To help combat such abuse, TinyURL allows a user to set a cookie-based preference such that TinyURL stops at the TinyURL website, giving a preview of the final link, when that user clicks TinyURLs. Substituting http://preview.tinyurl.com for http://tinyurl.com in the URL is another way of stopping at a preview of the final link before clicking through to it. Opaqueness is also leveraged by spammers[2], who can use such links in spam (mostly blog spam), bypassing URL blacklists.
Furthermore, this approach creates dependency on a third-party service that may change, go away, or maintain privacy-compromising logs of user activity indefinitely.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.