Define each type of transparency.

What will be an ideal response?


There are eight types of transparency: access transparency, location transparency, failure
transparency, replication transparency, persistence transparency, migration transparency,
relocation transparency and transaction transparency. Access transparency hides the details
of networking protocols that enable communication between distributed computers. Location
transparency builds on access transparency to hide the location of resources in the distributed
system from those attempting to access them. Failure transparency is the method by
which a distributed system provides fault tolerance; if one or more resources or computers in
the network fails, users of the system will be unaware (except for reduced performance). If a
system supports replication transparency, all access to a group of replicated resources occurs
as if there were one such resource available.Migration and relocation transparency both hide
the movement of components of a distributed system.The former masks the movement of an
object from one location to another in the system, such as movement of a file from one server
to another; the latter masks the relocation of an object from other objects that communicate
with it. Finally, transaction transparency allows a system to achieve consistency.

Computer Science & Information Technology

You might also like to view...

Use the _______ attribute on a video element to display an image that represents the movie.

a. poster b. player c. controls d. image

Computer Science & Information Technology

What is an array?

A. A series of satellite dishes in the New Mexico desert. B. A group of variables of the same data type and name, indexed as an int. C. An operator in C++ that in used to perform mathematics. D. A series of variables that are accessed by an integer.

Computer Science & Information Technology

On the right side of a map found in Google Maps, all EXCEPT ________ are buttons for additional features of the map

A) Satellite B) Public Transit C) Terrain D) Traffic

Computer Science & Information Technology

Identify the description for the\bcharacter type.

A. Not a word boundary B. A blank space C. A word boundary D. Any character

Computer Science & Information Technology