Re: [Taps] TCP components

Mirja Kühlewind <mirja.kuehlewind@tik.ee.ethz.ch> Wed, 17 June 2015 08:28 UTC

Return-Path: <mirja.kuehlewind@tik.ee.ethz.ch>
X-Original-To: taps@ietfa.amsl.com
Delivered-To: taps@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 07C8E1A700B for <taps@ietfa.amsl.com>; Wed, 17 Jun 2015 01:28:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.21
X-Spam-Level:
X-Spam-Status: No, score=-1.21 tagged_above=-999 required=5 tests=[BAYES_50=0.8, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZWZ3gswJYnY5 for <taps@ietfa.amsl.com>; Wed, 17 Jun 2015 01:28:25 -0700 (PDT)
Received: from smtp.ee.ethz.ch (smtp.ee.ethz.ch [129.132.2.219]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 41C251A7003 for <taps@ietf.org>; Wed, 17 Jun 2015 01:28:24 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by smtp.ee.ethz.ch (Postfix) with ESMTP id 5C01DD9307; Wed, 17 Jun 2015 10:28:22 +0200 (MEST)
X-Virus-Scanned: by amavisd-new on smtp.ee.ethz.ch
Received: from smtp.ee.ethz.ch ([127.0.0.1]) by localhost (.ee.ethz.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1wO0bPgOzcMQ; Wed, 17 Jun 2015 10:28:22 +0200 (MEST)
Received: from [192.168.220.145] (178-83-155-34.dynamic.hispeed.ch [178.83.155.34]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mirjak) by smtp.ee.ethz.ch (Postfix) with ESMTPSA id 0F418D9302; Wed, 17 Jun 2015 10:28:22 +0200 (MEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
From: Mirja Kühlewind <mirja.kuehlewind@tik.ee.ethz.ch>
In-Reply-To: <A3EF3A19-0E37-42E6-8D17-94164EBA7FDD@ifi.uio.no>
Date: Wed, 17 Jun 2015 10:28:21 +0200
Content-Transfer-Encoding: quoted-printable
Message-Id: <154FD7B7-9A01-43EC-927D-B9D71F1BC38D@tik.ee.ethz.ch>
References: <5579768E.5060402@tik.ee.ethz.ch> <A3EF3A19-0E37-42E6-8D17-94164EBA7FDD@ifi.uio.no>
To: Michael Welzl <michawe@ifi.uio.no>
X-Mailer: Apple Mail (2.2098)
Archived-At: <http://mailarchive.ietf.org/arch/msg/taps/0Y17LZuu--xLJTJiQGOy53wB8ww>
Cc: Brian Trammell <ietf@trammell.ch>, "taps@ietf.org" <taps@ietf.org>
Subject: Re: [Taps] TCP components
X-BeenThere: taps@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Discussions on Transport Services <taps.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/taps>, <mailto:taps-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/taps/>
List-Post: <mailto:taps@ietf.org>
List-Help: <mailto:taps-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/taps>, <mailto:taps-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Jun 2015 08:28:28 -0000

Hi Michael,

see below.

> Am 17.06.2015 um 09:36 schrieb Michael Welzl <michawe@ifi.uio.no>:
> 
> Hi,
> 
> 
>> On 11 Jun 2015, at 13:52, Mirja Kühlewind <mirja.kuehlewind@tik.ee.ethz.ch> wrote:
>> 
>> Hi all,
>> 
>> we gave it a first try to rewrite the component section for TCP. The insight I took from the discussion on the list is that components probably are much more linked to the implementation (choices) a certain protocol made while features are probably more high-level having the question in mind what does an application potentially want/need to know.
>> 
>> So for the components in TCP we now have the following list:
>> 
>> - Connection-oriented bidirectional communication using three-way handshake connection setup with
>> 	feature negotiation and an explicit distinction between passive and active open:
>> 	This implies both unicast addressing and a guarantee of return routability.
>> - Single stream-oriented transmission:
>> 	The stream abstraction atop the datagram service provided by IP is implemented by dividing
>> 	the stream into segments.
>> - Limited control over segment transmission scheduling (Nagle's algorithm):
>> 	This allows for delay minimization in interactive applications.
>> - Port multiplexing, with application-to-port mapping during connection setup:
>> 	Note that in the presence of network address and port translation (NAPT), TCP ports are
>> 	in effect part of the endpoint address for forwarding purposes.
>> - Full reliability based on ack-based loss detection and retransmission:
>> 	Loss is sensed using duplicated acks ("fast retransmit"), which places a lower bound on
>> 	the delay inherent in this approach to reliability.
>> - Error detection based on a checksum covering the network and transport headers as well as payload:
>> 	Packets that are detected as corrupted are dropped, relying on the reliability mechanism
>> 	to retransmit them.
>> - Window-based flow control, with receiver-side window management and signaling of available window:
>> 	Scaling the flow control window beyond 64kB requires the use of an optional feature,
>> 	which has performance implications in environments where this option is not supported.
>> - Window-based congestion control reacting to loss, delay, retransmission timeout, or
>> 	an explicit congestion signal (ECN):
>> 	Most commonly used is a loss signal from the reliability component's retransmission mechanism.
>> 	TCP reacts to a congestion signal by reducing the size of the congestion window;
>> 	retransmission timeout is generally handled with a larger reaction than other signals.
>> 
>> We are currently still working on the list of features that results from thiese components but we are not there yet. Probably we not only need the features itself but also properties/aspects (or however you want to call this) of the feature. We already had this discussion a bit but wanted to postpone the decision if we really need to define an own term for this until we are sure that we need it.
>> 
>> We are posting this list of (TCP) components now because we would like to get some feedback if this goes into the right direction/is on the right level of detail before we go on and apply this also to other protocols.
> 
> I agree that the list below is closer to what I think a "component" should be ... but looking at it, is it not even clearer now that components are not what TAPS is after? To me this list now contains lots and lots of details that are irrelevant to the service provided to the application. Not harmful to list but pretty useless?!

In this case we decided to list/discuss rather some more details, so that people can understand what we had in mind. We might remove some of these details/explanations at the end (or move those parts that are actually relevant into the feature section (4)).

> 
> And how do you draw the line for what goes in and out of such a list? E.g., on which basis did you decide that FACK, FRTO, PRR and DSACK are not mentioned?

We tried to ask ourself which parts have an effect on the behavior of the flow that could potentially be of interest for the application. We might have missed some points. Actually Gorry already point out some.

The next step is to work on the feature list and figure out how these things that are interesting for the application would be described in a more general way (independent of the concrete algorithm that is used by one protocol) and also discuss which features actually should be exposed because they have a real use for the application.

> 
> To me, this whole thing is just too full of arbitrariness. We should aim for a systematic approach that minimizes the number of arbitrary decisions made IMO.

For us the systematic approach is to look at the implementation of existing protocol an figure out which algorithm have an influence on the traffic that might be interest for a higher layer to control. So we always had, to some extend, the application in mind. However, you could go for a even more generic approach and only look at the implementation and as a first step figure where are any knobs that in principle could be configurable and then afterwards discuss all of these very specific knobs. I though about this approach and think it would be an interest exercise and potentially the right way to go. But I also think that the overhead would be super large and I don’t think it would give us much more than we have right now. So we the current approach we might need to expect some arbitrariness…

Mirja

> 
> Cheers,
> Michael