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


Please Help Members By Posting Answers For Below Questions

What do you mean by scope of variable?

494


please send me hr interview questions in it industry

1674


What do you mean Abstraction in java?

617


Is boolean a wrapper class in java?

616


How do you replace a string in java?

555






What is difference between iterator access and index access?

668


What is protected in java?

538


What is the difference between normal report & matrix report?

575


What is the length of a string?

538


What is anonymous inner class?

620


What are the 7 types of characters?

576


What does || mean in code?

551


What is meant by nested loop?

549


how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application

1683


Do we need to manually write Copy Constructor?

614