Preview

Multi User Operating Systems

Better Essays
Open Document
Open Document
1457 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Multi User Operating Systems
An operating system is a set of software programs, which manage computer hardware in a controlled fashion. The operating system controls the file-system, process management, memory management and peripherals.

Multi-user operating systems are used on large mainframe computers. A mainframe computer system has one very powerful processing unit, which may contain many microprocessors. Many users will all share this processing unit. They use terminals (a keyboard and a monitor) to access the mainframe computer.

A multi-user operating system lets more that one user work on a mainframe computer at the same time.

Features of a MUOS

The main features of multi user operating systems are resource sharing, multi tasking and background processing.

· 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 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 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.

Types of MUOS

There are three main types of multi user operating system. These are distributed systems, time sliced systems and multi processor systems.

· In a distributed system, to the user it appears to be a single computer system but in fact is made up from a number of different host computers, which are connected

You May Also Find These Documents Helpful

  • Good Essays

    Programmers originally built the Unix operating system for other programmers to use. It is an extensible operating system, meaning it allows programmers to extend and change it to do anything they need it to. Essentially, it is built to multitask. It allows multiple users to use the same app or multiple users access to the same file. Although the computer cannot process all the requests at once, it does prioritize the requests to keep things orderly.…

    • 680 Words
    • 3 Pages
    Good Essays
  • Better Essays

    Week 5 Pos 355

    • 2010 Words
    • 9 Pages

    Operating systems were not in existence before the 1960s. The definition of operating systems is a program designed to run other programs on the computer and is the most important program. In the past, computers were built to execute a series of single task similar to a calculator. In the 1960s came the MCP (Master Control Program) for the B5000 mainframe computer created by the company Burroughs/Unisys. The MCP was the first OS written exclusively in a high-level language. As the years progressed, OS giants were starting to form such as Windows, Linux, and Mac. In, this paper, these 3 tech OS giants will be examined thoroughly while covering memory management, process management, file management, and security.…

    • 2010 Words
    • 9 Pages
    Better Essays
  • Powerful Essays

    Nt1330 Unit 1 Assignment

    • 4639 Words
    • 19 Pages

    An operating system (OS) is an interface between hardware and user which is responsible for the management and coordination of activities and the sharing of the resources of the computer that acts as a host for computing applications run on the machine. As a host, one of the purposes of an operating system is to handle the details of the operation of the hardware. This relieves application programs from having to manage these details and makes it easier to write applications. Almost all computers (including handheld computers,desktop computers, supercomputers, video game consoles) as well as some robots, domestic appliances (dishwashers, washing machines), and portable…

    • 4639 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    Multiuser operating systems allows the multiple users to access the resources of a single systems at a time or at different time. allows many users to take advantage of the computer's resources simultaneously. some permit 100's to 1000 users to take advantage of the computer's resources simultaneously. They are successful because of the powerful, efficient, stable and secure operating systems like LINUX. it has a capability of providing each user the same data ensuring total privacy from each user even while accessed by 100's of users simultaneously.…

    • 699 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1330 Unit 1 Study Guide

    • 2629 Words
    • 11 Pages

    |Multiple Users |Linux is a multi-user system |Windows is not because it designed to be used by…

    • 2629 Words
    • 11 Pages
    Powerful Essays
  • Powerful Essays

    First and foremost, it is vital to understand that an operating system (OS) is just a program - a very large, very complex program, but still just a program. The OS provides support for the loading and execution of other programs (which we will refer to below as ``application programs''), and the the OS will set things up so that it has some special privileges which user programs don't have, but in the end, the OS is simply a program.…

    • 9021 Words
    • 37 Pages
    Powerful Essays
  • Good Essays

    which user can execute programs in a convenient and efficient manner. It is a resource…

    • 2505 Words
    • 11 Pages
    Good Essays
  • Better Essays

    Computer Basics

    • 5521 Words
    • 23 Pages

    An operating system (OS) is a set of software that manages computer hardware resources and provides common services for computer programs. The operating system is a vital component of the system software in a computer system. Application programs require an operating system to function.…

    • 5521 Words
    • 23 Pages
    Better Essays
  • Satisfactory Essays

    This study focuses on designing an ideal operating system. This presents the features and function of an ideal operation system that gives satisfaction for the users.…

    • 419 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Programming Language

    • 3342 Words
    • 14 Pages

    operating system is built on top of a machine to manage access to the machine and to provide additional…

    • 3342 Words
    • 14 Pages
    Powerful Essays
  • Good Essays

    Skill summary server

    • 639 Words
    • 3 Pages

    • A server is a computer that is a meant to be a dedicated service provider, and a client is a…

    • 639 Words
    • 3 Pages
    Good Essays
  • Better Essays

    Types Of Operating System

    • 1515 Words
    • 5 Pages

    B. Multiprogramming Operating System- A multiprogramming system permits multiple programs to be loaded into memory & execute the programs concurrently. Concurrent execution of programs has a significant potential for improving system throughput & resource utilization relative to batch & serial processing. This potential is realized by a class of operating systems that multiplex resources of a computer system among a multitude of active programs. Such operating systems usually have the prefix multi in their names, such as multitasking or multiprogramming.…

    • 1515 Words
    • 5 Pages
    Better Essays
  • Powerful Essays

    Os by William Stalling 6/E

    • 238147 Words
    • 953 Pages

    An operating system mediates among application programs, utilities, and users, on the one hand, and the computer system hardware on the other. To appreciate the functionality of the operating system and the design issues involved, one must have some appreciation for computer organization and architecture. Chapter 1 provides a brief survey of the processor, memory, and Input/Output (I/O) elements of a computer system.…

    • 238147 Words
    • 953 Pages
    Powerful Essays
  • Powerful Essays

    PROCESS MANAGEMENT

    • 4212 Words
    • 15 Pages

    The more complex the operating system is, the more it is expected to do on behalf of its users. Although its main concern is the execution of user programs, it also needs to take care of various system tasks that are better left outside the kernel itself. A system therefore consists of a collection of processes: operating system processes executing system code and user processes executing user…

    • 4212 Words
    • 15 Pages
    Powerful Essays
  • Better Essays

    An operating system is a considered a set of programs that schedule tasks, assign storage and presenting an interface to the user. There are many operating systems to choose from. Some are created for personal use, some for business use, and some can be used for both. One of the biggest differences is whether the operating system is open source or closed source. Operating systems are created with programming code. Programmers are responsible for writing the source code, which is compiled into executable code. This executable code is what creates the product ran on computers. An open source system is a system in which the source code is visible. A closed source system keeps the source code hidden.…

    • 1437 Words
    • 6 Pages
    Better Essays