Print Page | Close Window

Client server Vs Web server

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Manual Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Manual Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=7061
Printed Date: 19Nov2024 at 7:33pm


Topic: Client server Vs Web server
Posted By: skumar75.qa
Subject: Client server Vs Web server
Date Posted: 25Sep2009 at 1:18am
Client server
1) This is a two tiger architecture. Client will send request to server and sever wil response back
2) It will be loaded separately in each client  machine
3) In 2tier all the presentation layer and Business logic layer called as one layer and DB layer is another layer.
4) In client server architecture can not handle multiple request at the same time, it will cause the integrate issue
5) For example client sever all the VB based application.
 
Web server:-
1) we have different layer like presentation layer -> Business logic layer -> DB layer- . Still you can simpliy  you layer based on you development architecture.



Print Page | Close Window