R4. An application developer may not want its application to use TCP’s congestion control, which can throttle the application’s sending rate at times of congestion. Often, designers of IP telephony and IP videoconference applications choose to run their applications over UDP because they want to avoid TCP’s congestion control. Also, some applications do not need the reliable data transfer provided by TCP.
应用程序开发人员可能不希望其应用程序使用TCP的拥塞控制机制,拥塞控制机制可能会限制应用程序的发送速率。通常情况下,IP电话和IP视频会议应用程序的设计者选择通过UDP运行其应用程序,因为他们希望避免TCP拥塞控制机制。此外,某些应用程序不需要TCP提供的可靠数据传输。
本文探讨了应用程序开发人员为何有时会选择UDP而非TCP。主要原因是UDP可以避免TCP的拥塞控制机制,这对于实时通信应用如IP电话和视频会议非常重要。此外,某些应用并不需要TCP提供的可靠数据传输。





