Computer Science, asked by Ghosha6822, 10 months ago

Protocol used for connection less socket programming

Answers

Answered by Anonymous
1

Answer:

Connectionless sockets use User Datagram Protocol (UDP) instead of TCP/IP. The following figure illustrates the client/server relationship of the socket APIs used in the examples for a connectionless socket design.

Similar questions