|
-
Apr 8th, 2006, 10:30 AM
#1
Thread Starter
Member
How much faster?
How much faster is UDP than TCP? i.e. MiliSeconds
-
Apr 8th, 2006, 11:42 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|