Re: [Rmt] FLUTE revised 12

<Rod.Walsh@nokia.com> Mon, 07 February 2011 07:57 UTC

Return-Path: <Rod.Walsh@nokia.com>
X-Original-To: rmt@core3.amsl.com
Delivered-To: rmt@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id DB6C33A6A42 for <rmt@core3.amsl.com>; Sun, 6 Feb 2011 23:57:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.669
X-Spam-Level:
X-Spam-Status: No, score=-1.669 tagged_above=-999 required=5 tests=[AWL=0.930, BAYES_00=-2.599]
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 QN6qLbp7EsNk for <rmt@core3.amsl.com>; Sun, 6 Feb 2011 23:57:21 -0800 (PST)
Received: from mgw-sa01.nokia.com (smtp.nokia.com [147.243.1.47]) by core3.amsl.com (Postfix) with ESMTP id 359C63A69A7 for <rmt@ietf.org>; Sun, 6 Feb 2011 23:57:20 -0800 (PST)
Received: from vaebh106.NOE.Nokia.com (vaebh106.europe.nokia.com [10.160.244.32]) by mgw-sa01.nokia.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id p177v8Mb004163; Mon, 7 Feb 2011 09:57:21 +0200
Received: from smtp.mgd.nokia.com ([65.54.30.7]) by vaebh106.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 7 Feb 2011 09:57:04 +0200
Received: from NOK-EUMSG-01.mgdnok.nokia.com ([65.54.30.106]) by nok-am1mhub-03.mgdnok.nokia.com ([65.54.30.7]) with mapi; Mon, 7 Feb 2011 08:57:02 +0100
From: Rod.Walsh@nokia.com
To: jani.peltotalo@tut.fi
Date: Mon, 07 Feb 2011 08:57:52 +0100
Thread-Topic: [Rmt] FLUTE revised 12
Thread-Index: AcvGnJp3bF1pjdRBQgmQPUYokJ4PXw==
Message-ID: <3BD579D5-6B51-434E-A63A-D9BFAFB17DD2@nokia.com>
References: <C9746107.91CB%luby@qualcomm.com> <4D4F96CA.8010100@tut.fi>
In-Reply-To: <4D4F96CA.8010100@tut.fi>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-OriginalArrivalTime: 07 Feb 2011 07:57:04.0323 (UTC) FILETIME=[9BEA9130:01CBC69C]
X-Nokia-AV: Clean
Cc: luby@qualcomm.com, dharrington@huawei.com, rmt@ietf.org
Subject: Re: [Rmt] FLUTE revised 12
X-BeenThere: rmt@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Reliable Multicast Transport <rmt.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/rmt>, <mailto:rmt-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rmt>
List-Post: <mailto:rmt@ietf.org>
List-Help: <mailto:rmt-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rmt>, <mailto:rmt-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Feb 2011 07:57:23 -0000

Hi Mike

Jani nailed the FDT question. (By definition, flute delivers discrete media objects - files - and so there immeasurable ways to extend FLUTE by using specific mime type files, dedicating TOIs to specific purposes and other out-of-the-scope-of-this-document add-ins. Thus, I guess that modifying the FDT schema in a non backwards compatible manner was an error of process which we need to correct. Otherwise, the RMT achievement of making a single IETF defined multicast file delivery protocol common across all relevant SDOs would be laid to waste, which is clearly against the goal of the RMT revised documents.)

The other essential thing is that, as far as I can work out, all the other flute-revised modifications _are_ backwards compatible. If I didn't miss something, then the undefined extra elements extension feature in FDTs seems insufficient reward to break backwards compatibility.

As for changes upstream (alc/lct), they both remain both backwards compatible and version 1 - right?

Cheers, Rod.





On 7 Feb 2011, at 08:51, "ext Jani Peltotalo" <jani.peltotalo@tut.fi> wrote:

> Hi Mike,
> 
> Rod's main question is why the FDT Instance XML schema is modified. All
> other changes are backwards compatible, since LCT and ALC version
> numbers are not changed.
> 
> An FDT instance according to the old schema can look like below:
> 
> <FDT-Instance Expires="3506420475">
>   <File TOI="1"
>      Content-Location="file:///home/user/RFCs/rfc5775.txt"
>      Content-Length="59518"
>      Content-MD5="7UxYyGyH2m8csPm2opRDJw=="
>      FEC-OTI-FEC-Encoding-ID="0"
>      FEC-OTI-Maximum-Source-Block-Length="64"
>      FEC-OTI-Encoding-Symbol-Length="1428"/>
> </FDT-Instance>
> 
> An according to the new schema it is possible to also have other
> elements inside FDT-Instance, like below:
> 
> <FDT-Instance Expires="3506420475">
>   <File TOI="1"
>      Content-Location="file:///home/user/RFCs/rfc5775.txt"
>      Content-Length="59518"
>      Content-MD5="7UxYyGyH2m8csPm2opRDJw=="
>      FEC-OTI-FEC-Encoding-ID="0"
>      FEC-OTI-Maximum-Source-Block-Length="64"
>      FEC-OTI-Encoding-Symbol-Length="1428"/>
>   <Some-Extension foo="bar"/>
> </FDT-Instance>
> 
> This new FDT Instance will be discarded by the old receivers, since
> there is no information what to do with unknown elements. So is there
> really need for this extension? In the old schema it is possible to have
> private attributes, but not private elements.
> 
> BR,
> Jani
>> Hi Rod,
>> A good place to start is to look at section 11, the change log.  A lot of the changes were across the different specs (ALC & LCT and FEC BB), moving the functionality around from FLUTE to LCT or ALC, etc.  These changes are really difficult to undo the already existing revised RFCs for LCT, ALC and FEC BB.  Also, some XML changes, etc.
>> 
>> What is your main concern with having this be FLUTE version 2 instead of FLUTE version 1?
>> Best, Mike
>> 
>> 
>> On 2/6/11 10:52 AM, "Rod Walsh" <rod.walsh@nokia.com> wrote:
>> 
>> Hi all
>> 
>> Do we have an answer on the question: why is a non-backwards compatible FDT schema necessarily?
>> 
>> (I.e. I am concerned that the right path forward might be to discard changes which remove backwards compatibility, and so far we are collectively ignoring this elephant in the room. What did I miss?)
>> 
>> Cheers, Rod.
>> 
>> 
>> 
>> On 4 Feb 2011, at 17:40, "ext Luby, Michael" <luby@qualcomm.com> wrote:
>> 
>> David, Other RMTers,
>> 
>> There is now version 12 of FLUTE revised available as an Internet Draft.  The major change in version 12 compared to version 11 is to change the FLUTE version number from 1 to 2.  This was changed in all the references to the FLUTE version, and there is wording added to Section 3.1 on the requirements around the FLUTE version number in operation for both senders and receivers.  Also, the FLUTE version number is added as an optional parameter in Section  6.  The change log in Section 11 is also updated.  There are also a few grammatical fixes/improvements/clarifications.
>> 
>> I would like to thank Don Gillies for spending the time and enthusiastically getting up to speed on FLUTE (and also ALC and LCT and FEC BB) in a detailed way and helping to carefully craft the changes in this late stage draft, he did a wonderful job (and in the final RFC he should be thanked in the acknowledgements for his contributions).  However,  I take complete responsibility for all errors or issues that are introduced into this version 12 from version 11.  (So, read it over carefully and make sure that it is ok, etc.).
>> 
>> Thanks, Mike
>> _______________________________________________
>> Rmt mailing list
>> Rmt@ietf.org
>> https://www.ietf.org/mailman/listinfo/rmt
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Rmt mailing list
>> Rmt@ietf.org
>> https://www.ietf.org/mailman/listinfo/rmt