Looking for TE ISE Computer Engineering test answers and solutions? Browse our comprehensive collection of verified answers for TE ISE Computer Engineering at moodle.spit.ac.in.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Client C1:
```write(x=100) on replica R1
read(x) on replica R2 → 0
```
This violates which consistency model?
In code migration, which term refers to whether migration is initiated by the machine executing the code or by the machine that will execute it?
A mobile client switches between replicas R1 and R2 every 5 seconds. Update propagation between replicas has an average delay of 8 seconds. Which consistency guarantee fails?
The following two functions P1 and P2 that share a variable B with an initial value of 2 execute concurrently.
The number of distinct values that B can possibly take after the execution is:
Which of the following is NOT an advantage of using threads in distributed systems?
Session consistency ensures that: