InterviewSolution
Saved Bookmarks
| 1. |
What is a Socket? |
|
Answer» Sockets provide the communication mechanism between two computers using TCP. A client program creates a socket on its end of the communication and attempts to connect that socket to a server. |
|