
- Operating System Tutorial
- OS - Home
- OS - Overview
- OS - Components
- OS - Types
- OS - Services
- OS - Properties
- OS - Processes
- OS - Process Scheduling
- OS - Scheduling algorithms
- OS - Multi-threading
- OS - Memory Management
- OS - Virtual Memory
- OS - I/O Hardware
- OS - I/O Software
- OS - File System
- OS - Security
- OS - Linux
- OS - Exams Questions with Answers
- OS - Exams Questions with Answers
- Operating System Useful Resources
- OS - Quick Guide
- OS - Useful Resources
- OS - Discussion
OS Overview Q & A #3
Question: What are the primary differences between Network Operating System and Distributed Operating System?
Answer: Network and Distributed Operating systems have a common hardware base, but the difference lies in software.
Sr. No. | Network Operating System | Distributed Operating System |
---|---|---|
1 | A network operating system is made up of software and associated protocols that allow a set of computer network to be used together. | A distributed operating system is an ordinary centralized operating system but runs on multiple independent CPUs. |
2 | Environment users are aware of multiplicity of machines. | Environment users are not aware of multiplicity of machines. |
3 | Control over file placement is done manually by the user. | It can be done automatically by the system itself. |
4 | Performance is badly affected if certain part of the hardware starts malfunctioning. | It is more reliable or fault tolerant i.e distributed operating system performs even if certain part of the hardware starts malfunctioning. |
5 | Remote resources are accessed by either logging into the desired remote machine or transferring data from the remote machine to user's own machines. | Users access remote resources in the same manner as they access local resources. |
os_exams_questions_answers.htm
Advertisements