A fully qualified domain name is conventionally written as a list of domain labels separated using the full stop "" character (
dot or
period). The top of the hierarchy in an FQDN begins with the rightmost label. For instance, in the FQDN , is a label directly under the root zone, is nested under , and finally is nested under . The topmost layer of every domain name is the
DNS root zone, which is expressed as an empty label and can be represented in an FQDN with a trailing dot, such as . A trailing dot is generally implied and often omitted by most applications. Trailing dots are required by the standard format for DNS
zone files, as well as to disambiguate cases where an FQDN does not contain any other label separators, such as the FQDNs for the root zone itself and any
top-level domain. The length of each label must be between 1 and 63
octets, and the full domain name is limited to 255 octets, full stops included. ==Relative domain names==