Results 1 to 2 of 2

Thread: How much faster?

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    50

    How much faster?

    How much faster is UDP than TCP? i.e. MiliSeconds

  2. #2
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: How much faster?

    its impossible to say exactly how much faster because it depends on things like internet connection speed, amount of data being sent etc.

    UDP is a lot faster because 1, there is no error checking, TCP checks every transaction for errors and if it finds one, it resends the data, UDP will just send the data and thats it, it wont even check if the data got to the destination

    and 2, its also a lot faster because there is no handshaking, no connection, it is literally just send the data and hope that it gets there fine.
    Chris

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width