What is the difference between TCP and UDP?
Q. What is the difference between TCP and UDP?- Published on 23 Sep 15a. TCP guarantees that a packet will reach the destination without any duplication while UDP does not provide this guarantee.
b. The order of data will be same in TCP but that won't be so in UDP.
c. TCP is unreliable protocol but UDP is a reliable protocol.
d. Only a and b
e. Only b and c
ANSWER: Only a and b