Re: [homenet] New Version Notification for draft-barth-homenet-wifi-roaming-00.txt

Michael Thomas <mike@mtcc.com> Thu, 26 November 2015 15:29 UTC

Return-Path: <mike@mtcc.com>
X-Original-To: homenet@ietfa.amsl.com
Delivered-To: homenet@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 352E11B3B37 for <homenet@ietfa.amsl.com>; Thu, 26 Nov 2015 07:29:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.687
X-Spam-Level:
X-Spam-Status: No, score=-1.687 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_ALL=0.8, RP_MATCHES_RCVD=-0.585, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no
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 lJijuGkai_NM for <homenet@ietfa.amsl.com>; Thu, 26 Nov 2015 07:28:59 -0800 (PST)
Received: from mtcc.com (mtcc.com [50.0.18.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1957A1B3B31 for <homenet@ietf.org>; Thu, 26 Nov 2015 07:28:58 -0800 (PST)
Received: from takifugu.mtcc.com (takifugu.mtcc.com [50.0.18.224]) (authenticated bits=0) by mtcc.com (8.14.7/8.14.7) with ESMTP id tAQFSv2e007135 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for <homenet@ietf.org>; Thu, 26 Nov 2015 07:28:57 -0800
To: homenet@ietf.org
References: <20151016113242.29159.37112.idtracker@ietfa.amsl.com> <5620E158.4000309@openwrt.org> <56265237.8020202@gmail.com> <56571260.6040504@globis.net> <alpine.DEB.2.02.1511261610310.24520@uplift.swm.pp.se>
From: Michael Thomas <mike@mtcc.com>
Message-ID: <56572539.8080802@mtcc.com>
Date: Thu, 26 Nov 2015 07:28:57 -0800
User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <alpine.DEB.2.02.1511261610310.24520@uplift.swm.pp.se>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/homenet/_azEiVyIvX8UN8kXM8HRCJBKe6Q>
Subject: Re: [homenet] New Version Notification for draft-barth-homenet-wifi-roaming-00.txt
X-BeenThere: homenet@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF Homenet WG mailing list <homenet.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/homenet>, <mailto:homenet-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/homenet/>
List-Post: <mailto:homenet@ietf.org>
List-Help: <mailto:homenet-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/homenet>, <mailto:homenet-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Nov 2015 15:29:00 -0000

On 11/26/2015 07:15 AM, Mikael Abrahamsson wrote:
> On Thu, 26 Nov 2015, Ray Hunter (v6ops) wrote:
>
>> I have read this draft and find it interesting.
>>
>> The use of host routes would seem appealing to avoid
>> 1) any need for stateful "home agent" and multiple forwarding
>> 2) renumbering of the end nodes when roaming
>> 3) relatively small number of hosts compared to the complexity of the 
>> topology
>>
>> Use of RFC7217 addresses would seem appropriate, but that assumes 
>> that DAD really is reliable at the time a node attaches to the 
>> homenet for the first time.
>
> Wouldn't it be better to adopt 
> https://tools.ietf.org/html/draft-ietf-v6ops-host-addr-availability-02 
> and just give every device its own /64 and move that around?
>
> My worry about the whole L3 approach is how long does it take to 
> re-establish packet flows after the L2 wifi handover between APs 
> compared to an L2 only solution?
>
>> What's the benefit/downside of this approach compared to having 
>> roaming nodes actively take part in the HNCP acting as "multi-homed 
>> routers" with an internal (invariant) /64 VLAN used to bind to 
>> applications?
>
> I'd say this approach adds one more layer that needs to come up before 
> packets can start flowing again, especially since it would require 
> routing protocol participation as well, I'd imagine.
>
> If 802.11 can assure L2 handover in 1 second (I don't know how long 
> the handover time is, just guessing), how much are we willing to add 
> in time because of L3 mechanisms added on top of this, before packet 
> flows are up and running again?
>

Even if it's a 1/2 second, the l2 handover is still far too long for, 
say, real time flows. Isn't this why you want to
do make-before-break if at all possible? at that point, time-to-flow is 
less of an issue, right?

Mike