Difference between Web-based applications,Client-
Server applications and Distributed applications?

Answers were Sorted based on User's Feedback



Difference between Web-based applications,Client- Server applications and Distributed applications?..

Answer / ajay kumar sharma

Web-based applications:
Those are developed for web services or register on Web
like a website.These apps run on public domain.

Client- Server applications: A application that is
developed to run on a Local network like LAN or just
working on a local domain.

Both can be pronounced as Distributive Applications.

Is This Answer Correct ?    7 Yes 4 No

Difference between Web-based applications,Client- Server applications and Distributed applications?..

Answer / krishna chaitanya k

Client-server application is, an application which has dedicated client and server. client is programmed to communicate with server. it can be an intranet. internet application.

web application is, where web browser replaces the client, that means communication goes between browser and server. there is no dedicated client and programming for client rather it comes from server and interpreted to display as webpage in browser. even it can be intranet/internet.

distributed app is, application server is located in different servers to accommodate more hits means more requests and to serve separate locations in their localized versions and traffic and many more purposes.

Is This Answer Correct ?    3 Yes 2 No

Difference between Web-based applications,Client- Server applications and Distributed applications?..

Answer / anjani kumar jha

Web based Application:-------the application which is used
via internet is called web-based application.

Client-Server Application-------the user who is regular
customer of that application is called Client-Server
Application. Example I am working in CDAC and central gov is
my client.


Distributed applications:The application which running and
required lots of server across the world is called
distributed Application example SBI(Banking application).

Is This Answer Correct ?    5 Yes 9 No

Post New Answer

More Core Java Interview Questions

Is java type safe?

0 Answers  


java program with complete 4 oops concepts implemented example

0 Answers   Infosys, NIIT,


explain the clone method and clonable interface

1 Answers  


Difference between this() and super() ?

0 Answers  


What is the use of collections in java? How it is implemented in real time applications?

2 Answers  


What is default constructors?

0 Answers  


What is java in simple terms?

0 Answers  


Which graphs are functions?

0 Answers  


What happens when I use / and % with a negative numerator?

0 Answers  


How to make a write-only class in java?

0 Answers  


what is optional in java 8?

0 Answers  


How to sort an unsorted array in java?

0 Answers  


Categories