Features of A Multi User Operating Systems
Features of A Multi User Operating Systems
Features of A Multi User Operating Systems
Resource sharing
Using resource sharing in a multi-user operating system allocates the CPU time of the
mainframe computer between the different users. Each user in turn is given a small time
slice of the CPU time. Because these time slices are very small the users believe that they
are all using the mainframe at the same time. Resource sharing also lets users share
peripherals such as printers or hard drives and also lets users share files on a network.
Multi-tasking
Multi-tasking lets the operating system run more than one program at a time. One
Example of a multi tasking could be editing a word document while browsing the
Internet. The way this is done is by the processor using time slicing.
Background processing
Background processing is a term which means when commands are not processed
straight away but rather executed "in the background", often while other programs are
interfacing with the system in real time.
Distributed systems:
A distributed system is a system whose components are located on different networked
computers, which communicate and coordinate their actions by passing messages to
one another. The components interact with one another in order to achieve a common
goal.
Uses