In client server architecture, every client is known; every request received by server will have information on who originated this request. In Web, users are anonymous thus pose a greater security risk. Number of clients that can be connected to the server is predictable and can be controlled ...
Clients are much more controlled in client-server. Which OS they will use, which platform they will run on, what browser will be used every thing can be controlled. In comparison to that, nothing can be controlled in Web. Business Logic: Mostly in the cases of Client-Server client...