Quiz Space

Modern Application Development I · Quiz 2 · 16 Mar 2025 · January 2025 term

Question 7: A web server is handling requests and has an 8-core proce…

Question 7

+3 marksOne correct option

A web server is handling requests and has an 8-core processor, 32 GB of RAM, and a network bandwidth of 500 Mbps. The application running on the server is capable of generating 100 HTML pages every second. Each of these pages includes an image file that is 500 KB in size. What is the maximum number of requests per second that the server can handle?

  1. A

    100 requests/sec

  2. B

    125 requests/sec

  3. C

    250 requests/sec

  4. D

    400 requests/sec

Show answer

Correct answer

  • A

    100 requests/sec

Question 7 of 16 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 2 paper sat on 16 Mar 2025, in the January 2025 term (IIT M DIPLOMA AN EXAM QDD2 16 Mar 2025). It carries 3 marks.

More questions from this paper

  1. Q1IIT Madras runs a BS Degree Program in Data Science & AI, which has thousands of students enrolled across multiple leve…
  2. Q2Which of the following best describes the primary advantage of asynchronous updates in web applications?
  3. Q3Figure question
  4. Q4Consider the following Python code snippet. What will be the output of the above code in the terminal?
  5. Q5Consider the HTML code given below: File name: base_layout.html Which of the following is the correct implementation of…
  6. Q6Consider the following Flask code. Assume the above code is running on http://127.0.0.1:5000 . Which of the following r…
  7. Q8The lens of an HDD can read data on the rotating disk with the speed of 36,000 bits per second. The disk is designed su…
  8. Q9Figure question
  9. Q10Figure question
  10. Q11Consider the flask code below. Assume that the above flask application is running on http://127.0.0.1:5000 . Which of t…
  11. Q12Consider the following flask application running locally on http://127.0.0.1:5000. Which of the following statements is…
  12. Q13Figure question
  13. Q14Consider the following Flask application: Assume the Flask application is running on http://127.0.0.1:5000/ . Which of …
  14. Q15Consider the following Flask-RESTful API implementation: The API is running on http://127.0.0.1:5000/. Which of the fol…
  15. Q16Consider the following flask application. app.py Which of the following statements is/are true if the application is ru…