Results 1 to 2 of 2
I wonder when some people use bind with tcp port ? what is difference between bind running with tcp and bind running with udp? What is recommended ?
I can ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-30-2008 #1Linux Newbie
- Join Date
- Feb 2008
- Location
- Bangalore, India
- Posts
- 112
difference between bind running with tcp and udp?
I wonder when some people use bind with tcp port ? what is difference between bind running with tcp and bind running with udp? What is recommended ?
I can understand it going to affect on performance of bind if we use it with TCP.bigunix.blogspot.com
Registered Linux User: #476440
- 08-01-2008 #2
It is recommended that you run both. Most requests and replies are sent as UDP. TCP is used when the response is larger then a UDP packet or transferring data from master to slave.


Reply With Quote
