What is difference between Desktop, Client Server & Web based applications?
Rashmi Jain
Select an image from your device to upload
Hi singh jee
Some more points to clear the difference between Destop, client server, & Web based applications:
Desktop application:1. Application runs in single memory (Front end and Back end in one place)2. Single user only
Client/Server application:1. Application runs in two or more machines2. Application is a menu-driven3. Connected mode (connection exists always until logout)4. Limited number of users5. Less number of network issues when compared to web app.
Web application:1. Application runs in two or more machines2. URL-driven3. Disconnected mode (state less)4. Unlimited number of users5. Many issues like hardware compatibility, browser compatibility, version compatibility, security issues, performance issues etc