Home » Computer » Miscellaneous » Question
  1. UDP is a
    1. connection-oriented protocol
    2. connectionless protocol
    3. user-defined protocol
    4. security protocol
Correct Option: B

User Datagram Protocol (UDP) uses a simple connectionless transmission model with a minimum of protocol mechanism. It provides checksums for data integrity, and port numbers for addressing different functions at the source and destination of the datagram.It is an alternative communications protocol to Transmission Control Protocol (TCP) used primarily for establishing low-latency and loss tolerating connections between applications on the Internet.



Your comments will be displayed only after manual approval.