Difference between Web-based applications,Client-
Server applications and Distributed applications?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the final class?
What is the exact difference in between unicast and multicast object? Where we will use?
how to compile jsp?
Is passing by reference faster?
How many ways can we create singleton class?
What is a default constructor and also define copy contrucyor?
When we give defination of interface method in the class why method must be public???
How is tree Mirroring implemented?
what is session in java?
0 Answers Seventhsense Technologies,
What is a pointer and does java support pointers?
What is the GregorianCalendar class?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?