Saved Bookmarks
| 1. |
Protocol used for connection less socket programming |
|
Answer» 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. |
|