Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

distributed operating system An OPERATING SYSTEM which manages a number of

computers and hardware devices which make up a DISTRIBUTED SYSTEM. Such an


operating system has a number of functions: it manages the communication between
entities on the system, it imposes a security policy on the users of the system, it manages
a DISTRIBUTED FILE SYSTEM, it monitors problems with hardware and software, it
manages the connections between application programs and itself, and it allocates
resources such as file storage to the individual users of the system. A good distributed
operating system should give the user the impression that they are interacting with a
single computer.

A Distributed operating system is the logical aggregation of operating system software


over a collection of independent, networked, communicating, and spatially disseminated
computational nodes.[1] Individual system nodes each hold a discrete software subset of
the global aggregate operating system. Each node-level software subset is a composition
of two distinct provisioners of services.[2]
The first is a ubiquitous minimal kernel, or microkernel, situated directly above each
node’s hardware. The microkernel provides only the necessary mechanisms for a node's
functionality. Second is a higher-level collection of system management components,
providing all necessary policies for a node's individual and collaborative activities. This
collection of management components exists immediately above the microkernel, and
below any user applications or APIs that might reside at higher levels.[3]
These two entities, the microkernel and the management components collection, work
together. They support the global system’s goal of seamlessly integrating all network-
connected resources and processing functionality into an efficient, available, and unified
system.[4] This seamless integration of individual nodes into a global system is referred
to as transparency, or Single system image; describing the illusion provided to users of
the global system’s appearance as a singular and local computational entity

You might also like