InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Client And Server? |
|
Answer» Client and server are two DIFFERENT MACHINES (physical or VIRTUAL) connected in such a manner that WHENEVER a client posts some request to a server, the server provides an appropriate RESPONSE to the client. Client and server are two different machines (physical or virtual) connected in such a manner that whenever a client posts some request to a server, the server provides an appropriate response to the client. |
|