What's the difference between TCP and UDP?
Anónimo
TCP means Transfer control protocol. It is used for wired type communication. First of all hand shaking process is taking place while transfering data from one system to another system. UDP type protocol is used for wireless communication. No hand shaking process taking place and it does not possess that much security when compared to TCP type communication. UDP has chance to lose information while transfering data from server to client system.