Microsoft
70-519 · Question #258
An ASP.NET Web application is deployed on a single Web server. Web application state for client requests is stored in a Microsoft SQL Server 2008 database. The Web application must meet the…
The correct answer is B. Transfer the Web application to a load-balanced Web farm. See the full explanation below for the reasoning.
Question
An ASP.NET Web application is deployed on a single Web server. Web application state for client requests is stored in a Microsoft SQL Server 2008 database. The Web application must meet the following requirements:
- Tolerate a Web server failure.
- Scale gracefully to accommodate a rapid load increase.
You need to recommend an approach for accommodating a load increase. What should you recommend?
Options
- AUpgrade the CPU, memory, and disk space of the existing Web server.
- BTransfer the Web application to a load-balanced Web farm.
- CSet up a Web garden for the deployed application on the existing Web server.
- DPartition the data in tables across multiple servers.
How the community answered
(37 responses)- A3% (1)
- B73% (27)
- C8% (3)
- D16% (6)
Community Discussion
No community discussion yet for this question.