Differences between version 4 and predecessor to the previous major change of DomainName.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Monday, May 1, 2006 10:07:23 pm | by LawrenceDoliveiro | Revert |
Older page: | version 3 | Last edited on Wednesday, November 24, 2004 4:27:36 pm | by MikeBeattie | Revert |
@@ -1,10 +1,14 @@
An entry in the [DNS].
'www.yahoo.com', 'www.wlug.org.nz', 'www.linux.org' and 'www.nevada.tla' are all examples of domain names.
-Domain names exist so we don't have to remember complex InternetProtocol ([IP]) addresses.
+Domain names exist so we don't have to remember complex InternetProtocol ([IP]) addresses. Don't you wish telephone numbers came with domain names?
If you're a .nz you may be interested in the SharedRegistry and [UDAI].
+
+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.
+
+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.
----
CategoryDns