Quiz Space

Modern Application Development I · End Term · 30 Apr 2023 · January 2023 term · Set QPD1-S1

Question 28: What is the round trip time (RTT) in milliseconds for se…

Question 28

+3 marksOne correct option

A machine client M makes multiple requests to three different servers A, B and C in the order A then B followed by C. However, it can make a request to server B only after receiving the response from server A and same with server C i.e the client can make a request to server C only after receiving response from server B. If the servers A, B and C are located at 1200 kms, 1800 kms and 2400 kms respectively, answer the given subquestions.[Consider speed of light in air to be 3 x 10⁸ m/s]

What is the round trip time (RTT) in milliseconds for server C?

  1. A

    8

  2. B

    12

  3. C

    16

  4. D

    20

Show answer

Correct answer

  • C

    16

Question 28 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 30 Apr 2023, in the January 2023 term (IIT M DIPLOMA ET1 EXAM QPD1 S2 30 Apr 2023). It carries 3 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Consider the following statements regarding Continuous Integration and Continuous Deployment and select the correct opt…
  3. Q3A linked list is used to store data elements in an unsorted manner. What is the worst time complexity for searching an …
  4. Q4Figure question
  5. Q5Figure question
  6. Q6Figure question
  7. Q7Read the following statements regarding web accessibility principles and choose the correct option.\ Statement 1: The w…
  8. Q8Figure question
  9. Q9Consider the two python files main.py and test_sample.py. main.py test_sample.py Assuming main.py is running locally in…
  10. Q10Figure question
  11. Q11Figure question
  12. Q12Figure question
  13. Q13What will be the output on the terminal for the given Python code snippet.
  14. Q14Figure question
  15. Q15Figure question
  16. Q16Figure question
  17. Q17How will the browser render the following HTML document?
  18. Q18Figure question
  19. Q19In terms of logging, which of the following statements is/are true?
  20. Q20Consider following flask app. The flask app is running locally in the terminal. Which of the following command(s) will …
  21. Q21Consider the following flask application running on the base URL and is accessed through a browser. Select the correct …
  22. Q22Which of the following statements regarding the version control system git is/are correct?
  23. Q23Consider the following Python code snippet. How will the browser render the output of the above given Python code?
  24. Q24An API resource created using flask_restful is shown below. Answer the given subquestions if the app is running locally…
  25. Q25An API resource created using flask_restful is shown below. Answer the given subquestions if the app is running locally…
  26. Q26An API resource created using flask_restful is shown below. Answer the given subquestions if the app is running locally…
  27. Q27What is the maximum number of requests that can be made to B per second?
  28. Q29Which of the following statements about the tables ‘product’ and ‘category’ is correct?
  29. Q30Consider ‘C1’, an instance of table ‘category’ whose category_id is 2. The correct way of adding a product ‘compass’ to…
  30. Q31Consider the following resource API created with help of flask_restful. If the above application is running locally on …
  31. Q32Consider the following resource API created with help of flask_restful. If the above application is running locally on …