InterviewSolution
Saved Bookmarks
| 1. |
What Is A Web Server In Client Server Environment? |
|
Answer» This new MODEL of Client/Server consists of thin, protable, "universal" clients that talk to superfat servers. In the simplet form, a WEB server returns DOCUMENTS when clients ask for them by name. The clients and server COMMUNICATE using an RPC-like protocol called HTTP. This new model of Client/Server consists of thin, protable, "universal" clients that talk to superfat servers. In the simplet form, a web server returns documents when clients ask for them by name. The clients and server communicate using an RPC-like protocol called HTTP. |
|