Under which condition is TCP preferred over UDP?
Under which condition is TCP preferred over UDP?
TCP is used when data reliability is critical because it provides mechanisms for ensuring data is delivered accurately and in order, including error checking and recovery. UDP is used when missing packets are acceptable because it does not provide these reliability features, making it faster but with the risk of data loss and disorder.
C explains why you would pick TCP over UDP. A explains why you would pick UDP over TCP.
I think while A and C are both true, C is correct in this context as the question asks for when TCP is preferred.
C is correct for the current question context "Under which condition is TCP preferred over UDP?". However, A will be the answer for alternative question context of "Under which condition is UDP preferred over TCP?". Be ware
Both A and C are correct, since udp is connection less the latency will be much lower compared to TCP.
I hate how A is worded ...What do you mean by optimal ? But C is correct.I look at UDP as gaming and TCP as simply browsing the internet.
A and C are both correct, however in this case your going to want to tcp to transmit critical data. You arent going to pick TCP or UDP over latency
C is correct
ok the answer
C is most correct. Connection based, need to get packets and verify.
The correct answer is C
c is correct.
C is correct
I think A is also correct
C is correct
C is the correct answer
C : is correct
C is the most correctness.