Microsoft Exam Questions

What should you recommend?

An ASP.NET Web application is deployed on a single Web server.
Web application state for client requests is storedin 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 accommodatinga load increase.
What should you recommend?

A.
Partition the data in tables across multiple servers.

B.
Transfer the Web application to a load-balanced Web farm.

C.
Upgrade the CPU, memory, and disk space of the existing Web server.
D. Set up a Web garden for the deployed application on the existing Web server.