<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/04/2013 11:41, Jon Crowcroft
      wrote:<br>
    </div>
    <blockquote cite="mid:E1UNKCN-0005kR-8M@mta1.cl.cam.ac.uk"
      type="cite">
      <pre wrap="">lets do a simple thought experiment

lets say you have two users sharing at least one router's output port/link
as part of their path, and both users are greedy

lets say you have a choice in each user whether to use either
1) feedback based rate adjustment (don't care if its VJCC cwnd or TFRC based)
or
2) a rateless erasure code

you could have both users' flows use 1 or both 2 or a mix, i.e. 3 cases
1+1, 2+2 or 1+2

now, how do you choose the code to get max goodput for the 3 cases...</pre>
    </blockquote>
    <br>
    Hi Detlef,<br>
    <br>
    You might have missed the last curves in my PDF. However, I think
    you should have look to these recent work:<br>
    <br>
    M. Kim, M. Medard, J. Barros "Modeling network coded TCP throughput:
    a simple model and its validation" Valuetools 2011 :
<a class="moz-txt-link-freetext" href="http://www.mit.edu/~medard/papers2011/Modeling%20Network%20Coded%20TCP.pdf">http://www.mit.edu/~medard/papers2011/Modeling%20Network%20Coded%20TCP.pdf</a><br>
    <br>
    and our work here : <br>
    <br>
    <span class="person_name">Tournoux, Pierre-Ugo</span> and <span
      class="person_name">Lochin, Emmanuel</span> and <span
      class="person_name">Lacan, J&eacute;r&ocirc;me</span> and <span
      class="person_name">Bouabdallah, Amine</span> and <span
      class="person_name">Roca, Vincent</span> <a
      href="http://oatao.univ-toulouse.fr/4867/"><em>On-the-fly erasure
        coding for real-time video applications.</em></a> (2011) IEEE
    Transactions on Multimedia : <a class="moz-txt-link-freetext" href="http://oatao.univ-toulouse.fr/4867/">http://oatao.univ-toulouse.fr/4867/</a><br>
    <br>
    to have an idea of the coding scheme used.<br>
    <br>
    Also, there are proposal that enable adaptive FEC (or adpative
    on-the-fly coding in my case) to adapt the coding scheme use. <br>
    <br>
    EL<br>
    <br>
    <blockquote cite="mid:E1UNKCN-0005kR-8M@mta1.cl.cam.ac.uk"
      type="cite">
      <pre wrap="">

 &gt;&gt;
 &gt;&gt;Let me frame the problem in a different way, then  I think it becomes 
 &gt;&gt;obvious where we talk at cross purposes.
 &gt;&gt;Let me assume a greedy, infinite data stream.
 &gt;&gt;Let me call the original data stream "information bytes" and the encoded 
 &gt;&gt;stream "code bytes" (as in usual channel coding).
 &gt;&gt;
 &gt;&gt;Now the problem is that we want to /reliably/ convey data from a sender 
 &gt;&gt;to a receiver.
 &gt;&gt;
 &gt;&gt;How long does it take to convey 1000 bytes without errors? O.k., this 
 &gt;&gt;may be independent from the RTT - however, how is the RTT defined?
 &gt;&gt;
 &gt;&gt;When the channel is error free, it may perhaps (due to overhead) suffice 
 &gt;&gt;to send 1500 bytes - and the receiver can correctly the first 1000 bytes.
 &gt;&gt;When there is little noise, we may perhaps need 10.000 bytes.
 &gt;&gt;
 &gt;&gt;Perhaps, we have some channel outages during the transfer and need 
 &gt;&gt;200.000 bytes.
 &gt;&gt;
 &gt;&gt;I don't know.
 &gt;&gt;
 &gt;&gt;Different from traditional TCP, the receiver issues ACKs in certain 
 &gt;&gt;intervals - independent from what he actually has successfully received, 
 &gt;&gt;correct?
 &gt;&gt;
 &gt;&gt;So I see that this RTT is in fact independent from the time it takes to 
 &gt;&gt;successfully convey a certain amount of data - to the price that this 
 &gt;&gt;time is hardly known.
 &gt;&gt;
 &gt;&gt;As a general remark I recall the well known fact: TANSTAAFL.
 &gt;&gt;
 &gt;&gt;Whenever a certain sophisticated technology insinuates the existence of 
 &gt;&gt;some perpetual motion machine, we should stop our thoughts immediately 
 &gt;&gt;and look for the error. The error may be not obvious. But it exists. 
 &gt;&gt;Without any reasonable doubt. When a long formal deduction leads to 
 &gt;&gt;result which is known to be wrong, there must be a flaw in the deduction.
 &gt;&gt;
 &gt;&gt;In this case the flaw may be (and this is quite often met) some, if very 
 &gt;&gt;slight and subtle, confusion of terms.
 &gt;&gt;
 &gt;&gt;
 &gt;&gt;Am 03.04.2013 01:18, schrieb Lachlan Andrew:
 &gt;&gt;&gt; On 3 April 2013 08:20, Detlef Bosau <a class="moz-txt-link-rfc2396E" href="mailto:detlef.bosau@web.de">&lt;detlef.bosau@web.de&gt;</a> wrote:
 &gt;&gt;&gt;&gt; I only qoute one sentence:
 &gt;&gt;&gt;&gt;
 &gt;&gt;&gt;&gt; the recovery delay is
 &gt;&gt;&gt;&gt; independent of the RTT
 &gt;&gt;&gt;&gt;
 &gt;&gt;&gt;&gt; Hm. I think, we exchanged some pm on this issue, however: either I don't
 &gt;&gt;&gt;&gt; understand this sentence or I don't believe it.
 &gt;&gt;&gt;&gt;
 &gt;&gt;&gt;&gt; Perhaps, I misunderstand ist completely. However, your paper and others
 &gt;&gt;&gt;&gt; insinuate that with erasure codes a recovery the time for a packet transfer
 &gt;&gt;&gt;&gt; is somehow statistically bounded. Where is the fault in my way of thinking?
 &gt;&gt;&gt; Greetings Detlef,
 &gt;&gt;&gt;
 &gt;&gt;&gt; That statement is true.  The "recovery" isn't triggered by the loss,
 &gt;&gt;&gt; and so there is no need for a RTT feedback delay to ask for
 &gt;&gt;&gt; retransmission.  An ideal erasure code works by sending many "views"
 &gt;&gt;&gt; or "hashes" of a file (rather than each packet corresponding to a
 &gt;&gt;&gt; small piece of the file).  The sender sends continuously until the
 &gt;&gt;&gt; receiver has received enough views to be able to reconstruct the file.
 &gt;&gt;&gt;   There is no feedback from the receiver during this time, and so no
 &gt;&gt;&gt; RTT delay.  Of course, there is a one-way delay before the first
 &gt;&gt;&gt; packet is received.
 &gt;&gt;&gt;
 &gt;&gt;&gt; Once the receiver has decoded the file, it sends a single ACK to tell
 &gt;&gt;&gt; the sender to stop.  (That "single ACK" could be a stream of packets,
 &gt;&gt;&gt; if the chance of losing an ACK packet is high.)  That ACK takes
 &gt;&gt;&gt; another one-way delay to get to the sender, but that doesn't slow down
 &gt;&gt;&gt; the "recover" of the data.  We can't avoid the need for the total
 &gt;&gt;&gt; transfer to take at least one RTT, but that doesn't have to be
 &gt;&gt;&gt; incurred for every packet recovery.
 &gt;&gt;&gt;
 &gt;&gt;&gt; Cheers,
 &gt;&gt;&gt; Lachlan
 &gt;&gt;&gt;
 &gt;&gt;&gt; --
 &gt;&gt;&gt; Lachlan Andrew  Centre for Advanced Internet Architectures (CAIA)
 &gt;&gt;&gt; Swinburne University of Technology, Melbourne, Australia
 &gt;&gt;&gt; <a class="moz-txt-link-rfc2396E" href="http://caia.swin.edu.au/cv/landrew">&lt;http://caia.swin.edu.au/cv/landrew&gt;</a>
 &gt;&gt;&gt; Ph +61 3 9214 4837
 &gt;&gt;
 &gt;&gt;
 &gt;&gt;-- 
 &gt;&gt;------------------------------------------------------------------
 &gt;&gt;Detlef Bosau
 &gt;&gt;Galileistra&szlig;e 30
 &gt;&gt;70565 Stuttgart                            Tel.:   +49 711 5208031
 &gt;&gt;                                            mobile: +49 172 6819937
 &gt;&gt;                                            skype:     detlef.bosau
 &gt;&gt;                                            ICQ:          566129673
 &gt;&gt;<a class="moz-txt-link-abbreviated" href="mailto:detlef.bosau@web.de">detlef.bosau@web.de</a>                     <a class="moz-txt-link-freetext" href="http://www.detlef-bosau.de">http://www.detlef-bosau.de</a>
 &gt;&gt;
 &gt;&gt;
 &gt;&gt;--------------030907090300010502060106
 &gt;&gt;Content-Type: text/html; charset=ISO-8859-1
 &gt;&gt;Content-Transfer-Encoding: 7bit
 &gt;&gt;
 &gt;&gt;&lt;html&gt;
 &gt;&gt;  &lt;head&gt;
 &gt;&gt;    &lt;meta content="text/html; charset=ISO-8859-1"
 &gt;&gt;      http-equiv="Content-Type"&gt;
 &gt;&gt;  &lt;/head&gt;
 &gt;&gt;  &lt;body bgcolor="#FFFFFF" text="#000000"&gt;
 &gt;&gt;    &lt;div class="moz-cite-prefix"&gt;Let me frame the problem in a different
 &gt;&gt;      way, then&amp;nbsp; I think it becomes obvious where we talk at cross
 &gt;&gt;      purposes.&lt;br&gt;
 &gt;&gt;      Let me assume a greedy, infinite data stream.&lt;br&gt;
 &gt;&gt;      Let me call the original data stream "information bytes" and the
 &gt;&gt;      encoded stream "code bytes" (as in usual channel coding).&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      Now the problem is that we want to &lt;i&gt;reliably&lt;/i&gt; convey data
 &gt;&gt;      from a sender to a receiver.&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      How long does it take to convey 1000 bytes without errors? O.k.,
 &gt;&gt;      this may be independent from the RTT - however, how is the RTT
 &gt;&gt;      defined?&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      When the channel is error free, it may perhaps (due to overhead)
 &gt;&gt;      suffice to send 1500 bytes - and the receiver can correctly the
 &gt;&gt;      first 1000 bytes.&lt;br&gt;
 &gt;&gt;      When there is little noise, we may perhaps need 10.000 bytes.&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      Perhaps, we have some channel outages during the transfer and need
 &gt;&gt;      200.000 bytes.&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      I don't know.&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      Different from traditional TCP, the receiver issues ACKs in
 &gt;&gt;      certain intervals - independent from what he actually has
 &gt;&gt;      successfully received, correct?&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      So I see that this RTT is in fact independent from the time it
 &gt;&gt;      takes to successfully convey a certain amount of data - to the
 &gt;&gt;      price that this time is hardly known.&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      As a general remark I recall the well known fact: TANSTAAFL.&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      Whenever a certain sophisticated technology insinuates the
 &gt;&gt;      existence of some perpetual motion machine, we should stop our
 &gt;&gt;      thoughts immediately and look for the error. The error may be not
 &gt;&gt;      obvious. But it exists. Without any reasonable doubt. When a long
 &gt;&gt;      formal deduction leads to result which is known to be wrong, there
 &gt;&gt;      must be a flaw in the deduction.&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      In this case the flaw may be (and this is quite often met) some,
 &gt;&gt;      if very slight and subtle, confusion of terms.&lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      &lt;br&gt;
 &gt;&gt;      Am 03.04.2013 01:18, schrieb Lachlan Andrew:&lt;br&gt;
 &gt;&gt;    &lt;/div&gt;
 &gt;&gt;    &lt;blockquote
 &gt;&gt;cite=<a class="moz-txt-link-rfc2396E" href="mailto:mid:CAPpWWaKMn6MzUj461UuXjvLx9gQnu4n=DhFZreOnEPQMsgOLKg@mail.gmail.com">"mid:CAPpWWaKMn6MzUj461UuXjvLx9gQnu4n=DhFZreOnEPQMsgOLKg@mail.gmail.com"</a>
 &gt;&gt;      type="cite"&gt;
 &gt;&gt;      &lt;pre wrap=""&gt;On 3 April 2013 08:20, Detlef Bosau &lt;a class="moz-txt-link-rfc2396E" href=<a class="moz-txt-link-rfc2396E" href="mailto:detlef.bosau@web.de">"mailto:detlef.bosau@web.de"</a>&gt;&amp;lt;detlef.bosau@web.de&amp;gt;&lt;/a&gt; wrote:
 &gt;&gt;&lt;/pre&gt;
 &gt;&gt;      &lt;blockquote type="cite"&gt;
 &gt;&gt;        &lt;pre wrap=""&gt;I only qoute one sentence:
 &gt;&gt;
 &gt;&gt;the recovery delay is
 &gt;&gt;independent of the RTT
 &gt;&gt;
 &gt;&gt;Hm. I think, we exchanged some pm on this issue, however: either I don't
 &gt;&gt;understand this sentence or I don't believe it.
 &gt;&gt;
 &gt;&gt;Perhaps, I misunderstand ist completely. However, your paper and others
 &gt;&gt;insinuate that with erasure codes a recovery the time for a packet transfer
 &gt;&gt;is somehow statistically bounded. Where is the fault in my way of thinking?
 &gt;&gt;&lt;/pre&gt;
 &gt;&gt;      &lt;/blockquote&gt;
 &gt;&gt;      &lt;pre wrap=""&gt;
 &gt;&gt;Greetings Detlef,
 &gt;&gt;
 &gt;&gt;That statement is true.  The "recovery" isn't triggered by the loss,
 &gt;&gt;and so there is no need for a RTT feedback delay to ask for
 &gt;&gt;retransmission.  An ideal erasure code works by sending many "views"
 &gt;&gt;or "hashes" of a file (rather than each packet corresponding to a
 &gt;&gt;small piece of the file).  The sender sends continuously until the
 &gt;&gt;receiver has received enough views to be able to reconstruct the file.
 &gt;&gt; There is no feedback from the receiver during this time, and so no
 &gt;&gt;RTT delay.  Of course, there is a one-way delay before the first
 &gt;&gt;packet is received.
 &gt;&gt;
 &gt;&gt;Once the receiver has decoded the file, it sends a single ACK to tell
 &gt;&gt;the sender to stop.  (That "single ACK" could be a stream of packets,
 &gt;&gt;if the chance of losing an ACK packet is high.)  That ACK takes
 &gt;&gt;another one-way delay to get to the sender, but that doesn't slow down
 &gt;&gt;the "recover" of the data.  We can't avoid the need for the total
 &gt;&gt;transfer to take at least one RTT, but that doesn't have to be
 &gt;&gt;incurred for every packet recovery.
 &gt;&gt;
 &gt;&gt;Cheers,
 &gt;&gt;Lachlan
 &gt;&gt;
 &gt;&gt;--
 &gt;&gt;Lachlan Andrew  Centre for Advanced Internet Architectures (CAIA)
 &gt;&gt;Swinburne University of Technology, Melbourne, Australia
 &gt;&gt;&lt;a class="moz-txt-link-rfc2396E" href=<a class="moz-txt-link-rfc2396E" href="http://caia.swin.edu.au/cv/landrew">"http://caia.swin.edu.au/cv/landrew"</a>&gt;&amp;lt;<a class="moz-txt-link-freetext" href="http://caia.swin.edu.au/cv/landrew&amp;gt">http://caia.swin.edu.au/cv/landrew&amp;gt</a>;&lt;/a&gt;
 &gt;&gt;Ph +61 3 9214 4837
 &gt;&gt;&lt;/pre&gt;
 &gt;&gt;    &lt;/blockquote&gt;
 &gt;&gt;    &lt;br&gt;
 &gt;&gt;    &lt;br&gt;
 &gt;&gt;    &lt;pre class="moz-signature" cols="72"&gt;-- 
 &gt;&gt;------------------------------------------------------------------
 &gt;&gt;Detlef Bosau
 &gt;&gt;Galileistra&amp;szlig;e 30   
 &gt;&gt;70565 Stuttgart                            Tel.:   +49 711 5208031
 &gt;&gt;                                           mobile: +49 172 6819937
 &gt;&gt;                                           skype:     detlef.bosau
 &gt;&gt;                                           ICQ:          566129673
 &gt;&gt;&lt;a class="moz-txt-link-abbreviated" href=<a class="moz-txt-link-rfc2396E" href="mailto:detlef.bosau@web.de">"mailto:detlef.bosau@web.de"</a>&gt;<a class="moz-txt-link-abbreviated" href="mailto:detlef.bosau@web.de">detlef.bosau@web.de</a>&lt;/a&gt;                     &lt;a class="moz-txt-link-freetext" href=<a class="moz-txt-link-rfc2396E" href="http://www.detlef-bosau.de">"http://www.detlef-bosau.de"</a>&gt;<a class="moz-txt-link-freetext" href="http://www.detlef-bosau.de">http://www.detlef-bosau.de</a>&lt;/a&gt;
 &gt;&gt;
 &gt;&gt;&lt;/pre&gt;
 &gt;&gt;  &lt;/body&gt;
 &gt;&gt;&lt;/html&gt;
 &gt;&gt;
 &gt;&gt;--------------030907090300010502060106--

 cheers

   jon


</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Emmanuel Lochin
Professeur ISAE - OSSI
Institut Sup&eacute;rieur de l'A&eacute;ronautique et de l'Espace (ISAE)
Issu du rapprochement SUPAERO et ENSICA
10 avenue Edouard Belin - BP 54032 - 31055 Toulouse cedex 4
Tel : 05 61 33 91 85 - Fax : 05 61 33 91 88
Web : <a class="moz-txt-link-freetext" href="http://personnel.isae.fr/emmanuel-lochin/">http://personnel.isae.fr/emmanuel-lochin/</a>
---
"This email and any attachments are confidential. They may contain legally privileged information or copyright material. You should not read, copy, use or disclose them without authorisation. If you are not an intended recipient, please contact us at once by return email and then delete both messages. We do not accept liability in connection with computer virus, data corruption, delay, interruption, unauthorised access or unauthorised amendment. This notice should not be removed"
</pre>
  </body>
</html>