Which operating systems allows more than one user to use the same computer at the same time?

Computer Science; Operating Systems

ABSTRACT

A multi-user operating system (OS) is one that can be used by more than one person at a time while running on a single machine. Different users access the machine running the OS through networked terminals. The OS can handle requests from users by taking turns among connected users. This capability is not available in a single-user OS, where one user interacts directly with a machine with a single-user operating system installed on it.

PRINCIPAL TERMS

  • multiterminal configuration: a computer configuration in which several terminals are connected to a single computer, allowing more than one person to use the computer.
  • networking: connecting two or more computers to one another using physical wires or wireless connections.

Which operating systems allows more than one user to use the same computer at the same time?

Multi-user operating systems are designed to have multiple terminals (monitor, keyboard, mouse, etc.) all connected to a single mainframe (a powerful CPU with many microprocessors) that allocates time for each user's processing demands so that it appears to the users that they are all working simultaneously.

  • resource allocation: a system for dividing computing resources among multiple, competing requests so that each request is eventually fulfilled.
  • system: a computer's combination of hardware and software resources that must be managed by the operating system.
  • terminals: a set of basic input devices, such as a keyboard, mouse, and monitor, that are used to connect to a computer running a multi-user operating system.
  • time-sharing: a strategy used by multi-user operating systems to work on multiple user requests by switching between tasks in very small intervals of time.
MULTI-USER OPERATING SYSTEMS

A computer's operating system (OS) is its most fundamental type of software. It manages the computer system (its hardware and other installed software). An OS is often described as the computer's “traffic cop.” It regulates how the different parts of the computer can be used and which users or devices may use them. Many OS functions are invisible to the user of the computer. This is either because they occur automatically or because they happen at such a low level, as with memory management and disk formatting.

A multi-user OS performs the same types of operations as a single-user OS. However, it responds to requests from more than one user at a time. When computers were first developed, they were huge, complex machines that took up a great deal of physical space. Some of the first computers took up whole rooms and required several people to spend hours programming them to solve even simple calculations. These origins shaped the way that people thought about how a computer should work. Computers became more powerful and able to handle more and more complex calculations in shorter time periods. However, computer scientists continued to think of a computer as a centralized machine usable by more than one person at a time through multiple terminals connected by networking. This is why some of the earliest OSs developed, such as UNIX, were designed with a multiterminal configuration in mind. Given the nature of early computers, it made more sense to share access to a single computer. Only years later, when technology advanced and PCs became widely available and affordable, would the focus switch to single-user OSs.

SHARED COMPUTING

One example of a multi-user OS is the software used to run the servers that support most webmail applications. These systems have millions or even billions of users who continually log on to check their messages, so they require OSs that can handle large numbers of users at once. A typical webmail application might require hundreds of computers, each running a multi-user OS capable of supporting thousands of users at once.

ECONOMY OF SCALE

Many companies are moving back toward the use of multi-user OSs in an effort to contain costs. For a large organization to purchase and maintain fullfeatured computers for each employee, there must be a sizable investment in personnel and computer hardware. Companies seeking to avoid such expense find that it can be much more cost effective to deploy minimally equipped terminals for most users. This allows them to connect to servers running multi-user OSs. Backing up user data is also simpler with a multiuser OS because all of the data to be backed up is on the same machine. Therefore, it is less likely that users will lose their data and it saves time and money for the organization.

—Scott Zimmer, JD

Anderson, Thomas, and Michael Dahlin. Operating Systems: Principles and Practice. West Lake Hills: Recursive, 2014. Print.

Garrido, José M, Richard Schlesinger, and Kenneth E. Hoganson. Principles of Modern Operating Systems. Burlington: Jones, 2013. Print.

Holcombe, Jane, and Charles Holcombe. Survey of Operating Systems. New York: McGraw, 2015. Print.

Silberschatz, Abraham, Peter B. Galvin, and Greg Gagne. Operating System Concepts Essentials. 2nd ed. Wiley, 2014. Print.

Stallings, William. Operating Systems: Internals and Design Principles. Boston: Pearson, 2015. Print.

Tanenbaum, Andrew S. Modern Operating Systems. Boston: Pearson, 2015. Print.

Which operating system allow more than one user to use the same computer at the same time or different times?

A multi-user operating system has been designed for more than one user to access the computer at the same or different time. ... Most batch processing systems for the mainframe computers can also be considered as 'multi user.

What operating system allows multiple users?

Multi-user operating system is a computer operating system(OS) that allows multiple users on different computers or terminals to access a single system with one OS on it. Examples of multi-user operating system are : Linux, Ubuntu, Unix, Mac OS X, Windows 1010 etc.

Which types of operating system will allow number of users to use the same computer same time?

The correct answer is Multi-user operating system. A multi-user operating system facilitates multiple users to work on a single computer system.

Which operating system allows you to run more than one app at the same time?

A multitasking operating system (also called multiprocessing operating system) supports two or more active processes simultaneously.