[Bier] Dirk/*: Re: WGLC - draft-ietf-bier-te-arch (was: Re: Comments on draft-ietf-bier-te-arch-03)

Toerless Eckert <tte@cs.fau.de> Tue, 18 February 2020 15:34 UTC

Return-Path: <eckert@i4.informatik.uni-erlangen.de>
X-Original-To: bier@ietfa.amsl.com
Delivered-To: bier@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 676E11208BC for <bier@ietfa.amsl.com>; Tue, 18 Feb 2020 07:34:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.869
X-Spam-Level:
X-Spam-Status: No, score=-0.869 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NEUTRAL=0.779, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=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 QjW0JdT-Ivot for <bier@ietfa.amsl.com>; Tue, 18 Feb 2020 07:34:04 -0800 (PST)
Received: from faui40.informatik.uni-erlangen.de (faui40.informatik.uni-erlangen.de [IPv6:2001:638:a000:4134::ffff:40]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2EF761208DE for <bier@ietf.org>; Tue, 18 Feb 2020 07:34:00 -0800 (PST)
Received: from faui48f.informatik.uni-erlangen.de (faui48f.informatik.uni-erlangen.de [131.188.34.52]) by faui40.informatik.uni-erlangen.de (Postfix) with ESMTP id 1D75F548015; Tue, 18 Feb 2020 16:33:55 +0100 (CET)
Received: by faui48f.informatik.uni-erlangen.de (Postfix, from userid 10463) id 0F4B6440040; Tue, 18 Feb 2020 16:33:55 +0100 (CET)
Date: Tue, 18 Feb 2020 16:33:55 +0100
From: Toerless Eckert <tte@cs.fau.de>
To: Dirk Trossen <Dirk.Trossen@InterDigital.com>
Cc: "bier@ietf.org" <bier@ietf.org>
Message-ID: <20200218153355.GA57006@faui48f.informatik.uni-erlangen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <BN7PR10MB26906CF86DEAEC9443D8F7FDF8840@BN7PR10MB2690.namprd10.prod.outlook.com>
User-Agent: Mutt/1.10.1 (2018-07-13)
Archived-At: <https://mailarchive.ietf.org/arch/msg/bier/fFUvCmT_dCwcpgzT5-mRv3lQO-Y>
Subject: [Bier] Dirk/*: Re: WGLC - draft-ietf-bier-te-arch (was: Re: Comments on draft-ietf-bier-te-arch-03)
X-BeenThere: bier@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "\"Bit Indexed Explicit Replication discussion list\"" <bier.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/bier>, <mailto:bier-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/bier/>
List-Post: <mailto:bier@ietf.org>
List-Help: <mailto:bier-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/bier>, <mailto:bier-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 18 Feb 2020 15:34:07 -0000

Btw: Don't think i have seen a comment from you re. the actual WGLC for
bier-te,  to progress the document to IESG.

Anybody else on the list of course equally encouraged to... ;-)

Cheers
    Toerless

On Tue, Oct 29, 2019 at 11:56:40AM +0000, Dirk Trossen wrote:
> Yep, started the work based on work published in SIGCOMM2009, using BF in general. But we practically didn't implement them but used the bitposition simple version ???? The text below does make sense, thanks!
> 
> Dirk
> 
> -----Original Message-----
> From: Toerless Eckert <tte@cs.fau.de> 
> Sent: 28 October 2019 17:25
> To: Dirk Trossen <Dirk.Trossen@InterDigital.com>
> Cc: bier@ietf.org
> Subject: Re: [Bier] Comments on draft-ietf-bier-te-arch-03
> 
> On Wed, Oct 23, 2019 at 03:10:16PM +0000, Dirk Trossen wrote:
> > 
> > [DOT] Note that the ICC paper talks about utilizing simple bitpositions to avoid false positive altogether - in fact, in our utilization of this solution, we've never used BF for that reason and stuck with the bitposition, aligning this solution pretty much with the BIER-TE one - which is one of the reasons for us to look at BIER(-TE) as another possible transport mechanism. So maybe adding a sentence like "Both approaches foresee the use of unique bitpositions per link to avoid said false positive and loop avoidance issues, bringing the approaches more in line with the proposed BIER-TE solution."?
> 
> Haha. Now i see. So basically one uses one bloom filter 1 hash function
> L(e) = (1<<e), and m (size of bloom filter) > 2^e-max, and e voila, BIER-TE can be called a Bloom Filter solution, and thats what the ICC paper describes.
> 
> So, how about this rewrite of the paragraph (for rev -05):
> 
> <t>Note that related work, <xref target="I-D.ietf-roll-ccast"/> uses bloom filters to represent leaves or edges of the intended delivery tree.  Bloom filters in general can support larger trees/topologies with fewer addressing bits than explicit bitstrings, but they introduce the heuristic risk of false positives and cannot reset bits in the bitstring during forwarding to avoid loops. For these reasons, BIER-TE  uses explicit bitstrings like BIER. The explicit bitstrings of BIER-TE can also be seen as a special type of bloom filter, and this is how related work <xref target="ICC"/> describes it.</t>
> 
> 
> > >      *   Section 8 compares SR and BIER-TE, which I like seeing in the draft. I would argue that the possibility for creating opportunistic multicast relations (through a simple binary OR of unicast relations) is a significant advantage over SR. Here, a possible link to the 'HTTP multicast overlay' draft (see link above) might be useful, which makes use of this capability.
> > 
> > Added at end of section:
> > 
> > <t>Both BIER and BIER-TE allow BFIR to "opportunistically" copy 
> > packets to a set of desired BFER on a packet-by-packet basis. In BIER, 
> > this is done by  or'ing the BP for the desired BFER. In BIER-TE this 
> > can be done by or'ing for each desired BFER a bitstring using the 
> > "independent branches" approach described in <xref target="bfr-id"/> 
> > and therefore also indicating the engineered path towards each desired 
> > BFER. This is the approach that <xref target="I-D.ietf-roll-ccast"/> 
> > relies on.</t>
> > 
> > [DOT] Could also add the multicast response draft here for completeness.
> 
> Yepp. had already fixed that -> s/roll-ccast/multicast-http/
> 
> > >   3.  Nitpicks:
> > >      *   P4p1l1: "adjacencies" change to "adjacencies"
> > >      *   P5p1l2: "6 BFR..." to "6 BFRs..." (with my working assumptions that an acronym is singular)
> > >      *   P5p1l2: "All BFR..." change to "All BFRs..."
> > >      *   P6p1l4: "...BFR1 to to send..." change to "...BFR1 to send..."
> > >      *   P6p3l3: "...in the prior casse." change to "...in the prior case."
> > >      *   P7p3l1: "...consists of the BIFT of all the the" change to "...consists of the BIFT of all the"
> > >      *   P9p3l1: "During 'bring-up..." change to "During set-up..." or "During initial configuration..."
> > >      *   P13p2l4: "The can be used" change to "They can be used"
> > >      *   P13p6l1: "...to the BIER BIFT and are are" change to "...to the BIER BIFT and are"
> > >      *   P17p2l6: "This Basic BIER-TE requirements make..." change to "These basic BIER-TE requirements make..."
> > >      *   P21p1l3: "example is not mean as a likely setup" change to "example is not meant as a likely setup"
> > >      *   P29p1l1: "which lead to" change to "which leads to"
> > >      *   P30p6l1: "For non-leaf BFER, ..." change to "For a non-leaf BFER, ...."
> > >      *   P30p7l1: "As explained earlier in the document, leaf BFER do..." change to "As explained earlier in the document, leaf BFERs do..."
> > 
> > Thank you so much.
> 
> 
> Thanks for the detailled review and recommendations. 
> 
> Cheers
>     Toerless
> 
> 
> > 
> > > I hope this is useful.
> > 
> > Very much so.
> > 
> > Cheers
> >     Toerless
> > 
> > > Best,
> > > 
> > > Dirk
> > 
> > 
> 
> --
> ---
> tte@cs.fau.de
> _______________________________________________
> BIER mailing list
> BIER@ietf.org
> https://www.ietf.org/mailman/listinfo/bier

-- 
---
tte@cs.fau.de