See Our Webmaster Tools for Windows and Mac

                                  

What Is Difference Between Client Server And Web Testing?

Started by swatijain22, July 24, 2019, 06:04:17 AM


sinelogixtech

Hi Friends,
1. A client/server application uses a two-tier architecture whereas a web application uses multi-tier architecture.
2. In a client/server application, the user interaction with the server is mainly through a user interface whereas in a web application the user interaction is through a compatible web browser.
3. A client/server application lacks robustness because if a server fails, the requests cannot be completed whereas a web application exhibits robustness.
4. A client/server application requires installation on the client's machine whereas a web application can run directly from a compatible web browser.
5. In a client/server model, the server may become overloaded with the increasing client requests which results in low performance whereas multiple users can use a web application at the same time and also deliver superior performance.