Search This Blog
Basically CSE help line works on national universities students.
CSE HELPLINE
- Get link
- X
- Other Apps
What is UDP?
UDP (User Datagram Protocol) is a communication protocol used primarily for transmitting data over a network. It's part of the Internet Protocol (IP) suite, commonly used for establishing low-latency and loss-tolerating connections between applications on the internet.
Here are some key characteristics of UDP:
Connectionless Protocol: UDP does not establish a connection before sending data, unlike TCP (Transmission Control Protocol). It just sends packets called datagrams directly to the recipient.
Fast but Unreliable: Since it doesn't wait for acknowledgments or perform error-checking mechanisms like TCP, UDP is faster but less reliable. There is no guarantee that the data will reach its destination, nor is there any confirmation if the packets are received correctly or in order.
Applications: UDP is ideal for use cases where speed is more important than reliability. Examples include:
- Online gaming
- Video streaming
- VoIP (Voice over IP) communications
- DNS (Domain Name System) lookups
Its simplicity and efficiency make it well-suited for real-time applications where slight data loss is preferable to delay.
- Get link
- X
- Other Apps
Popular Posts
LAB MANUAL for Data And Telecommunications
- Get link
- X
- Other Apps
Computer science and engineering (CSE) 1st semester Note pdf
- Get link
- X
- Other Apps
জাতীয় বিশ্ববিদ্যালয়ের অধীনে প্রফেশনাল কোর্সে অন্তর্ভুক্ত কম্পিউটার সাইন্স এন্ড ইঞ্জিনিয়ারিং হচ্ছে চার বছরের একটি কোর্স।
- Get link
- X
- Other Apps
Department of Computer Science & Engineering (CSE)
- Get link
- X
- Other Apps
Function overriding occurs when a derive class has a definition of one or more members of base class.
- Get link
- X
- Other Apps
What is Concurrency and Synchronization ?
- Get link
- X
- Other Apps
Comments
Post a Comment