Re: [dns-privacy] DNS + 0-RTT

Robert Edmonds <edmonds@mycre.ws> Mon, 11 April 2016 17:54 UTC

Return-Path: <edmonds@mycre.ws>
X-Original-To: dns-privacy@ietfa.amsl.com
Delivered-To: dns-privacy@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DC32212E8B8 for <dns-privacy@ietfa.amsl.com>; Mon, 11 Apr 2016 10:54:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.896
X-Spam-Level:
X-Spam-Status: No, score=-2.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.996] 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 MXf1RlPbpSvA for <dns-privacy@ietfa.amsl.com>; Mon, 11 Apr 2016 10:54:01 -0700 (PDT)
Received: from chase.mycre.ws (chase.mycre.ws [70.89.251.89]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB96E12E870 for <dns-privacy@ietf.org>; Mon, 11 Apr 2016 10:54:01 -0700 (PDT)
Received: by chase.mycre.ws (Postfix, from userid 1000) id 4F63012C0F1D; Mon, 11 Apr 2016 13:54:01 -0400 (EDT)
Date: Mon, 11 Apr 2016 13:54:01 -0400
From: Robert Edmonds <edmonds@mycre.ws>
To: Shane Kerr <shane@time-travellers.org>
Message-ID: <20160411175401.GA27230@mycre.ws>
References: <5703F0CF.3050306@gmail.com> <87egaidh3y.fsf@alice.fifthhorseman.net> <CAAF6GDcwGJmrPcFj_o+tCe7PTL5jFj=YZ+2LCgCTVZ=64CpOdA@mail.gmail.com> <87vb3rm7d9.fsf@alice.fifthhorseman.net> <CAAF6GDfp9X0=P1j0xPBsSniHWNEi7Vu=xwR71GGbwJ9jbQkeGA@mail.gmail.com> <20160411145244.1f111f43@pallas.home.time-travellers.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <20160411145244.1f111f43@pallas.home.time-travellers.org>
Archived-At: <http://mailarchive.ietf.org/arch/msg/dns-privacy/9qZcPVsGPsUhl1vBXNGxR-tz-q0>
Cc: "dns-privacy@ietf.org" <dns-privacy@ietf.org>, Colm MacCárthaigh <colm@allcosts.net>
Subject: Re: [dns-privacy] DNS + 0-RTT
X-BeenThere: dns-privacy@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <dns-privacy.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dns-privacy>, <mailto:dns-privacy-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dns-privacy/>
List-Post: <mailto:dns-privacy@ietf.org>
List-Help: <mailto:dns-privacy-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dns-privacy>, <mailto:dns-privacy-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Apr 2016 17:54:03 -0000

Shane Kerr wrote:
> Obviously a DNS server would prefer not to have to do the work of
> ordering queries. If you use cyclic order, then you have to maintain
> state about the last answer. If you randomize it, then you need some
> source of entropy.
> 
> I haven't done a full search, but here's a quick look at support.
> 
> On the authoritative side, BIND 9 of course offers any option (fixed
> order, round-robin, or ranomized), whereas NSD and I believe Knot are
> fixed.
> 
> On the recursive side, BIND 9 again offers any response, whereas
> Unbound is fixed (PowerDNS has a feature request for round-robin, but
> is currently also fixed (*)).

Unbound actually does support both fixed and randomized, and the entropy
is taken from an interesting place: the ID field from the query.

-- 
Robert Edmonds