The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
October 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

difference

Posted by bhuju on August 23, 2001 at 10:53 AM

>
> Hi All,

> Application Server is responsible for handling the Business logic
> of the system while Web server is responsible to cater to the HTTP requests.
> In three tier Architecture
> the flow is as follows

> [Browser(Client)]---> [Web server(http requests)+ application server(Business logic)]--->database server

> Now if there are heavy transactions on the system then the second Tier is bifurcated which results in the 4 Tier Architecture.
> The flow is as follows
> [Browser(Client)]---> [Web server]--->[application server(Business logic)]--->database server

> regards
> Krishan






Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us