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

How do you sort in java?

580


What is overriding in java?

512


How would overload a function based on return type?

542


What is natural ordering in java?

517


Discuss about garbage collector in Java.

635






hr interview how many minutes asking question

1558


What is collections framework?

566


What is the symbol for average?

509


Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?

583


Explain about sets?

561


How to restrict a member of a class from inheriting by its sub classes?

791


What is difference between iterator and enumeration in java?

520


What is meant by polymorphism?

529


What is the difference between the direct buffer and non-direct buffer in java?

533


What is the parse method in java?

555