Whats the difference between WEB and CLIENT server Applications?
A web application needs nothing more specific on your PC than a browser and perhaps something like Java – ie software for which there is a defined standard. ALl the processing is done by the server on which the web application resides. A client server application has part of the application installed and running locally (on your PC) and part installed and running on a sever.