similarities between tcp and udp
Answers
Answered by
2
Explanation:
TCP & UDP: What are the Differences & similarities?
TCP UDP
Ordering of data packets TCP rearranges data packets in the order specified.
Speed of transfer The speed for TCP is slower than UDP.
Reliability There is absolute guarantee that the data transferred remains intact and arrives in the same order in which it was sent.
Answered by
0
Answer:
One of the differences is that TCP is a connection-oriented protocol as it establishes an end to end connection between computers before transferring the data. On the other hand, UDP is a connection-less protocol since it does not determine the connection before sending data. The TCP and UDP protocol present in the Transport Layer of TCP/IP Model.
Similar questions