InterviewSolution
| 1. |
Explain the concept of a Distributed Operating System? |
|
Answer» This feature takes care of the data and application that are stored and processed on multiple physical locations across the world over the digital network (internet/intranet). The Distributed Operating System is used to access shared data and files that reside in any machine around the world. The user can handle the data from different locations. The users can access as if it is available on their own computer. The advantages of distributed Operating System are as follows: 1. A user at one location can make use of all the resources available at another location over the network. 2. Many computer resources can be added easily in the network 3. Improves the interaction with the customers and clients. 4. Reduces the load on the host computer. |
|