What is the diff between web based n client server appln

Showing Answers 1 - 10 of 10 Answers

M.D. Lucena

  • Sep 27th, 2006
 

in a nutshell, web based appln are applications accessed thru the internet and are off site, while client server appln are systems found onsite.

  Was this answer useful?  Yes

Susanta

  • Oct 3rd, 2006
 

In C/S - 2 Tier (Two M/C) i.e The Application components r distibted among Two Indivisual Machine,Browser at Client and Mid wire and Database in secondWebBased - 3 Tier(3 M/C)

  Was this answer useful?  Yes

senzpkumar

  • Oct 11th, 2006
 

Client Server is 2 tier architecture, navigation from one page to another is low, low performance and no firewall where as in Web application, it is n tier architecture, navigation is high, high performance and firewall plays important role here.

  Was this answer useful?  Yes

sudhakar2068

  • Oct 13th, 2006
 

client server applications:The term client/server was first used in the 1980s in reference to personal computers (PCs) on a network. The actual client/server model started gaining acceptance in the late 1980s. The client/server software architecture is a versatile, message-based and modular infrastructure that is intended to improve usability, flexibility, interoperability, and scalability as compared to centralized, mainframe, time sharing computing.

A client is defined as a requester of services and a server is defined as the provider of services. A single machine can be both a client and a server depending on the software configuration

Web applications are popular due to the ubiquity of the browser as a client, sometimes called a thin client. The ability to update and maintain Web applications without distributing and installing software on potentially thousands of client computers is a key reason for their popularity

sudhakar

email:kollasudhakar2005@yahoo.co.in

  Was this answer useful?  Yes

Dharmakrishnan

  • Dec 12th, 2006
 

Client server application support the two tire architecture but the web base application support the three tire architecture

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions