Re: [tcpm] WG status update

Joe Touch <touch@isi.edu> Tue, 16 November 2010 23:38 UTC

Return-Path: <touch@isi.edu>
X-Original-To: tcpm@core3.amsl.com
Delivered-To: tcpm@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 9F6743A6876 for <tcpm@core3.amsl.com>; Tue, 16 Nov 2010 15:38:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.58
X-Spam-Level:
X-Spam-Status: No, score=-102.58 tagged_above=-999 required=5 tests=[AWL=0.019, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 NspgcxtQFRRu for <tcpm@core3.amsl.com>; Tue, 16 Nov 2010 15:38:52 -0800 (PST)
Received: from nitro.isi.edu (nitro.isi.edu [128.9.208.207]) by core3.amsl.com (Postfix) with ESMTP id D91E13A6874 for <tcpm@ietf.org>; Tue, 16 Nov 2010 15:38:52 -0800 (PST)
Received: from [128.9.160.166] (abc.isi.edu [128.9.160.166]) (authenticated bits=0) by nitro.isi.edu (8.13.8/8.13.8) with ESMTP id oAGNdLpT012312 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 16 Nov 2010 15:39:21 -0800 (PST)
Message-ID: <4CE31628.2000602@isi.edu>
Date: Tue, 16 Nov 2010 15:39:20 -0800
From: Joe Touch <touch@isi.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
MIME-Version: 1.0
To: Lars Eggert <lars.eggert@nokia.com>
References: <C304DB494AC0C04C87C6A6E2FF5603DB4821F155C3@NDJSSCC01.ndc.nasa.gov> <4CDA4FA9.4050006@alcatel-lucent.com> <5FDC413D5FA246468C200652D63E627A0B54DF91@LDCMVEXC1-PRD.hq.netapp.com> <4CE10B0C.1040705@alcatel-lucent.com> <9EAEB61A-6E43-4EB2-B89F-32A3957814AB@nokia.com>
In-Reply-To: <9EAEB61A-6E43-4EB2-B89F-32A3957814AB@nokia.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-MailScanner-ID: oAGNdLpT012312
X-ISI-4-69-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Cc: "tcpm@ietf.org" <tcpm@ietf.org>
Subject: Re: [tcpm] WG status update
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tcpm>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 16 Nov 2010 23:38:53 -0000

On 11/15/2010 4:54 AM, Lars Eggert wrote:
> Hi,
>
> On 2010-11-15, at 12:27, Bruno Mongazon-Cazavet wrote:
>> Please let me know, if from the design point of view, the WG would consider the opportunity to have a lightweight MPTCP that would look like TCP-Rehash.
>
> given that the IETF is already working on MPTCP, it's a bit
> difficult to see why we should work on another extension to TCP that
> does some of what MPTCP does, but not all of it, and in a way that is
> not interoperable with it.

I had argued that MPTCP was trying to solve two separate issues (perhaps 
three):

1) use of more than one *path* between two endpoints at the same time

2) use of multiple endpoint IP addresses between two pairs at the same time

(3) shifting the addresses in #2 dynamically, i.e., not so much 
concurrent use as a sequence of uses

My concern, FWIW, remains that inferring #1 from #2 is just wrong. 
Beyond that concern, however, I didn't like the idea of bundling two 
separately useful features in a single system, since I didn't see the 
two as necessarily related anyway.

TCP-Rehash - good or bad, I don't know (I haven't looked in detail, but 
see below) - at least admits that there's utility to #3 independent of 
#1 and #2.

So I don't see this as related to MPTCP at all.

That said, I have other concerns, e.g., as to TCP-Rehash replicating 
work that has already been done in HIP, SHIM6, or just over tunnels in 
general.

FWIW, I'm also concerned about the fact that TCP *defines* its 
connections in terms of endpoint addresses, so the *semantics* needs to 
be updated if there's a corresponding redefinition of how the connection 
is now dissociated from those addresses.

But, again, this is not at all related to MPTCP to me.

Joe