QuestionQ1195
IP ServicesUnder what condition is TCP favored instead of UDP?
- A UDP is used when low latency is optimal, and TCP is used when latency is tolerable.
- B TCP is used when dropped data is more acceptable, and UDP is used when data is accepted out-of-order.
- C TCP is used when data reliability is critical, and UDP is used when missing packets are acceptable.
- D UDP is used when data is highly interactive, and TCP is used when data is time-sensitive.
Community Discussion