1 / 18

The Origin of the VM/370 Time-sharing system

The Origin of the VM/370 Time-sharing system. Presented by Niranjan Soundararajan. Abstract. Xen or VMWare is not the first work in Virtual machine architectures. VM/370 – OS that provides multiple users with separate and independent IBM system/370 computing systems

vallee
Download Presentation

The Origin of the VM/370 Time-sharing system

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Origin of the VM/370 Time-sharing system Presented by Niranjan Soundararajan

  2. Abstract • Xen or VMWare is not the first work in Virtual machine architectures. • VM/370 – OS that provides multiple users with separate and independent IBM system/370 computing systems • VM/370 provides a single-user interactive system for personal computing and computer network system for information exchange.

  3. Introduction • Lots of similarity between present day virtual machine research and what VM/370 addresses. • VM/370 is • Control Program (CP) : computing machine to simulate multiple copies of the machine itself. • Conversational Monitor System (CMS) : Interactive use of system by one person. • Remote Spooling and Communications Subsystem (RSCS) : Information transfer among machines linked with communication facilities.

  4. OS evolution – Historical perspective • 1950’s – Programs were hand-crafted. Running time was quite long compared to user actions required. • Simple job monitor systems to reduce cost of idle time between different programs. • OS – potion of machine dedicated to programs which assisted in machine operation.

  5. OS evolution – Historical perspective… contd • CTSS – Batched job stream runs in background even as several users enter commands to prepare, execute and terminate their programs. • Techniques were developed to support dynamic allocation of machine and demand scheduling. Interactive use became more important as batch processing include modifications and extensions to support interactive use.

  6. Design Influences and goalsCP/CMS system • CP/CMS evolved as experimental software designed for “diverse activities” like OS research, application development and report preparation. • CP-40 runs only on specific hardware. CP-67 used address translation hardware.

  7. Systems influence • Interactive design – Importance of character-by-character processing, editors. • Safe sharing of machines among users and programs were a major issue. • CTSS – time-sharing with batch processing. Time-sharing supervisor would steal and restore machine without knowledge of background programs. For things like user interface, terminal control, disk file system and attachment of other computers, CTSS was very much the prototype.

  8. Systems influence …contd • CP/CMS differed in their modular design compared to CTSS which involved a lot of dependencies on supervisor.

  9. Hardware Influence • IBM System/360 combining scientific and commercial instruction sets was considered a significant development. • ISA was considered very important to develop a flexible OS. Each user would have complete capability of the entire system. • System/360 involve two execution states: privileged and problem. ‘Problem’ - Instructions used commonly by application programs. ‘Privileged’ – Instructions affect entire system state. Machine blocks their execution and transfer control to designated program.

  10. Virtual memory influence • Though multiple execution environments are possible, programs cannot be moved within memory. Demand scheduling places a need for dynamic relocation of programs. • Motivation - High cost/ speed of fast memory and inconvenience of two-level store manipulation. Memory was split into fixed-length page frames

  11. CP/CMS design goals • Program refinement, test operation, production use and program enhancement at the OS level was not developed. • Back-compatibility and space for future development were considered important goals to meet.

  12. CP/CMS design goals …contd • Virtual machines - cannot be compromised, new functionalities can be easily added. Modularity was an important design principle. • Flexibility is easily obtained on virtual machines. Specific features can be added or removed from virtual domain with relative ease.

  13. The Control Program • CP is an operating system which interprets the instructions specified by the virtual machine. • CP - 1. Interface to virtual machines. 2. Support allocation and management of rest of machine. • Control of I/O channels, memory and CPU require “sophisticated” methods.

  14. The Control Program …contd • Any virtual machine can be activated using keyboard and terminal. CP can be controlled to create/delete hardware components and change machine configuration. Terminals can be associated with specific virtual machines. • All connections between virtual machines are explicitly through CP either via shared memory or through I/O channels.

  15. Conversational Monitor System • Normal OS to support personal use of dedicated computer. • Main functionality of CMS is to provide the file-system to manage permanent in information stored on disk. • Data sharing between users is through connections established by CP. • User programs can modify the system and use privileged instructions. “It was designed to support its own development and maintenance”.

  16. RSCS • RSCS is interrupt-driven, multi-tasking system used for data transfer among multiple computers. • It uses the communication links to send and receive files in “store-and-forward fashion” between real machines, virtual machines and remote work-stations. • Each virtual machine is identified by unique names defined within CP directory. CP appears as central node in star network with a virtual machine at each point.

  17. RSCS …contd • This method employed by VM/370 is useful within single machine. • RSCS operated within a virtual machine with attached communication links. Using a two-tier address structure, unique identifier for each connected system as well, it transmits files among multiple connected computers.

  18. Conclusion • VM/370 can be considered as a big step in today’s world where virtualizing every part of system is given importance. • Virtual machine research is leading to a point where test and production systems coexist leading to smooth transition for a new release.

More Related