Re: [Roll] I-D Action: draft-ietf-roll-p2p-rpl-10 comments

Mukul Goyal <mukul@uwm.edu> Sat, 05 May 2012 16:06 UTC

Return-Path: <prvs=4655d8005=mukul@uwm.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 9B9BD21F8495 for <roll@ietfa.amsl.com>; Sat, 5 May 2012 09:06:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.238
X-Spam-Level:
X-Spam-Status: No, score=-6.238 tagged_above=-999 required=5 tests=[AWL=0.361, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0P3T6Egc6zqz for <roll@ietfa.amsl.com>; Sat, 5 May 2012 09:06:00 -0700 (PDT)
Received: from ip1mta.uwm.edu (ip1mta.uwm.edu [129.89.7.18]) by ietfa.amsl.com (Postfix) with ESMTP id DB6C121F85CC for <Roll@ietf.org>; Sat, 5 May 2012 09:05:59 -0700 (PDT)
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ap4EABdPpU9/AAAB/2dsb2JhbABFhXKwFQEBAQMBAQEBIEsLBQcPDgMEAQEDAg0ZAikoCAYTGQKHbgULp1GJHIkFBIEviVAFhQOBGASIZI0akEKDBw
Received: from localhost (localhost.localdomain [127.0.0.1]) by mta03.pantherlink.uwm.edu (Postfix) with ESMTP id 57823499101; Sat, 5 May 2012 11:05:59 -0500 (CDT)
X-Virus-Scanned: amavisd-new at mta03.pantherlink.uwm.edu
Received: from mta03.pantherlink.uwm.edu ([127.0.0.1]) by localhost (mta03.pantherlink.uwm.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tlIe3pbl2HHx; Sat, 5 May 2012 11:05:58 -0500 (CDT)
Received: from mail17.pantherlink.uwm.edu (mail17.pantherlink.uwm.edu [129.89.7.177]) by mta03.pantherlink.uwm.edu (Postfix) with ESMTP id F0755499103; Sat, 5 May 2012 11:05:58 -0500 (CDT)
Date: Sat, 05 May 2012 11:05:58 -0500
From: Mukul Goyal <mukul@uwm.edu>
To: Federico Consoli <admin@ipv6it.org>
Message-ID: <384247923.280425.1336233958879.JavaMail.root@mail17.pantherlink.uwm.edu>
In-Reply-To: <4FA545E9.4030002@ipv6it.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
X-Originating-IP: [99.20.249.193]
X-Mailer: Zimbra 6.0.15_GA_2995 (ZimbraWebClient - IE8 (Win)/6.0.15_GA_2995)
X-Authenticated-User: mukul@uwm.edu
Cc: Roll@ietf.org
Subject: Re: [Roll] I-D Action: draft-ietf-roll-p2p-rpl-10 comments
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: Sat, 05 May 2012 16:06:00 -0000

[Federico]
>Yes but even if you got a small Imin value, network congestion may be 
only in a small initial period because Imin is incremented at each 
submission.

[Mukul]
In smart home environment, you care a lot about extra DIO packets (to save on battery). So, even though network congestion might be for a small time duration during one particular route discovery, the overall life time of a device might take a big hit over the course of multiple discoveries over time.

[Federico]   
>IMHO I think that K=1 is too conservative.

[Mukul]
It is indeed conservative and that is because smart home needs it to be conservative. And smart home is the application environment that cares most about using the default configuration option in order to save on bytes (and hence battery).

[Federico]
>The situation that I describedcan be seen from another point of view.

Suppose now that A and B got about 15-20 neighbor.
A got a rank of 500
B got a rank of 3000

A suppresses DIOs for the reason described previously so node B will 
continue to use a bad path for a very long time because it does "not 
know" that node A "exists". I think that K should be at least =2 or more.

[Mukul]
Continue using bad path? The route discovery is still going on! In the scenario you described, B probably will take a long time to be "discovered" or perhaps not be discovered at all within the specified DAG lifetime.

Thanks
Mukul 



> On the other hand, if Imin/K are set less conservatively, you might see too many DIOs generated. There is no silver bullet. No single setting would work well in all situations. We do provide some guidance on how to set trickle timer in Section 9.2 of the draft. The trickle parameter values in default configuration option are a conservative estimate based on the desire to avoid too many DIOs. If these settings are not OK for a particular deployment, well then the default configuration option should not be used. The connectivity variance you described is indeed a tricky situation and would require a tradeoff with the need to avoid generating too many DIOs. I imagine one possible solution could be to allow a node to set its k based on its position (rank) in the DAG (k increases as you move closer to the edge). But, again there might be cases where this (or any other fix) wont work.
>
> Thanks
> Mukul
>
> ----- Original Message -----
> From: "Federico Consoli"<admin@ipv6it.org>
> To: roll@ietf.org
> Sent: Saturday, May 5, 2012 4:04:09 AM
> Subject: [Roll]  I-D Action: draft-ietf-roll-p2p-rpl-10 comments
>
> Hi,
> I disagree with the default value of trickle timer, especially for
> Imin=6 and K=1.
> If you got a dense network it could lead to a very long time to build DAG.
>
> Eg. Suppose you got 2 node A, B.
> Node A got about 15-20 neighbor
> Node B got only A as a neighbor.
>
> When node A receive its first DIO it resets trickle to Imin and it
> starts trickle timer. Since A got a lot of neighbor its probably receive
> another consistent DIO so it will suppress the DIO message and it will
> increase its Imin to 7. So if node A suppress 6-8 times its DIO node B
> will receive it after a long time. Finally if the link A-B got an ETX of
> 2 or 3 (or more) this time doubles.
>
> These situations are not uncommon, especially in the routers at the edge
> of dense networks.
>


-- 
Regards

Consoli Federico

_______________________________________________
Roll mailing list
Roll@ietf.org
https://www.ietf.org/mailman/listinfo/roll