RFC-952 (मान्यताओं के तहत बिंदु 1 का अंतिम वाक्य) एकल-चरित्र होस्ट नामों पर प्रतिबंध लगाता है और मेरे पास अनुभव हैं ( 7 साल पहले 2002 की गर्मियों में) जहां कुछ सेवाएं एकल-चरित्र होस्ट नामों के साथ काम करने से मना कर देती थीं (क्योंकि ऐसे नाम थे) मानक-अनुरूप नहीं), लेकिन मैंने पिछले कुछ वर्षों में कई एकल-चरित्र होस्ट नामों का उपयोग किया है। क्या एकल-पात्र होस्ट नाम अब मान्य हैं? (यदि हां, तो उचित सत्यापन संदर्भ क्या है?)
संपादित करें (उत्तरों से कुछ जानकारी को समेकित करने के लिए): DNS के विभिन्न पहलुओं को कई RFC में परिभाषित किया गया है, जिसमें 1035 , 1123 और 2181 शामिल हैं । से RFC-2181 धारा 11 :
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.
से RFC-1123 खंड 6.1.3.5 :
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].
से RFC-1123 खंड 2.1 :
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.
और अंत में, जैसा कि मूल रूप से संदर्भित है, 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.
यह इस श्रृंखला का अनुसरण करने से है कि मैं मूल रूप से यह कहने आया था कि RFC-952 एकल-चरित्र होस्ट नामों पर प्रतिबंध लगाता है।
There is a difference between 'valid' and 'it works'.
अंततः, मुझे लगता है कि यह सबसे उचित जवाब है, हालांकि मैंने सभी चर्चाओं की बहुत सराहना की है। मैं यह निष्कर्ष निकालूंगा कि एक-वर्ण होस्ट नाम अभी भी तकनीकी रूप से अमान्य हैं, लेकिन इस बिंदु पर बहुत अधिक सार्वभौमिक रूप से काम करते हैं। (इसी तरह, अंडरस्कोर निषिद्ध हैं, लेकिन अधिकांश भाग के लिए काम करते हैं।)