Re: [Roll] mixture of storing and non-storing nodes

Philip Levis <pal@cs.stanford.edu> Wed, 05 September 2012 01:29 UTC

Return-Path: <pal@cs.stanford.edu>
X-Original-To: roll@ietfa.amsl.com
Delivered-To: roll@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3E8BA21F84CE for <roll@ietfa.amsl.com>; Tue, 4 Sep 2012 18:29:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GZA0rPuFy3ly for <roll@ietfa.amsl.com>; Tue, 4 Sep 2012 18:29:07 -0700 (PDT)
Received: from cs-smtp-2.Stanford.EDU (cs-smtp-2.Stanford.EDU [171.64.64.26]) by ietfa.amsl.com (Postfix) with ESMTP id A1A8321F84C9 for <roll@ietf.org>; Tue, 4 Sep 2012 18:29:07 -0700 (PDT)
Received: from [76.14.66.110] (helo=[192.168.0.103]) by cs-smtp-2.Stanford.EDU with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from <pal@cs.stanford.edu>) id 1T94QT-0007nx-LW; Tue, 04 Sep 2012 18:29:06 -0700
Mime-Version: 1.0 (Apple Message framework v1278)
Content-Type: text/plain; charset="us-ascii"
From: Philip Levis <pal@cs.stanford.edu>
In-Reply-To: <8BE556E9-734D-4691-80C5-19CD7132E5D2@etri.re.kr>
Date: Tue, 04 Sep 2012 18:29:05 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <10F4D589-F3F6-400D-9F34-B93FDC2E5A42@cs.stanford.edu>
References: <CAErDfUQV2E5H66k9YjRSGF8RmA=xhQzrDwpyTRBJ8WQUZh3diw@mail.gmail.com> <B7828579-4864-4CBA-A999-808F394D543F@cisco.com> <BD04C41F-0368-4AEB-8E23-EA3043298599@etri.re.kr> <952CC507-2BA2-4005-B44A-0E40308E15AF@cisco.com> <1EEC52C7-5B67-459D-A579-D809F5426BD0@cs.stanford.edu> <CADnDZ8_zVK=ueFQ9BRA2SQggUkrC32_Qvi0RTSmV4d4puwQVCg@mail.gmail.com> <A48E3E6B-C1BC-4D94-84FB-126992B70990@cs.stanford.edu> <8BE556E9-734D-4691-80C5-19CD7132E5D2@etri.re.kr>
To: JeongGil Ko <jeonggil.ko@etri.re.kr>
X-Mailer: Apple Mail (2.1278)
X-Scan-Signature: a2fe995cb7ed4309b2d212c2bd713a7d
Cc: roll WG <roll@ietf.org>
Subject: Re: [Roll] mixture of storing and non-storing nodes
X-BeenThere: roll@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Routing Over Low power and Lossy networks <roll.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/roll>, <mailto:roll-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/roll>
List-Post: <mailto:roll@ietf.org>
List-Help: <mailto:roll-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/roll>, <mailto:roll-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2012 01:29:08 -0000

In that case, you're the application that is the compelling use case. eIt would be great if you could write a document that more concretely lays out your arguments below; they seem sound to me, but one short email seems insufficient to motivate a significant protocol addition. A more detailed design document would also clearly specify the constraints of the solution. For example, from your description below, it sounds like complete mixed mode is unnecessary; instead, allowing non-storing trees off of a storing network would be sufficient. It could be that setup covers 99% of the mixed use cases, and it is much much simpler than arbitrary compositions.

Phi

On Sep 4, 2012, at 5:36 PM, JeongGil Ko wrote:

> Phil,
> 
> With the RFC 6550, developers can build applications with storing mode or not-storing mode nodes. In some cases they 'can' design systems to be mixed, but since either one of the modes should act as a leaf node, they may result in forming non-optimal routes (in both traffic directions).
> 
> While it may not be a general application (I think it can be but others may think differently), we are currently designing a system where (relatively) resource-rich nodes act as sub-DODAG heads (I am using this expression due to the lack of a better term) and a larger number of resource-constraint nodes act as sensing units. Basically it's a network with device heterogeneity and the two devices have their respective tasks in the network. This doesn't necessarily mean that these resource constraint nodes are always positioned physically at a corner of the network to act as leaf nodes. The physical location of any of these nodes can be at locations where by using it to forward packets, can increase the efficiency of packet forwarding on the DODAG. Thus, but forcing a set of nodes to be leaf nodes, we may miss a chance to have more efficient routing paths.
> 
> In such a network, given RFC 6550, to make sure that the default route performs at its optimal, a system designer needs to select between the storing or non-storing mode (this is the only way we can have all the nodes in the network capable of forwarding packets). First, since we have memory constraints, we do not want the resource constraint nodes to implement storing mode; thus, a full storing mode network is not an option. On the other hand, implementing the entire network with non-storing mode would be inefficient since packets would always have to travel to the DODAG root for all downwards packets (not saying its not going to work but less efficient). An alternative would be to implement non-storing mode for nodes that cannot meet the heavier memory requirements and for the nodes that can spare some space to store routes... use the storing mode. This can help cut the stretch of the packets that travel to non-root destinations. Networks with device heterogeneity (a mix of powerful and 'dumb' nodes) can choose to use such 'mixed' network configuration to preserve the upwards routing performance and also perform downwards routing efficiently. The draft  simply proposes a few light weight changes that are required to make this happen.
> 
> I agree with you that if a proposal not realist nor useful in real life, that it is meaningless (or less meaningful) to push the proposal on the standards track. Nevertheless, I believe that we should make sure that RPL can allow/tolerate for various network configurations so that it is not the standards that is limiting the development of new systems. My $0.02 :)
> 
> Thanks!
> 
> -John
> 
> 
> On Sep 5, 2012, at 1:17 AM, Philip Levis wrote:
> 
>> 
>> On Sep 4, 2012, at 3:04 AM, Abdussalam Baryun wrote:
>> 
>>> Hi Philip,
>>> 
>>> I also think that RPL is complicated, for good reasons, but not always
>>> complicated protocols should not be optimized or assisted by others.
>>> However, new ideas and drafts are always recommended.
>> 
>> 
>> As an academic, I agree wholeheartedly. Also as an academic, I'd argue that new ideas which do not have a strong application pull are the province of research, not standardization. Our goal here is to standardize practice for interoperability, not come up with new ideas. But that's just my 2 cents.
>> 
>> Phil
>> 
>> _______________________________________________
>> Roll mailing list
>> Roll@ietf.org
>> https://www.ietf.org/mailman/listinfo/roll
> 


Phil