Computer Science, asked by varunrathourpcu4cz, 1 year ago

Protocol used for connectionless socket programming:
a. TCP
b. UDP
c. Both
d. None

Answers

Answered by manisha2482
8
hiiii


your ans..... is tcp

manisha2482: wel
emspsaheenpdh14w: b. UDP is the answer
Answered by Sidyandex
7

Connectionless sockets use User Datagram Protocol (UDP) rather of TCP/IP.

UDP protocols are unreliable as they send data in packets and there is no certainty that it will arrive.

They are used in applications that desire more throughput but have low overheads.

It is capable of transmitting data to multiple endpoints simultaneously.

Similar questions