1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
stealth61 [152]
4 years ago
8

You are in charge of a datacenter that handles web requests. Each incoming request first goes to a processor that assigns it to

one of N web servers operating in parallel. This process takes 100 μs (10^-6 seconds) and cannot be parallelized. Each web server takes 100 ms to handle a request assigned to it. With N=1, the total time per request is 100.1 ms, and the server can thus handle 1/(100.1 ms) ~ 35,964 requests per hour. Your task is to increase throughput to 7.2 million requests per hour.
Computers and Technology
1 answer:
Marat540 [252]4 years ago
5 0

Answer:

We need 201 Web servers to increase our through put to 7.2 million request per hour.

Explanation:

Given that all server are working in parallel and each server takes 100 μs for each request to process and assign it to a server. Total time taken during assigning process will be

1 process=10^{-6}\\ 7.2 mil process=7,200,000 * 10^{-6}\\

Time taken for 7.2 mil request to process =7.2 sec

Now for our server to handle request, time taken for server to handle a request is 100.1ms and server can handle 35964 request per hour approximately.

1 server= 35964 request/hour

Number of server per request

1 server handles35964  request / hour.From this we can find time taken for 7.2mil request/hour

For 7.2mil request

X=7200000* number of server per request per hourX=200.2 ~ 200 servers

You might be interested in
How to revive a computer if it functions in an unexpected manner?
julsineya [31]
This would depend on the issue the computer is having. 

In many cases though a simple reboot does the trick. 

If your computer is slow and glitches, try cleaning it for viruses and also clean the fans. If they are dusty the computer can overheat and that can cause it to slow while its working harder to cool down.

In other cases you may not be running the proper software compatible with your device, or programs may be outdated. Check online with the company that manufactured your computer to see if you need to install updates or change certain software. 

3 0
3 years ago
Negative glue effects
erica [24]
Glue can get in your eye, Get all over your hands ,Get on your clothes,and if you not carfule it can stick everwhere  
7 0
4 years ago
8.10.8 guess the passcode codehs
harkovskaia [24]

Answer:

sorry its late

Explanation:

/*

* Write a program that guesses every possible 4 digit passcode

* combinations until the correct passcode is guessed.

*

* The passcode is randomly generated and stored in the variable

* secretPasscode.

*

* Print out how many guesses it took to guess the correct passcode.

*/

function start() {

   var correctCode = generateRandomPasscode();

   var b = 0;

   while(true){

       var guessCode = generateRandomPasscode();

       b++;

       if(isCorrect(guessCode, correctCode)){

           println("The correct passcode was " + guessCode);

           println("It took you " + b + " tries to guess it");

       break;

       }

   }

}

function isCorrect(guessCode, correctCode) {

   return guessCode == correctCode;

}

function generateRandomPasscode() {

   var randomPasscode = "";

   for(var i = 0; i < 4; i++) {

       var randomDigit = Randomizer.nextInt(0, 9);

       randomPasscode += randomDigit;

   }

return randomPasscode;

}

7 0
2 years ago
Who used the term" software" first?
saul85 [17]

The answer is John W. Tukey

hope this helps ^ ^

5 0
3 years ago
Read 2 more answers
These statements describe a network server.
Art [367]

Answer:

The statement that describes a network server is:

manages network resources

Explanation:

A server is a computer built and programmed to fulfill network needs. They might be able to perform regular computer tasks, but they are designed specially to connect several computers, create a space those computers can share, provide connectivity management to them and be able to receive, send, create, and copy data inside that network. In other words, it creates a space of interaction, allows interaction, and transfer data from this network to other networks and from other networks for its managed network.

4 0
4 years ago
Other questions:
  • Can your computer become infected with a virus via email
    6·1 answer
  • Which equation is correct regarding the measure of ∠MNP? m∠MNP = One-half(x – y) m∠MNP = One-half(x + y) m∠MNP = One-half(z + y)
    15·2 answers
  • How would a static local variable be useful?
    5·1 answer
  • The last step on Kotter’s Eight-Step Change Model is to anchor the changes in corporate culture; to make anything stick, it must
    14·1 answer
  • When the hyper-v role is added to a windows server 2012 r2 server, what is loaded first during boot?
    6·1 answer
  • Bgtdeberbaf raaaaaaaaaaaaaaaaaaaaa graaaaaaaaaaaaaaaaaaaaaaaaaaa
    11·1 answer
  • During the _______ steps of the information processing cycle, data is manipulated, calculated, or organized to create useful inf
    9·1 answer
  • ¿Que similitudes y que diferencias tenían el estado y la iglesia en el proceso de colonizacion de america?​
    6·1 answer
  • Pleaseeeee helppp
    5·1 answer
  • Puede existir la tecnologia sin la ciencia y sin las tecnicas,explique si o no y fundamente el porque de su respuesta
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!