Transparency (computing) |
In human-computer interaction, computer transparency is an aspect of user friendliness which prevents the user from worrying about technical details (like installation, update, downloading or device drivers). For instance, a program that automatically detects the display resolution is more transparent compared to one that requests the user to enter it manually.
In Computing and Computer network, a software that supports different logical actions through the same user or application interface is transparent. For example, the Network File System allows users to access files stored on a remote machine as if they were stored locally, through the same file/folder hierarchy.
Similarly, some file systems allow transparent data compression and decompression of data, enabling users to store more files on a medium without any special knowledge; other file systems encrypt files transparently. In software engineering, it is also considered good practice to develop or use abstraction layers for Database access, so that the same application will work with different databases; here, the abstraction layer allows other parts of the program to access the database transparently. In object-oriented programming, transparency is facilitated through the use of interfaces or header files with different implementations.
Transparency means that any form distributed system should hide its distributed nature from its users, appearing and functioning as a normal centralized system. There are many types of transparency:
|
|