Pregunta de entrevista de Broadcom

What's the difference between TCP and UDP?

Respuesta de la entrevista

Anónimo

29 jun 2012

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.