Re: [apps-discuss] "finding registered domains"
"Murray S. Kucherawy" <superuser@gmail.com> Tue, 12 March 2013 12:37 UTC
Return-Path: <superuser@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 12D0121F89E2 for <apps-discuss@ietfa.amsl.com>; Tue, 12 Mar 2013 05:37:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.766
X-Spam-Level:
X-Spam-Status: No, score=-1.766 tagged_above=-999 required=5 tests=[AWL=0.833, BAYES_00=-2.599, HTML_MESSAGE=0.001, NO_RELAYS=-0.001]
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 TQKfYCsDpILd for <apps-discuss@ietfa.amsl.com>; Tue, 12 Mar 2013 05:37:14 -0700 (PDT)
Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) by ietfa.amsl.com (Postfix) with ESMTP id B0D3121F8713 for <apps-discuss@ietf.org>; Tue, 12 Mar 2013 05:37:13 -0700 (PDT)
Received: by mail-we0-f173.google.com with SMTP id x51so4617677wey.18 for <apps-discuss@ietf.org>; Tue, 12 Mar 2013 05:37:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=UZ8XbBupl/pp6ZVbXnkyALhQ0emkfmCrjf+GYVRyiPM=; b=wQyDm5fNVMzBsXSl+buLMmPXkJzlHph4nE6jkCfYUo4Sjnpyxv+uz9H5BKJrJxOKI6 mOVaW9XGuvP/OyF+5fhXuiVGCrAsiJxymXYdV5twKuVUAnucrLGxVy2Kd4jps51tmmye RgcZByXu5735qTw+c+1E+C7LZJZS1pkQRo60gewRYCQus6doTca0kS7vmONO30BCTOWx M4lcf3PnFxRx65uSY6g+o3hRzdnmbsuAFR8FllirQoHkaSnZsDCztzT7AMptHxMMDEBa brvUJoIvMFvTuTlTak+V4CLe+yx7CuG4w86WiSDB5urgFJb3Xqh0A9CxMe1c0yXCkQFR QnxA==
MIME-Version: 1.0
X-Received: by 10.194.242.163 with SMTP id wr3mr26198037wjc.35.1363091832734; Tue, 12 Mar 2013 05:37:12 -0700 (PDT)
Received: by 10.180.189.6 with HTTP; Tue, 12 Mar 2013 05:37:12 -0700 (PDT)
In-Reply-To: <20130311210857.GG38441@mx1.yitter.info>
References: <20130310042250.GE33497@mx1.yitter.info> <7B65185F-2517-4800-AE6A-CBA88F8B5720@vpnc.org> <CAL0qLwaGY0TYOndAUgbVYG5qDKKfP2U5Wuc5+oBXgyJ_kz9wSg@mail.gmail.com> <CAL0qLwYq1bgUykCfPQz7tvMBsxyfXSyBDTQQp=VQPu=74v_G0w@mail.gmail.com> <20130311210857.GG38441@mx1.yitter.info>
Date: Tue, 12 Mar 2013 08:37:12 -0400
Message-ID: <CAL0qLwY9YyLpHF9XYbm5zCC1+3PzCtdcmgyC6eiQ-P7QBKiDyA@mail.gmail.com>
From: "Murray S. Kucherawy" <superuser@gmail.com>
To: Andrew Sullivan <ajs@anvilwalrusden.com>
Content-Type: multipart/alternative; boundary="089e013d1da87c8bbb04d7b98cfa"
Cc: IETF Apps Discuss <apps-discuss@ietf.org>
Subject: Re: [apps-discuss] "finding registered domains"
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Mar 2013 12:37:15 -0000
It's very helpful, thanks. So for the sake of looking through all of our options, could you (or anyone) comment on why we might not want to do a downward tree walk looking for a first administrative boundary record? It seems like those walks are limited to only a couple of queries at most and could be cached for a very long time. It's also been suggested that maybe the solution for this should come from WEIRDS. The reason that might be is that we're trying to impose onto the DNS some structure that isn't there (I hope I'm paraphrasing my DNS colleagues properly there), so maybe the answer to this question should also come from outside the DNS. Is that something that deserves serious consideration, or is it off the mark? -MSK On Mon, Mar 11, 2013 at 5:08 PM, Andrew Sullivan <ajs@anvilwalrusden.com>wrote: > On Mon, Mar 11, 2013 at 04:23:25PM -0400, Murray S. Kucherawy wrote: > > > > I'd like to understand how these are related, or instead how they are > > actually totally different problem spaces. I think this is important to > > figuring out a path forward. > > In my opinion, these are in fact the very same problem, just with > different expressions. > > At bottom, the issue is always that there is an attempt to read from > the hierarchical delegation space of the DNS some sort of > administrative commonality that just doesn't exist. > > In general, domain names just represent the labels of every node down > the DNS tree from the root zone. So, the name > label1.label2.label3.example.com. names several levels of the DNS > tree. And labelA.labelB.labelC.example.com. also names several levels > of the DNS tree. > > What we _cannot_ tell from any of that is who is in control of which > parts. This is true regardless of whether there are any delegations > (SOA records) in the tree anywhere along that FQDN. You can tell that > example.com in both FQDNs are under the same control (because they're > the same node), but you can't tell whether example.com is controlled > by the same people who control .com (compare this with the co.uk/.uk > case). Similarly, you cannot tell whether > labelA.labelB.labelC.example.com. is controlled by the people who > control example.com (compare this to web hotels, for instance, which > have of course mostly fallen out of fashion for this reason). There > are some historically good pretty good rules of thumb, but that's all > they are. > > The "cookies problem" is just a special case: the cookies spec had > peculiar rules about TLDs, and now has some special handling of > sibling and children relationships, but it's still both too broad and > too narrow. > > Does this help? > > Best, > > A > > -- > Andrew Sullivan > ajs@anvilwalrusden.com > _______________________________________________ > apps-discuss mailing list > apps-discuss@ietf.org > https://www.ietf.org/mailman/listinfo/apps-discuss >
- [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Patrik Fältström
- Re: [apps-discuss] "finding registered domains" Paul Hoffman
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Patrik Fältström
- Re: [apps-discuss] "finding registered domains" Phillip Hallam-Baker
- Re: [apps-discuss] "finding registered domains" Phillip Hallam-Baker
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" =JeffH
- Re: [apps-discuss] "finding registered domains" J. Trent Adams
- Re: [apps-discuss] "finding registered domains" Murray S. Kucherawy
- Re: [apps-discuss] "finding registered domains" Murray S. Kucherawy
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Murray S. Kucherawy
- Re: [apps-discuss] "finding registered domains" Hill, Brad
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Phillip Hallam-Baker
- Re: [apps-discuss] "finding registered domains" Murray S. Kucherawy
- Re: [apps-discuss] "finding registered domains" John Levine
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Peter Saint-Andre
- Re: [apps-discuss] "finding registered domains" Murray S. Kucherawy
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" J. Trent Adams
- Re: [apps-discuss] "finding registered domains" Murray S. Kucherawy
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" MH Michael Hammer (5304)
- Re: [apps-discuss] "finding registered domains" Jiankang YAO
- Re: [apps-discuss] "finding registered domains" Phillip Hallam-Baker
- Re: [apps-discuss] "finding registered domains" John Levine
- Re: [apps-discuss] "finding registered domains" Phillip Hallam-Baker
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Hugo Salgado
- Re: [apps-discuss] "finding registered domains" Behnam Esfahbod
- Re: [apps-discuss] "finding registered domains" Hill, Brad
- Re: [apps-discuss] "finding registered domains" Hill, Brad
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Andrew Sullivan
- Re: [apps-discuss] "finding registered domains" Stephane Bortzmeyer
- Re: [apps-discuss] "finding registered domains" John R Levine
- Re: [apps-discuss] "finding registered domains" Stephane Bortzmeyer
- Re: [apps-discuss] "finding registered domains" John R Levine