Re: [tae] Transport negotiation
Janardhan Iyengar <janardhan.iyengar@fandm.edu> Wed, 26 November 2008 16:24 UTC
Return-Path: <tae-bounces@ietf.org>
X-Original-To: tae-archive@ietf.org
Delivered-To: ietfarch-tae-archive@core3.amsl.com
Received: from [127.0.0.1] (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id 4A49C3A6B64;
Wed, 26 Nov 2008 08:24:13 -0800 (PST)
X-Original-To: tae@core3.amsl.com
Delivered-To: tae@core3.amsl.com
Received: from localhost (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id 58B4C28C0F1;
Wed, 26 Nov 2008 08:24:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.044
X-Spam-Level:
X-Spam-Status: No, score=-2.044 tagged_above=-999 required=5 tests=[AWL=0.555,
BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32])
by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id wQvUr+yKKgV3; Wed, 26 Nov 2008 08:24:11 -0800 (PST)
Received: from zimfe2.fandm.edu (zimfe2.fandm.edu [155.68.1.75])
by core3.amsl.com (Postfix) with ESMTP id 1C9BC28C0CE;
Wed, 26 Nov 2008 08:24:10 -0800 (PST)
Received: from surutti.fandm.edu (dhcp-155-68-60-80.fandm.edu [155.68.60.80])
by zimfe2.fandm.edu (Postfix) with ESMTP id 0BA9C116801B;
Wed, 26 Nov 2008 11:21:58 -0500 (EST)
Message-ID: <492D7823.1060505@fandm.edu>
Date: Wed, 26 Nov 2008 11:24:03 -0500
From: Janardhan Iyengar <janardhan.iyengar@fandm.edu>
Organization: Franklin & Marshall College
User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105)
MIME-Version: 1.0
To: Joe Touch <touch@ISI.EDU>
References: <3BB334D8-B00C-48C1-ACBF-4D09576DEADF@mpi-sws.org>
<492C7F97.3030000@isi.edu>
In-Reply-To: <492C7F97.3030000@isi.edu>
Cc: tae@ietf.org, tsv-area@ietf.org
Subject: Re: [tae] Transport negotiation
X-BeenThere: tae@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: janardhan.iyengar@fandm.edu
List-Id: Transport Architecture Evolution <tae.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/tae>,
<mailto:tae-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/pipermail/tae>
List-Post: <mailto:tae@ietf.org>
List-Help: <mailto:tae-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tae>,
<mailto:tae-request@ietf.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: tae-bounces@ietf.org
Errors-To: tae-bounces@ietf.org
Hi Joe, > Right. The trick is that there is no such thing as HTTP; it's HTTP over > TCP. What you want is "HTTP by any means"; whether the DNS supports this > is less the issue than the fact that IANA doesn't really define such a > thing. You are right in that IANA does not define a HTTP over * (or 80/*). But IANA does not decide which application gets to use which transport, the application does. As a result, an application (SIP, for instance) that supports using any of UDP, TCP or SCTP registers all three with IANA, and has to try one of several hacks to actually establish a connection using a desired transport. The idea on the table is to make this negotiation cleaner, so that hacks don't need to be used for current and future transports. > I'm confused as to how you expect to proceed here. Whether it's an > amorphous SYN or a DNS request, you still need to be able to express > more than a single packet's worth of info, by definition. You talk about > TCP and SCTP, but in reality it's "TCP that supports the options I > require" that matters. I don't see how to negotiate how to negotiate > without starting off with a negotiation - which is what a TCP SYN, e.g., is. > > There are several levels of such negotiation that need to happen - IP > version, TCP vs. SCTP vs. UDP etc., the options of the transport, etc. > How do you expect to bootstrap "what transports can you speak" without > some sort of common protocol? Then what we need is a transport negotiation protocol that allows a client to initiate a session with a "multi-transport" SYN (with per-transport options), no? IP negotiation is a different beast, IMHO, than transport negotiation. At the transport, the two ends matter the most, and we need to be able to "get through" the (not-so-transparent) middleboxes. There is one more concern with DNS-based solutions that I want to add: A DNS-based solution will not work in networks such as peer-to-peer networks where most peers are identified by their IPs. DNS is not an option for endhosts that do not have DNS entries to begin with. I don't think it is reasonable to expect _every_ "multi-transport" communication session to use DNS, since there are many "single-transport" sessions today that don't. regards, - jana -- Janardhan Iyengar Assistant Professor, Computer Science Franklin & Marshall College http://www.fandm.edu/jiyengar _______________________________________________ tae mailing list tae@ietf.org https://www.ietf.org/mailman/listinfo/tae
- [tae] Transport negotiation Bryan Ford
- Re: [tae] Transport negotiation Joe Touch
- Re: [tae] Transport negotiation Janardhan Iyengar
- Re: [tae] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation Lloyd Wood
- Re: [tae] [tsv-area] Transport negotiation Lloyd Wood
- Re: [tae] [tsv-area] Transport negotiation Iljitsch van Beijnum
- Re: [tae] [tsv-area] Transport negotiation Stuart Cheshire
- Re: [tae] [tsv-area] Transport negotiation james woodyatt
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation james woodyatt
- Re: [tae] [tsv-area] Transport negotiation Iljitsch van Beijnum
- Re: [tae] [tsv-area] Transport negotiation james woodyatt
- Re: [tae] [tsv-area] Transport negotiation Lloyd Wood
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation Lloyd Wood
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation John Leslie
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation Stuart Cheshire
- Re: [tae] [tsv-area] Transport negotiation John Leslie
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation james woodyatt
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation Stuart Cheshire
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation Stuart Cheshire
- Re: [tae] [tsv-area] Transport negotiation james woodyatt
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation james woodyatt
- Re: [tae] [tsv-area] Transport negotiation John Leslie
- Re: [tae] [tsv-area] Transport negotiation Gorry Fairhurst
- Re: [tae] [tsv-area] Transport negotiation Iljitsch van Beijnum
- Re: [tae] [tsv-area] Transport negotiation Gorry Fairhurst
- Re: [tae] [tsv-area] Transport negotiation Iljitsch van Beijnum
- Re: [tae] [tsv-area] Transport negotiation Lloyd Wood
- Re: [tae] [tsv-area] Transport negotiation Lloyd Wood
- Re: [tae] [tsv-area] Transport checksum Gorry Fairhurst
- Re: [tae] [tsv-area] Transport negotiation Phelan, Tom
- Re: [tae] [tsv-area] Transport negotiation Iljitsch van Beijnum
- Re: [tae] [tsv-area] Transport negotiation Marshall Eubanks
- Re: [tae] [tsv-area] Transport negotiation Iljitsch van Beijnum
- Re: [tae] [tsv-area] Transport negotiation Phelan, Tom
- Re: [tae] [tsv-area] Transport negotiation james woodyatt
- Re: [tae] [tsv-area] Transport negotiation Stuart Cheshire
- Re: [tae] [tsv-area] Transport negotiation Joe Touch
- Re: [tae] [tsv-area] Transport negotiation Iljitsch van Beijnum
- Re: [tae] [tsv-area] Transport negotiation Bryan Ford
- Re: [tae] [tsv-area] Transport negotiation Bryan Ford
- Re: [tae] [tsv-area] Transport negotiation Bryan Ford
- [tae] Host versus Endpoint Granularity (was Re: T… Bryan Ford
- Re: [tae] [tsv-area] Transport negotiation L.Wood
- Re: [tae] [tsv-area] Transport negotiation Joe Touch