লক্ষ্য করুন: এই এন্ট্রির অনুবাদ বর্তমানে মান পর্যালোচনার অধীনে রয়েছে, তাই কিছু বিষয়বস্তু সাময়িকভাবে শুধুমাত্র ইংরেজিতে প্রদর্শিত হচ্ছে।
এই এন্ট্রিটি এখনও আপনার ভাষায় অনুবাদ করা হয়নি, তাই নিচে মূল লেখাটি দেখানো হচ্ছে।
UDP
UDP is a technical acronym used primarily in networking and software engineering. It describes a "fire-and-forget" method of data transmission where speed is prioritized over reliability, meaning the sender does not check if the receiver actually got the data.
In professional contexts, it is contrasted with TCP (Transmission Control Protocol). While TCP ensures every packet arrives in order, UDP is the standard choice for real-time applications like VoIP, online gaming, and live streaming, where a small amount of data loss is preferable to the lag caused by retransmission.