1.

What Are The Difference Between Tcp And Udp?

Answer»

Following are differences in TCP and UDP:

TCP stands for “Transmission Control PROTOCOL”UDP stands for “User datagram Protocol”.

  • TCP is connection oriented protocol while UDP is connectionless protocol.
  • TCP is more reliable than UDP.
  • UDP is faster for data sending than TCP.
  • UDP makes error checking but no reporting but TCP makes checks for errors and reporting.
  • TCP provides guaranteed Delivery of Data but UDP has no guarantee.
  • HEADER size of TCP is 20 bytes while that of UDP is 8 bytes.
  • TCP has acknowledgement SEGMENTS but UDP has no acknowledgement.
  • TCP is used for APPLICATION that require high reliability but LESS time critical whereas UDP is used for application that are time sensitive but require less reliability.

Following are differences in TCP and UDP:

TCP stands for “Transmission Control Protocol”UDP stands for “User datagram Protocol”.



Discussion

No Comment Found