开发者

When do we have web server and an application server as two separate physical tiers?

Typically when an application is deployed on a server farm, it has a central database, one or more application servers and one or more web servers.

Since all the services in the application tier are going to be accessed via the web server, why not开发者_如何学运维 deploy the web server on the same physical tier as that of the application server?

The specific query is - what are the reasons of deploying the web server as a separate tier?

On a broader perspective, what are the general considerations while deciding on the deployment scenario?


If your application server is more CPU intensive than the Web server (which is the case most of the time), you may scale out the application server while keeping the number of Web servers as it is.

Put a NLB between the web farm and the application farm and you can have (for example) 2 web servers and 5 or more (or whatever) app servers to process the requests. It makes it easier to manage the infrastructure costs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜