<div dir="ltr"><div class="gmail_quote">On Sun, Jul 3, 2011 at 8:25 AM, geoffrey mendelson <span dir="ltr">&lt;<a href="mailto:geoffreymendelson@gmail.com">geoffreymendelson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
On Jul 3, 2011, at 8:02 AM, shimi wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
There&#39;s a very good reason of using UDP and not TCP for tunneling. <a href="http://sites.inka.de/bigred/devel/tcp-tcp.html" target="_blank">http://sites.inka.de/bigred/<u></u>devel/tcp-tcp.html</a><br>
</blockquote>
<br>
<br>
<br></div>
That&#39;s 10 years old. Even then it was questionable, UDP packets were dropped by ISPs all over the world when congested. That&#39;s why I worded my answer the way I did. If you understand what the differences are between TCP and UDP, you understand the risks, costs and benefits.<br>


<br></blockquote><div><br>Not sure I follow the &quot;10 years ago&quot; reasoning; Is it your claim that TCP of 10 years ago, and UDP of 10 years ago, are working _differently_ than the way they work today? (I hope not, I still believe Operating Systems from 10 years ago work Just Fine on today&#39;s &quot;Internet&quot;)<br>

<br>Or is it your claim that UDP packets are not dropped by ISPs? (If not, read again what the thread opener complained about: just that!)<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


With an uncrowded network, UDP makes more sense because there is a lot of overhead in TCP you don&#39;t need. In a crowded network, where UDP packets get dropped or delayed, like the are supposed to. TCP is a better option.<br>


<br></blockquote><div><br>That&#39;s right, but if you&#39;re encapsulating TCP within UDP, and UDP is unreliable, this is just as bad as sending normal TCP over IP. IP is unreliable, and so is UDP. You don&#39;t need to run TCP with its&#39; overhead *twice*, with the exponential growth of timeouts as explained in the article. The encapsulated TCP would do what&#39;s needed (retransmission, reordering, etc) - why would you need to retransmit and reorder _twice_ ? It doesn&#39;t make sense.<br>

 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
It depends upon what you want. Fast performace with drop outs, or slower more reliable performance. For example, VoIP normally uses UDP as the desingers prefered to drop packets that arrived out of sequence or late, a little sound glitch was worth it for better streaming performance.<br>


<br>
HTTP was built around TCP because the designers wanted 100% reliablilty instead of (possible) better performance.<br>
<br>
FTP was built on neither. The FTP protocol uses UDP, but includes a rudimentry implementation of the same functions as TCP (packet sequencing and replacements of bad/missing packets).<br>
<br>
IMHO it all depends upon what you are using the VPN for. For watching the &quot;footie&quot; on the &quot;telly&quot; then I would chose UDP with no problem, even when there would be significant drop outs. For a business VPN where I&#39;m editing text or filling out forms, or whatever, TCP would be required as you want to see and send every packet of data. YMMV.<br>


<br></blockquote><div><br>Again, you *are* using TCP for the &#39;reliable&#39; protocols, even on UDP. The tunnelled TCP would do what&#39;s expected from it to do; You don&#39;t need to do it twice. My opinion, at least.<br>

 <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
As for dealing with your ISP, if you want dedicate bandwidth, buy dedicated bandwidth. If you want random performance based on the low price plan, don&#39;t expect them to make it better.<div><div></div><div class="h5"><br>

</div></div></blockquote><div><br>You would think that a circuit that costs thousands of dollars a month would have such a reliability build in, no? (and it doesn&#39;t, not in our country...)<br><br>-- Shimi<br></div></div>

</div>