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
What does it mean to be immutable?
What is type safety in java?
What is the original name of java?
What is the meaning of course?
Write a code to create a trigger to call a stored procedure
List some java keywords sun like c, c + + keywords?
What is the use of arraylist class in java?
What is a instance variable?
What are the methods to rectify ambiguities in the interfaces in JAVA?
How many ways can we create singleton class?
How do you create a method in java?
What does the “static” keyword mean?
What does serializing data mean?
Explain the available thread states in a high-level?
Why doesn't the java library use a randomized version of quicksort?