Re: A mechanism to encode HTTP version information in DNS

Amos Jeffries <squid3@treenet.co.nz> Fri, 15 February 2013 05:49 UTC

Return-Path: <ietf-http-wg-request@listhub.w3.org>
X-Original-To: ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com
Delivered-To: ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 097B621F8432 for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Thu, 14 Feb 2013 21:49:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.288
X-Spam-Level:
X-Spam-Status: No, score=-10.288 tagged_above=-999 required=5 tests=[AWL=0.311, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L-98WPYnMQJN for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Thu, 14 Feb 2013 21:49:42 -0800 (PST)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by ietfa.amsl.com (Postfix) with ESMTP id DAECC21F8430 for <httpbisa-archive-bis2Juki@lists.ietf.org>; Thu, 14 Feb 2013 21:49:41 -0800 (PST)
Received: from lists by frink.w3.org with local (Exim 4.72) (envelope-from <ietf-http-wg-request@listhub.w3.org>) id 1U6E96-0008Dr-7x for ietf-http-wg-dist@listhub.w3.org; Fri, 15 Feb 2013 05:47:40 +0000
Resent-Date: Fri, 15 Feb 2013 05:47:40 +0000
Resent-Message-Id: <E1U6E96-0008Dr-7x@frink.w3.org>
Received: from maggie.w3.org ([128.30.52.39]) by frink.w3.org with esmtp (Exim 4.72) (envelope-from <squid3@treenet.co.nz>) id 1U6E8t-0008D1-V4 for ietf-http-wg@listhub.w3.org; Fri, 15 Feb 2013 05:47:27 +0000
Received: from ip-58-28-153-233.static-xdsl.xnet.co.nz ([58.28.153.233] helo=treenet.co.nz) by maggie.w3.org with esmtp (Exim 4.72) (envelope-from <squid3@treenet.co.nz>) id 1U6E8r-0008Ru-IC for ietf-http-wg@w3.org; Fri, 15 Feb 2013 05:47:27 +0000
Received: from [192.168.1.103] (unknown [14.1.64.4]) by treenet.co.nz (Postfix) with ESMTP id C8BCCE704F for <ietf-http-wg@w3.org>; Fri, 15 Feb 2013 18:46:56 +1300 (NZDT)
Message-ID: <511DCBCC.60000@treenet.co.nz>
Date: Fri, 15 Feb 2013 18:46:52 +1300
From: Amos Jeffries <squid3@treenet.co.nz>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
MIME-Version: 1.0
To: ietf-http-wg@w3.org
References: <CAMm+Lwgawnwaybqf9vfTNbC3OZHGaQN0tkPWT8UAW-taj+1gQQ@mail.gmail.com>
In-Reply-To: <CAMm+Lwgawnwaybqf9vfTNbC3OZHGaQN0tkPWT8UAW-taj+1gQQ@mail.gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Received-SPF: pass client-ip=58.28.153.233; envelope-from=squid3@treenet.co.nz; helo=treenet.co.nz
X-W3C-Hub-Spam-Status: No, score=-3.5
X-W3C-Hub-Spam-Report: AWL=-3.449, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001
X-W3C-Scan-Sig: maggie.w3.org 1U6E8r-0008Ru-IC 35adc085e295db9acb975b4c77faa4c3
X-Original-To: ietf-http-wg@w3.org
Subject: Re: A mechanism to encode HTTP version information in DNS
Archived-At: <http://www.w3.org/mid/511DCBCC.60000@treenet.co.nz>
Resent-From: ietf-http-wg@w3.org
X-Mailing-List: <ietf-http-wg@w3.org> archive/latest/16608
X-Loop: ietf-http-wg@w3.org
Resent-Sender: ietf-http-wg-request@w3.org
Precedence: list
List-Id: <ietf-http-wg.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Post: <mailto:ietf-http-wg@w3.org>
List-Unsubscribe: <mailto:ietf-http-wg-request@w3.org?subject=unsubscribe>

On 15/02/2013 9:16 a.m., Phillip Hallam-Baker wrote:
> Encoding HTTP version information in DNS is easy if you don't 
> particularly care about using DNS properly or want to do anything more 
> than encode HTTP version information.
>
> Doing it well gets rather more complex. A DNS query costs a round trip 
> so you would ideally like to make it pay. Also the process of 
> deploying DNS records takes some time and it is better to reuse an 
> existing record but only if that will not create ambiguity.
>
> Looking again at the URI record, I think that we could use it to 
> provide a HTTP version flag and other useful features in the DNS. In 
> particular we can use the URI record to effect a HTTP redirect in DNS 
> (a UDP round trip) rather than require a TCP round trip. It also 
> provides for fault tolerance and load balancing and works well with 
> Web Services.

One small note on this assertion:
   FQDN are capable of being anything up to 256 octets long *per-label*. 
When the FQDN is greater than 250 octets or so this will add both a UDP 
round trip plus a TCP round trip, on top of the final connection setup 
round trip. This may not seem a critical point, but we are already 
encountering web sites and services with >64 octet FQDN in public 
traffic which is causing TLS certificate issues.


That asside, I am liking this proposal better than any of the earlier 
DNS proposals. I can forsee support from Squid being implemented if this 
is selected to go ahead.

Amos