Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 8: You need to design a Web Server, Database Server and a Backup server. (30 Points) If you had to choose from the following
Question 8: You need to design a Web Server, Database Server and a Backup server. (30 Points) If you had to choose from the following list of resources which ones would you place a priority on and state why you would do so. List these for each server type. Hint: You need to think about the functionality of the server. Based on this infomation, which resource would you emphasize on the most to increase the performance of the server. CPU utilization and speed Multiprocessing Memory Cache Storage capacity Hard drive seek and access time Network Bandwidth Example: To design an authentication server for a large organization you can expect to have perhaps 100s of employees trying to login at the same time. For this environment the authentication server needs to be a multiprocessing system to be able to search through all the user database to be able to authenticate with a fast response time. The process of searching through this large user database takes a lot of processing power. A multiprocessing environment would be a good choice and therefore we need to have priority set on the number and speed of the CPUs. The storage would also need to have a fast access to be able to access the user login information fast
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started