NPTEL Cloud Computing and Distributed Systems Assignment 3 Answers 2024

NPTEL Cloud Computing and Distributed Systems Assignment 3 Answers 2024

Hello learners In this article we are going to discuss NPTEL Cloud Computing and Distributed Systems Assignment 3 Answers. All the Answers provided below to help the students as a reference, You must submit your assignment with your own knowledge and use this article as reference only.

About the course:-

Cloud computing is the on-demand delivery of computations, storage, applications, and other IT resources through a cloud services platform over the internet with pay-as-you-go business model. Today’s Cloud computing systems are built using fundamental principles and models of distributed systems. This course provides an in-depth understanding of distributed computing “concepts”, distributed algorithms, and the techniques, that underlie today’s cloud computing technologies.

NPTEL Cloud Computing and Distributed Systems Assignment 3 Answers 2024:

1. The message complexity for a Classical Algorithm of Ring Election with N labelled processes is (xN – 1) messages, where x is,

Answer :- Will update answers soon and update on our telegram channel so Join Click Here

2.  A run of leader election algorithm must guarantee which properties,

Answer :-

3. Zookeeper uses ZAB, a variant of _______ algorithm.

Answer :- 

4. In the LCR algorithm for leader election, the message complexity is,

Answer :- 

5. The lower bound on message complexity for an leader election algorithm for asynchronous rings whose size is not known a priori is, 

Answer :- 

6. Select the time complexity of below algorithm:
1. send value of own id (i) to the left 2. when received an id (j) (from the right): 2.1 if j > i then forward j to the left (this processor has lost) 2.2 if j = i then select self (this processor has won) 2.3 if j < i then do nothing

Answer :- 

7. In the O(nlogn) messages leader election algorithm, the probe distance in phase k is _______ and the Number of messages initiated by a processor in phase k is at most ______________including probes and replies in both directions.

Answer :- 

8.  ____________ occurs when two processes are competing with each other potentially causing data corruption.

Answer :- 

9. In Zookeeper coordination activity, Sequential Consistency implies that,  

Answer :- 

10. ____________ occurs when two processes are waiting for each other directly or indirectly.

Answer :-