Protocol used for connection less socket programming
Answers
Answered by
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