asked 199k views
5 votes
Which of the following features does UDP provide? (Select two.)

a. Connection-oriented communication
b. Error checking and correction
c. Low latency
d. Flow control

asked
User Soko
by
8.0k points

1 Answer

6 votes

Final answer:

UDP provides low latency and connectionless communication.

Step-by-step explanation:

UDP (User Datagram Protocol) is a transport layer protocol that provides certain features in network communication. Two of the features provided by UDP are low latency and connectionless communication.

UDP does not provide error checking and correction or flow control, which are features provided by TCP (Transmission Control Protocol).

answered
User Mferly
by
7.3k points