Quiz Space

Modern Application Development I · Quiz 1 · 23 Feb 2025 · January 2025 term

Question 12: A server S requests to retrieve data from two data cente…

Question 12

+4.5 marksOne correct option

A server S requests to retrieve data from two data centers DC1DC_1 and DC2DC_2, which are located at distances of D1D_1 and D2D_2 meters respectively from the server S. The speed of data travelling through the medium that connects S with DC1DC_1 is m1m_1 m/sec and that connects S with DC2DC_2 is m2m_2 m/sec. With the given media for data transfer between S →DC1\rightarrow DC_1 and S →DC2\rightarrow DC_2, it takes an additional 200 milliseconds for the data to reach S from DC2DC_2 than it takes from DC1DC_1 if the complete response is ready only when the data is available to S from both the datacenters. Figure out the value of m2m_2 (in m/sec) in terms of D1D_1, D2D_2 and m1m_1. [Note: The data centers send responses only when they receive a request from the server]

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • D

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

More questions from this paper

  1. Q1Figure question
  2. Q2Figure question
  3. Q3Read the statements given below carefully and select the correct option.\ Statement 1: If an element that belongs to tw…
  4. Q4Which of the following options represents a one-to-one relationship in the Entity-Relationship Diagram?
  5. Q5Consider the following HTML document: How will the browser render the above HTML document?
  6. Q6Consider the following HTML code: What is the colour of the printed text “IITM Online BS Degree Program”?
  7. Q7Consider the template code and Python code given below: Template code: “output.html” Python code: “main.py” What will t…
  8. Q8Consider the following Python code snippet: Python code: “main.py” The above file will result in the output as “2.8”, f…
  9. Q9Consider two python files, mad1.py and mad2.py with following code snippets. File1: mad1.py File2: mad2.py What is the …
  10. Q10Figure question
  11. Q11Figure question
  12. Q13Consider two fictitious addressing systems, IPv5 and IPv8, used to store the IP address of a machine. Following are the…
  13. Q14Consider the following code: What will the output of the above PyHTML code be?
  14. Q15app.py Based on the above program, answer the given subquestions.
  15. Q16app.py Based on the above program, answer the given subquestions.