A RFC-952 (última frase do ponto 1 em Suposições) proíbe nomes de host de um caractere e eu tive experiências (há mais de 7 anos no verão de 2002) em que alguns serviços se recusariam a trabalhar com nomes de host de um caractere (porque esses nomes eram não é compatível com os padrões), mas vi vários nomes de host de um caractere em uso nos últimos anos. Os nomes de host de um caractere agora são válidos? (Em caso afirmativo, qual é a referência de validação adequada?)
editar (para consolidar algumas informações das respostas): vários aspectos do DNS parecem ser definidos em várias RFCs, incluindo 1035 , 1123 e 2181 . Na seção 11 da RFC-2181 :
Note however, that the various applications that make use of DNS data
can have restrictions imposed on what particular values are
acceptable in their environment. For example, that any binary label
can have an MX record does not imply that any binary name can be used
as the host part of an e-mail address.
[ ... ]
See also [RFC1123] section 6.1.3.5.
Na seção 6.1.3.5 da RFC-1123 :
The DNS defines domain name syntax very generally -- a
string of labels each containing up to 63 8-bit octets,
separated by dots, and with a maximum total of 255
octets. Particular applications of the DNS are
permitted to further constrain the syntax of the domain
names they use, although the DNS deployment has led to
some applications allowing more general names. In
particular, Section 2.1 of this document liberalizes
slightly the syntax of a legal Internet host name that
was defined in RFC-952 [DNS:4].
The syntax of a legal Internet host name was specified in RFC-952
[DNS:4]. One aspect of host name syntax is hereby changed: the
restriction on the first character is relaxed to allow either a
letter or a digit. Host software MUST support this more liberal
syntax.
E, finalmente, como referenciado originalmente, no RFC-952 :
1. A "name" (Net, Host, Gateway, or Domain name) is a text string up
to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus
sign (-), and period (.). Note that periods are only allowed when
they serve to delimit components of "domain style names". (See
RFC-921, "Domain Name System Implementation Schedule", for
background). No blank or space characters are permitted as part of a
name. No distinction is made between upper and lower case. The first
character must be an alpha character. The last character must not be
a minus sign or period.
[ ... ]
Single character names or nicknames are not allowed.
É por seguir essa cadeia que eu vim originalmente a dizer que o RFC-952 proíbe nomes de host de caracteres únicos.
There is a difference between 'valid' and 'it works'.
Por fim, acho que essa é a resposta mais razoável, embora tenha apreciado muito toda a discussão gerada. A conclusão que eu tiraria é que os nomes de host de um caractere ainda são tecnicamente inválidos, mas funcionam praticamente universalmente neste momento. (Da mesma forma, sublinhados são proibidos, mas fazer o trabalho para a maior parte.)