<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
nangineni praneeth wrote:
<blockquote cite="mid:872820.74483.qm@web65706.mail.ac4.yahoo.com"
 type="cite">
  <table border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td
 style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;"
 valign="top">Thanks for your reply.I studied in various books and web
articles that the throughput of a link is limited by Round trip time.
Actually the product which i was speaking about earlier is also
referred to as TCP&nbsp; receive window size&nbsp; which is the maximum amount of
received data, in bytes, that can be buffered at one time on the
receiving side of a connection. The sending host can send only that
amount of data before waiting for an acknowledgment .<br>
        <br>
The link below explains it in much more detail<br>
<a class="moz-txt-link-freetext" href="http://www.speedguide.net/faq_in_q.php?category=89&qid=185">http://www.speedguide.net/faq_in_q.php?category=89&amp;qid=185</a><br>
        <br>
I would be glad if anyone could show me a way which would let me prove
that by limiting the&nbsp; ftp server to send data at constant rates i am
able to operate the network efficiently<br>
        <br>
For eg: I am limiting the server to send traffic at 4kBps hence the
effective throughput is xB/s and the effecting throughput of the
network is yB/s when the server is sending the traffic at 8kB/s and so
on.....<br>
        <br>
Regards<br>
Venkat<br>
        <br>
        <br>
--- On <b>Wed, 12/31/08, Lyle Giese <i><a class="moz-txt-link-rfc2396E" href="mailto:lyle@lcrcomputer.net">&lt;lyle@lcrcomputer.net&gt;</a></i></b>
wrote:<br>
        <blockquote
 style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From:
Lyle Giese <a class="moz-txt-link-rfc2396E" href="mailto:lyle@lcrcomputer.net">&lt;lyle@lcrcomputer.net&gt;</a><br>
Subject: Re: [mrtg] MRTG and bandwidth delay product<br>
To: <a class="moz-txt-link-abbreviated" href="mailto:nv_2030@yahoo.com">nv_2030@yahoo.com</a><br>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a><br>
Date: Wednesday, December 31, 2008, 8:37 AM<br>
          <br>
          <div id="yiv1695607579"> nangineni praneeth wrote:
          <blockquote type="cite">
            <table border="0" cellpadding="0" cellspacing="0">
              <tbody>
                <tr>
                  <td
 style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;"
 valign="top">Hello everyone....<br>
                  <br>
I am working in a lab environment...This is how configured my
network.....<br>
                  <br>
I designed a enterprise campus network&nbsp;&nbsp; which operates at
100mbps...The enteprise edge router in the enterprise campus network
connects to the branch office router using a frame relay connection.
The frame relay PVC operates at 8kB/s...The clients in the branch
office connect to the branch office router with links operating at
100mbps...I have setup a filezilla ftp server in the enterprise campus
network&nbsp; and limited the speed at which it can send the data to the
clients at 4kB/s....<br>
                  <br>
So i am calcuting the rtt with MRTG and monitoring network with
MRTG....MRTG calculated the max round trip time to 340ms..between the
client in the branch office and the server in the enterprise campus
network.....I wanted to theoritically prove that the link cannot carry
more than x bytes of data or in other words because of certain latency
the effective bandwidth of the link is limited to only
xbytes/second...I used bandwidth delay product to do this......<br>
                  <br>
BDP=0.340*8kBps=2.72kB/s<br>
                  <br>
So this is saying that the effective throughput of the link with a
latency of 340 ms is 2.72kB/s......But when i am using MRTG to graph
bandwidth the max bandwidth it was showing was 4kBps which is what we
should expect...<br>
                  <br>
My question is how can i&nbsp; theoritically prove that the effective
throughput&nbsp; of the link is xbytes per second ..I think i am
misunderstanding the bandwidth delay product.....Can anyone correct me
if i am wrong....<br>
                  <br>
I wish you all a good new year ahead..<br>
Regards<br>
Venkat<br>
                  </td>
                </tr>
              </tbody>
            </table>
          </blockquote>
Delay has a heavy effect on a stop-start transfer protocol like Xmodem
or Ymodem.&nbsp; But for streaming protocols(FTP is a streaming protocol),
delay has a minimal effect on throughput.&nbsp; <br>
          <br>
Limiting FTP to 4k over an 8k line, you are going to get close to the
4k max in practice, because bandwidth is not a limiting factor.&nbsp; FTP is
a streaming protocol and depends on the TCP protocol to ensure that
what is being sent is what will be received and there is no
acknowledgement sent back by the sender for each packet(as Xmodem or
Ymodem did over dialup) unless there is a transmission error.&nbsp; Since
there is no acks required by the sender, there is no delay in waiting
for those acks.<br>
          <br>
So I am wondering why you think transmission delay would introduce a
reduction in speed, since the sender is not waiting for any responses
on a per packet basis from the receiver?&nbsp; I could see that in a
protocol like Xmodem, Ymodem or Zmodem where per packet acks needed to
be returned to the sender.<br>
          <br>
Lyle Giese<br>
LCR Computer Services, Inc.<br>
          <br>
          <br>
          <br>
          </div>
        </blockquote>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
</blockquote>
Ok, at the TCP packet level is where the acknowledgements are done.&nbsp;
Now in their article you have to have a enough throughput so that the
acks being sent back are not getting back fast enough, so that the
sender has to wait for acknowledgements.&nbsp; You need to calculate how
long it takes to send a TCP packet over your line.&nbsp; You have to enough
bandwidth to send three or more packets before the acknowledgement for
the first packet is received by the sender.<br>
<br>
I don't think 8kilobytes/second is fast enough to meet that criteria,
in order for their formula to engage.<br>
<br>
Lyle<br>
<br>
</body>
</html>