[130862] in North American Network Operators' Group
Re: network name 101100010100110.net
daemon@ATHENA.MIT.EDU (James Hess)
Sun Oct 17 22:16:13 2010
In-Reply-To: <AANLkTi=LGUyYNH0Ha__S6oeCqx48qaL5nSRZhKdnuUOx@mail.gmail.com>
Date: Sun, 17 Oct 2010 21:16:04 -0500
From: James Hess <mysidia@gmail.com>
To: Day Domes <daydomes@gmail.com>
Cc: nanog@nanog.org
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
On Sat, Oct 16, 2010 at 11:46 PM, Day Domes <daydomes@gmail.com> wrote:
> I have been tasked with coming up with a new name for are transit data
> network.=A0 I am thinking of using 101100010100110.net does anyone see
> any issues with this?
The domain-name starts with a digit, which is not really recommended, RFC =
1034,
due to the fact a valid actual hostname cannot start with a digit,
and, for example,
some MTAs/MUAs, that comply with earlier versions of standards still in us=
e,
will possibly have a problem sending e-mail to the flat domain, even
if the actual hostname is
something legal such as mail.101100010100110.net.
Which goes back to one of the standard-provided definitions of domain
name syntax used by RFC 821 page 29:
<domain> ::=3D <element> | <element> "." <domain>
<element> ::=3D <name> | "#" <number> | "[" <dotnum> "]"
<mailbox> ::=3D <local-part> "@" <domain>
...
<name> ::=3D <a> <ldh-str> <let-dig>
...
<a> ::=3D any one of the 52 alphabetic characters A through Z
in upper case and a through z in lower case
<d> ::=3D any one of the ten digits 0 through 9
--=20
-Jh