Register now or log in to join your professional community.
TCP is connection oriented protocol. IT sends data into packets after failure rest of the packet will sent. UDP is connection less protocol When data send, there is confirmation after sending data.
TCP is used by applications that need a confirmation to receive data.
UDP represents the possibility to communicate without connection, it doesn't guarantee that you will receive the data.