Re: [Doh] Use Cases

"Paul Hoffman" <paul.hoffman@vpnc.org> Thu, 16 November 2017 10:17 UTC

Return-Path: <paul.hoffman@vpnc.org>
X-Original-To: doh@ietfa.amsl.com
Delivered-To: doh@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 93052126C2F for <doh@ietfa.amsl.com>; Thu, 16 Nov 2017 02:17:15 -0800 (PST)
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 RBhQL67ADsis for <doh@ietfa.amsl.com>; Thu, 16 Nov 2017 02:17:14 -0800 (PST)
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 812191200CF for <doh@ietf.org>; Thu, 16 Nov 2017 02:17:14 -0800 (PST)
Received: from [10.32.60.89] (dhcp-8904.meeting.ietf.org [31.133.137.4]) (authenticated bits=0) by mail.proper.com (8.15.2/8.14.9) with ESMTPSA id vAGAFgP9097771 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 16 Nov 2017 03:15:45 -0700 (MST) (envelope-from paul.hoffman@vpnc.org)
X-Authentication-Warning: mail.proper.com: Host dhcp-8904.meeting.ietf.org [31.133.137.4] claimed to be [10.32.60.89]
From: Paul Hoffman <paul.hoffman@vpnc.org>
To: Mark Nottingham <mnot@mnot.net>
Cc: doh@ietf.org
Date: Thu, 16 Nov 2017 18:17:01 +0800
Message-ID: <2F9A25F9-920E-4E69-BCB6-52578D92DF6F@vpnc.org>
In-Reply-To: <6D59C17D-06AC-4000-8780-CEA4DEC3D217@mnot.net>
References: <6D59C17D-06AC-4000-8780-CEA4DEC3D217@mnot.net>
MIME-Version: 1.0
Content-Type: text/plain; format="flowed"
X-Mailer: MailMate (1.9.7r5425)
Archived-At: <https://mailarchive.ietf.org/arch/msg/doh/mp70RacY0DzpnaijI96pHsWv0Gk>
Subject: Re: [Doh] Use Cases
X-BeenThere: doh@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: DNS Over HTTPS <doh.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/doh>, <mailto:doh-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/doh/>
List-Post: <mailto:doh@ietf.org>
List-Help: <mailto:doh-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/doh>, <mailto:doh-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 16 Nov 2017 10:17:15 -0000

On 16 Nov 2017, at 15:53, Mark Nottingham wrote:

> """
> 3. Use Cases
>
> There are two initial use cases for this protocol.
>
> The primary use case is to prevent on-path network devices from 
> interfering with DNS operations. This interference includes, but is 
> not limited to, spoofing DNS responses, blocking DNS requests, and 
> tracking.
>
> In this use, clients -- whether operating systems or individual 
> applications -- will be explicitly configured to use a DOH server as a 
> recursive resolver by its user (or administrator). They might use the 
> DOH server for all queries, or only for a subset of them. The specific 
> configuration mechanism is out of scope for this document.
>
> A secondary use case is allowing web applications to access DNS 
> information, by using existing APIs in browsers to access it over 
> HTTP.
>
> This is technically already possible (since the server controls both 
> the HTTP resources it exposes and the use of browser APIs by its 
> content), but standardisation might make this easier to accomplish.
>
> Note that in this second use, the browser does not consult the DOH 
> server or use its responses for any DNS lookups outside the scope of 
> the application using them; i.e., there is (currently) no API that 
> allows a Web site to poison DNS for others.
> """

This seems like a good replacement.

--Paul Hoffman