Re: how exactly UDP tunneling works...

From: Alun Jones [MS MVP] (alun_at_texis.invalid)
Date: 02/26/04

  • Next message: jt: "Re: Overlapped IO (Sockets) and _beginethreadEx"
    Date: Thu, 26 Feb 2004 02:52:48 GMT
    
    

    In article <OW8YJJq#DHA.2040@TK2MSFTNGP12.phx.gbl>, "Arkady Frenkel"
    <arkadyf@hotmailxdotxcom> wrote:
    >That's interesting , I don't know , let's wait for gurus to answer , but
    >that sounds strange because UDP is not reliable protocol opposite to TCP (
    >many routers allow configuration not allowed UDP to pass because of that ).

    Don't forget that IP (which TCP is usually carried over) is itself an
    unreliable protocol. Carrying TCP over UDP would pose no significant
    challenge.

    Carrying UDP over TCP does have some issues, mainly that you "lose" that
    unreliability - UDP protocols that are designed to accomodate some loss
    would generally be slowed down by the retries that TCP uses to guarantee
    reliability. A failing packet would hold up all subsequent data, even if
    that packet was one that the application protocol felt was not important
    enough to retry.

    Alun.
    ~~~~

    [Please don't email posters, if a Usenet response is appropriate.]

    -- 
    Texas Imperial Software   | Find us at http://www.wftpd.com or email
    1602 Harvest Moon Place   | alun@texis.com.
    Cedar Park TX 78613-1419  | WFTPD, WFTPD Pro are Windows FTP servers.
    Fax/Voice +1(512)258-9858 | Try our NEW client software, WFTPD Explorer.
    

  • Next message: jt: "Re: Overlapped IO (Sockets) and _beginethreadEx"

    Relevant Pages

    • Re: PORT 135 still open with Norton PF 2002
      ... Protocol: ... TCP or UDP ... Remote service: Any Service ...
      (comp.security.firewalls)
    • Re: Allow Wimba Live Classroom via ISA 2004 on SBS 2003
      ... "The wimbamedia client first tries to connect through UDP 5998 then TCP ... Maybe I can get it to work by defining the custom protocol with primary UDP 5998 Send or Send Receive and secondary TCP 5998 Outbound. ... If not a custom access rule, to what rule do I attach the custom protocol? ...
      (microsoft.public.windows.server.sbs)
    • Re: TCP_NODELAY
      ... Using TCP as a catch all protocol is a bad idea. ... channel + UDP 'action' messages. ... because it can _always_ introduce latency (noise on the line ...
      (microsoft.public.win32.programmer.networks)
    • Re: Firewalls, Ports and Mayhem
      ... What does UDP stand for and what is the differenece ... > UPD and TCP is something called protocols. ... UDP is a connectionless protocol which makes a best effort to ...
      (microsoft.public.windowsxp.security_admin)
    • Re: how exactly UDP tunneling works...
      ... that sounds strange because UDP is not reliable protocol opposite to TCP ( ... many routers allow configuration not allowed UDP to pass because of that). ... I've seen companies talking about sending TCP over network ...
      (microsoft.public.win32.programmer.networks)

    Loading