RTUComputer ScienceYr 2024 · Sem 62024

Q2Distributed System

Question

2 marks

What is transparency in distributed systems? List two types.

Answer

Transparency is the architectural concealment of distributed complexity, mathematically hiding the separation of components. Two primary types are Location Transparency and Failure Transparency.

Transparency is the absolute design goal of distributed architecture. Location Transparency mathematically hides the physical geographic location of data from the user (e.g., URL access). Failure Transparency aggressively conceals catastrophic hardware crashes by automatically routing the user to a surviving replica without interruption.

Back to Paper