TCP Vs UDP :
TCP -Transmission Control Protocol -It is a Protocol used in connection oriented networks
It breaks the data into packets and also supports error correction.
It supports error correction in the transmitted data and thus it is a reliable protocol. TCP is connection orinted protocol means it will get an acknowledgment for the packet it has forwarded.
It is [...]
