Re: [DNSOP] Working Group Last Call on draft-ietf-dnsop-terminology-bis

"Paul Hoffman" <paul.hoffman@vpnc.org> Sun, 01 July 2018 23:04 UTC

Return-Path: <paul.hoffman@vpnc.org>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CC10E130E74 for <dnsop@ietfa.amsl.com>; Sun, 1 Jul 2018 16:04:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6fyu0_-Zi0m1 for <dnsop@ietfa.amsl.com>; Sun, 1 Jul 2018 16:04:03 -0700 (PDT)
Received: from mail.proper.com (Opus1.Proper.COM [207.182.41.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD5B7124D68 for <dnsop@ietf.org>; Sun, 1 Jul 2018 16:04:03 -0700 (PDT)
Received: from [169.254.3.226] (50-1-51-141.dsl.dynamic.fusionbroadband.com [50.1.51.141]) (authenticated bits=0) by mail.proper.com (8.15.2/8.15.2) with ESMTPSA id w61N3jpS098936 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 1 Jul 2018 16:03:46 -0700 (MST) (envelope-from paul.hoffman@vpnc.org)
X-Authentication-Warning: mail.proper.com: Host 50-1-51-141.dsl.dynamic.fusionbroadband.com [50.1.51.141] claimed to be [169.254.3.226]
From: Paul Hoffman <paul.hoffman@vpnc.org>
To: Dick Franks <rwfranks@acm.org>
Cc: IETF DNSOP WG <dnsop@ietf.org>
Date: Sun, 01 Jul 2018 16:03:51 -0700
X-Mailer: MailMate (1.11.2r5479)
Message-ID: <3AA1BCE3-42CE-4D35-AD25-B06712FE705E@vpnc.org>
In-Reply-To: <CAKW6Ri7y4K6Aj570GKOJB3p-kiWrWMSx++YrAHf5gq1DQgeSKQ@mail.gmail.com>
References: <17A1E6A9-E43F-41AB-B24D-4B29F17FCC07@gmail.com> <CAKW6Ri7y4K6Aj570GKOJB3p-kiWrWMSx++YrAHf5gq1DQgeSKQ@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; format="flowed"
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/n8sknWCkX1OhVu_jrCJFk30tU4Y>
Subject: Re: [DNSOP] Working Group Last Call on draft-ietf-dnsop-terminology-bis
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.26
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Jul 2018 23:04:05 -0000

On 27 Jun 2018, at 12:56, Dick Franks wrote:

> The document appears to be in good shape.
>
> However, I have some difficulty with the wording of these two 
> paragraphs in
> section 2.
>
>       The basic wire format for names in the global DNS is a list of
>       labels ordered by decreasing distance from the root, with the 
> root
>       label last.  Each label is preceded by a length octet.  
> [RFC1035]
>       also defines a compression scheme that modifies this format.
>
>       The presentation format for names in the global DNS is a list of
>       labels ordered by decreasing distance from the root, encoded as
>       ASCII, with a "." character between each label.  In presentation
>       format, a fully-qualified domain name includes the root label 
> and
>       the associated separator dot.  For example, in presentation
>       format, a fully-qualified domain name with two non-root labels 
> is
>       always shown as "example.tld." instead of "example.tld".
>       [RFC1035] defines a method for showing octets that do not 
> display
>       in ASCII.
>
> The character encoding of "presentation format" depends on the context 
> in
> which it is used. The protocol mandates ASCII encoding of labels on 
> the
> wire.
> It cannot say anything about the internal character encoding 
> conventions of
> application programs or related master files, which can, in the 
> general
> case,
> be different.

Well, RFC 1035 *does* say that it is in ASCII, whether we like that or 
not. An application could choose to encode the presentation format using 
a different encoding, but that's outside the scope of the protocol.

--Paul Hoffman