Penguin
Annotated edit history of DomainName version 4, including all changes. View license author blame.
Rev Author # Line
1 CraigBox 1 An entry in the [DNS].
2
3 'www.yahoo.com', 'www.wlug.org.nz', 'www.linux.org' and 'www.nevada.tla' are all examples of domain names.
4
4 LawrenceDoliveiro 5 Domain names exist so we don't have to remember complex InternetProtocol ([IP]) addresses. Don't you wish telephone numbers came with domain names?
2 CraigBox 6
7 If you're a .nz you may be interested in the SharedRegistry and [UDAI].
4 LawrenceDoliveiro 8
9 Note that, in DNS terminology, the terms "domain name", "domain" and "name" are all synonymous. You may sometimes come across a statement that <tt>wlug.org.nz</tt> is a "domain", and <tt>www.wlug.org.nz</tt> is a "name" within that "domain". In fact the name <tt>www.wlug.org.nz</tt> is also a domain, and the domain <tt>wlug.org.nz</tt> is also a name. It is true that <tt>www.wlug.org.nz</tt> is a ''subdomain'' of <tt>wlug.org.nz</tt>. A domain can be used as the name of a machine at the same time as it contains subdomains with other names.
10
11 The term ''zone'' is another synonym for these, used specifically in [BIND] for the contents of a single ZoneFile, or for the part of a ZoneFile containing the information for a single subdomain.
3 MikeBeattie 12
13 ----
14 CategoryDns