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 is the difference between this() and super() in java?
What methodology can be utilized to link to a database?
What is complexity in java?
What is a numeric digit?
What is a buffer in computer?
What is the integer of 16?
Why are constructors used?
What is native code?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is the scope or life time of instance variables?
What is the definition of tree ?
Explain the purpose of garbage collection in Java?
is it possible to instantiate the math class?
What is nested class?
Which is better stringbuilder or stringbuffer?