Saved Bookmarks
| 1. |
The client in socket programming must know which information?(a) IP address of Server(b) Port number(c) Both IP address of Server & Port number(d) Only its own IP address |
|
Answer» Correct answer is (c) Both IP address of Server & Port number The explanation is: The client in socket programming must know IP address of Server as it has to use that IP address in order to initialize the socket class constructor. That is how the client requests a connection to the server. |
|