Re: [re-ECN] VIability issue #2
<toby.moncaster@bt.com> Mon, 16 November 2009 10:13 UTC
Return-Path: <toby.moncaster@bt.com>
X-Original-To: re-ecn@core3.amsl.com
Delivered-To: re-ecn@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id D189028C11D for <re-ecn@core3.amsl.com>;
Mon, 16 Nov 2009 02:13:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5
tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
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 XeUxaAvmmnn4 for
<re-ecn@core3.amsl.com>; Mon, 16 Nov 2009 02:13:26 -0800 (PST)
Received: from smtp4.smtp.bt.com (smtp4.smtp.bt.com [217.32.164.151]) by
core3.amsl.com (Postfix) with ESMTP id 9D09F28C117 for <re-ecn@ietf.org>;
Mon, 16 Nov 2009 02:13:26 -0800 (PST)
Received: from E03MVZ1-UKDY.domain1.systemhost.net ([193.113.30.64]) by
smtp4.smtp.bt.com with Microsoft SMTPSVC(6.0.3790.3959);
Mon, 16 Nov 2009 10:13:24 +0000
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Mon, 16 Nov 2009 10:13:20 -0000
Message-ID: <AEDCAF87EEC94F49BA92EBDD49854CC70DF1D210@E03MVZ1-UKDY.domain1.systemhost.net>
In-Reply-To: <20091115024944.GD7589@verdi>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [re-ECN] VIability issue #2
thread-index: AcplnkvRv8edHkL7RXGMzIJReRbQRQBBclIQ
References: <c22.6dd3f8e3.3825639c@aol.com><AEDCAF87EEC94F49BA92EBDD49854CC70DD2F822@E03MVZ1-UKDY.domain1.systemhost.net><4AFF1315.3010908@bell.net>
<20091115024944.GD7589@verdi>
From: <toby.moncaster@bt.com>
To: <john@jlc.net>, <tom111.taylor@bell.net>
X-OriginalArrivalTime: 16 Nov 2009 10:13:24.0744 (UTC)
FILETIME=[6EC3C080:01CA66A5]
Cc: re-ecn@ietf.org
Subject: Re: [re-ECN] VIability issue #2
X-BeenThere: re-ecn@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: re-inserted explicit congestion notification <re-ecn.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/re-ecn>,
<mailto:re-ecn-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/re-ecn>
List-Post: <mailto:re-ecn@ietf.org>
List-Help: <mailto:re-ecn-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/re-ecn>,
<mailto:re-ecn-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Nov 2009 10:13:27 -0000
> -----Original Message----- > From: re-ecn-bounces@ietf.org [mailto:re-ecn-bounces@ietf.org] On > Behalf Of John Leslie > Sent: 15 November 2009 02:50 > To: Tom Taylor > Cc: re-ecn@ietf.org > Subject: Re: [re-ECN] VIability issue #2 > > Tom Taylor <tom111.taylor@bell.net> wrote: > > > > OK, so assume a sender has perfect knowledge of the instantaneous > level of > > downstream congestion, which seems to be the goal expressed by your > > statement. > > What do you expect the sender to do about it? > > First, we need to be clear what you mean by "sender": it could be > > - any router forwarding packets along the path; > - an egress router at a end-user site; > - any host stack "originating" packets; > - an application making a call to a transport protocol. > > (The answers would be different...) I am not saying the sender should do _anything_ about this knowledge - knowledge of the congestion level does not equate to a need to do anything about it. Just as a lack of knowledge doesn't allow you to ignore the congestion. You need to move on from considering congestion ONLY in light of packet drop from the end of a taildrop queue. That is the extreme end of congestion where it is actually causing significant impairment to lots of flows. Conex should be all about revealing congestion _before_ it gets that bad (e.g. as the queues start to build). It is that information that needs to be delivered to the sender in as timely a fashion as possible. > > > I think the following list exhausts the possibilities: > > Oh, hardly... > > > (1) Schedule transmission of the current packet for later, when > > congestion may be lower. > > > > (2) Drop the current packet at source. > > > > (3) Kill the flow to which the packet belongs (e.g., close the > socket). > > > > (4) Don't let new flows start (e.g., refuse to open a socket to the > > destination concerned). > > > > The obvious implementation of (1) and (2) at operating system level > is a > > packet queue where the oldest packet is dropped when the queue > overflows. > > This borders on brain-dead for an end-user OS. > > (Of course, any "sender" always _might_ drop a packet...) You are talking about how should congestion control work. That is definitely out of scope for conex.... > > > I can't see doing (3) and (4) based on instantaneous conditions. > > Assuming perfect knowledge, the decision to maintain or drop a > > given flow depends on congestion throughout the life of the flow, > > and whether that prevents the flow from meeting its objectives. > > In the absence of QoS expectations, such a decision tends to be > left to the (wetware) user. > > > In the absence of perfect knowledge, it seems more rational to > > use information on the behaviour of congestion over some period > > of time as a predictor of what conditions the flow can expect to > > encounter in the future. > > This tends to be a black art -- guessing what the (wetware) user > will prefer if you guess wrong. :^( > > > The point I'm trying to make is that within-RTT feedback has very > > limited usefulness for traffic regulation. > > The one-RTT feedback is intended to be strictly a decision of > which packets to mark "congestion-expected". The triage issue is > only whether to stop marking for a particular flow, presumably > causing some of the not-marked packets to be dropped -- perhaps > by a policer/dropper or perhaps by a forwarding router. Indeed - if you delay marking too long then the information is out of date thus (in many of the proposed use cases) you are singling yourself out for being targeted for policing. > > -- > John Leslie <john@jlc.net> > _______________________________________________ > re-ECN mailing list > re-ECN@ietf.org > https://www.ietf.org/mailman/listinfo/re-ecn
- [re-ECN] VIability issue #2 Leslie Daigle
- Re: [re-ECN] VIability issue #2 toby.moncaster
- Re: [re-ECN] VIability issue #2 João Taveira Araújo
- Re: [re-ECN] VIability issue #2 HeinerHummel
- Re: [re-ECN] VIability issue #2 toby.moncaster
- Re: [re-ECN] VIability issue #2 HeinerHummel
- Re: [re-ECN] VIability issue #2 HeinerHummel
- Re: [re-ECN] VIability issue #2 Tom Taylor
- Re: [re-ECN] VIability issue #2 John Leslie
- Re: [re-ECN] VIability issue #2 HeinerHummel
- Re: [re-ECN] VIability issue #2 Woundy, Richard
- Re: [re-ECN] VIability issue #2 toby.moncaster