Difference between Web-based applications,Client-
Server applications and Distributed applications?
Answer Posted / 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 |
Post New Answer View All Answers
Is empty string in java?
What is difference between classpath and path variables in java?
What best practices should you follow while writing multithreaded code in java?
What happens when a thrown exception is not handled?
Explain inner classes ?
How many java versions are there?
Why are the objects immutable in java?
Is .net better than java?
How to read and write image from a file ?
What if constructor is protected in java?
What is the difference between preemptive scheduling and time slicing in java programming?
What is the default value of the local variables?
Is age discrete or continuous?
How does hashset works in java?
What is flag in python?