TCP and UDP Technology
One of the core and must used protocol for transmission in 4th layer “Transport Layer” of OSI Module. Both of them have their own different important. TCP is Connection Oriented and UDP is connection less. In fact controlling the data or message on the web it plays very important role, so that the working of Transmission process will continue whether online or offline. It will more clear for you while you see the difference of those commonly used Protocol.
TCP |
UDP |
|
It is connection less Protocol. No connection is needed to Transfer the Data or message. |
|
It will not Guaranteed your data to be arrived, even some time it will lost on the way and you will unaware about it, do not correct Error. |
|
Not to use for Important Data like Database . |
|
UDP is used and very suitable for the application which needs fast delivery like online Games Live streaming Video etc. |
|
It is fast because no error can be checked. |
|
Protocol Used By: DHCP, DNS, Live Streaming, RIP, VOIP. |
However, you cannot simply imagine the internet without this protocol, for Connection over internet and to Surf the file and Data through internet this protocol really plays the vital role than any of the protocol used in internet. For back to back or hand to hand connection TCP and UDP have best Practice in the Field of Networking which is the Core term in the Present era of Technology.
Have Something to add?