Re: [dnsext] draft-mohan-dns-query-xml-00.txt

Paul Vixie <vixie@isc.org> Mon, 03 October 2011 18:13 UTC

Return-Path: <dnsext-bounces@ietf.org>
X-Original-To: namedroppers-archive-gleetwall6@lists.ietf.org
Delivered-To: ietfarch-namedroppers-archive-gleetwall6@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2B53A21F8CE8; Mon, 3 Oct 2011 11:13:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1317665615; bh=SaplwznK/4SM9kRgj77MLshStDY0psFlg509kr/OYvA=; h=From:To:Date:References:In-Reply-To:MIME-Version:Message-Id: Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help: List-Subscribe:Content-Type:Content-Transfer-Encoding:Sender; b=iITYhNuZFhoEjSVXFkP8j0ifnfu6oUqvNrGLC7svA0zTMZ3xIZKhupp/jHD9OyhGZ lqGoggCfplxSxHvNZnGPwFfRIsTB+MhjNrkpmKHRHMmZCK+dHU/6pwRM3M54tncsXa gKLmQJfSknK6E4/yeWlUCM4hkMKa3NXzz4rpbBDs=
X-Original-To: dnsext@ietfa.amsl.com
Delivered-To: dnsext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B525421F8C8B for <dnsext@ietfa.amsl.com>; Mon, 3 Oct 2011 11:13:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28ss8rRfXSUI for <dnsext@ietfa.amsl.com>; Mon, 3 Oct 2011 11:13:33 -0700 (PDT)
Received: from nsa.vix.com (nsa.vix.com [IPv6:2001:4f8:3:30::3]) by ietfa.amsl.com (Postfix) with ESMTP id E1BC721F8CE8 for <dnsext@ietf.org>; Mon, 3 Oct 2011 11:13:32 -0700 (PDT)
Received: from nsa.vix.com (localhost [127.0.0.1]) by nsa.vix.com (Postfix) with ESMTP id 59BE2A1037 for <dnsext@ietf.org>; Mon, 3 Oct 2011 18:16:33 +0000 (UTC) (envelope-from vixie@isc.org)
Received: from six.localnet (six.vix.com [IPv6:2001:4f8:3:30::2]) by nsa.vix.com (Postfix) with ESMTP id 3CA62A101E for <dnsext@ietf.org>; Mon, 3 Oct 2011 18:16:33 +0000 (UTC) (envelope-from vixie@isc.org)
From: Paul Vixie <vixie@isc.org>
Organization: ISC
To: dnsext@ietf.org
Date: Mon, 3 Oct 2011 18:16:32 +0000
User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.4.5; amd64; ; )
References: <CACU5sDnBx5AijEgFXKNPjtcVdtBnBJamsn-f_ye0Jm3TQq0mvw@mail.gmail.com> <201110031713.20103.vixie@isc.org> <58EB32F9-08D2-4579-BC56-1423C00FC371@verisign.com>
In-Reply-To: <58EB32F9-08D2-4579-BC56-1423C00FC371@verisign.com>
MIME-Version: 1.0
Message-Id: <201110031816.32959.vixie@isc.org>
X-Virus-Scanned: ClamAV using ClamSMTP
Subject: Re: [dnsext] draft-mohan-dns-query-xml-00.txt
X-BeenThere: dnsext@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: DNS Extensions working group discussion list <dnsext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsext>, <mailto:dnsext-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dnsext>
List-Post: <mailto:dnsext@ietf.org>
List-Help: <mailto:dnsext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsext>, <mailto:dnsext-request@ietf.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: dnsext-bounces@ietf.org
Errors-To: dnsext-bounces@ietf.org

On Monday, October 03, 2011 17:34:48 Wessels, Duane wrote:
> Robert's idea was to take a (binary) UDP message, express it in hex, and it
> becomes the URL-pathname.  I don't see why you can't also do that with
> UPDATE.

theoretically we could, yes.

> (I'd add a message TCP-like length prefix, as you suggested, so the
> receiver knows it got the whole thing).
> 
> Maybe your point is that URL length becomes a problem?  We've all seen
> very long URLs I'm sure.

i'm not sure i've seen 64KB URL's.  i have seen 64KB UPDATE's.  but it's not 
the size that concerns me, rather the content-aware routers out there who may 
or may not respect our http cacheability headers.  we have no need of another 
layer of caching at the transport layer, especially if it means we have to 
translate our DNS TTL's into http expiration times.  and i don't know how to 
reliably avoid that caching on this data path if we use GET.

> Anyway, my preference for GET over POST is not that strong.

does anyone here have anecdotal evidence of POST being intercepted by a 
content aware router, or otherwise painfully middleboxed the way GET so often 
is?  at the moment i've got three weak reasons for preferring POST, but if any 
of the three is silly, they would not add up to a strong preference as they do 
(for me) at the moment.

paul
_______________________________________________
dnsext mailing list
dnsext@ietf.org
https://www.ietf.org/mailman/listinfo/dnsext