What is the difference between C/s and Web based testing?

Questions by dinakar

Showing Answers 1 - 3 of 3 Answers

saradavijay

  • Sep 23rd, 2005
 

Client server application is 2 tier application and web application is n tier application

Client server is the single user application and the web application is the multi User

  Was this answer useful?  Yes

mirajay

  • Nov 15th, 2005
 

sathyasai Wrote:

Client server application is 2 tier application and web application is n tier application

Client server is the single user application and the web application is the multi User

sarathi:

Clinet server need not be single user application It may be Multiuser application for Example install the application in server and access from to many terminal servers.

But Web application an extention to 2 tier application web server comes into picture at server end and at the client end it will be general software like browser.

  Was this answer useful?  Yes

k_parvez123

  • Mar 15th, 2006
 

Some other difference are:

1)Client server applications does not require any browsers as media to access the application.

But web based applications must and shouldly required any browsers or media to access the application.

2)Lot of security is required for web based applications than client server applications.

Ex: web based applications generally facing the problem viruses.

3)Lot of scalability,reliability, performance is required to web based applications than client server applications, since those are generally multi users around the world.

4) generally client server application comes under LAN/MAN. But web applications comes under WAN.

Thanks,

ramesh,

QA, wipro technologies, ramesh.babumaguluri@wipro.com

  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