Untitled Deck Flashcards
What is Multics?
A time-sharing operating system developed by MIT, General Electric, and Bell Labs for mainframes in the 60s.
What is the Compatible Time Sharing System (CTSS)?
An operating system developed by MIT that shares similar time-sharing features as Multics.
What is Linux?
An open-source operating system commonly used on both home and server machines. Linux is closely modelled after its predecessor Unix.
What is Unix?
A well-known operating system developed by Bell Labs that has many of the features used in modern operating systems, such as time-sharing, a Shell, and a hierarchical file system.
What is MS-DOS?
An early operating system developed for end-user computers by Microsoft. MS-DOS introduced the command prompt interfaces seen in many subsequent versions of Windows.
What is Berkeley Standard Distribution (BSD)?
A Unix distribution developed by the University of California, Berkeley. It is most well-known for its pioneering implementation of the TCP/IP protocol used over the internet today.
What is Ubuntu?
A popular distribution of Linux that is considered easy to install and easily usable by the non-expert.
What is Virtualization?
A method for dividing up physical compute resources into logical separate units usable by different users. The most common example is running multiple operating systems that share one physical machine.
What is an Embedded Operating System?
An operating system for small devices like sensor networks, or specialized hardware used in airplanes, home appliances, and other mobile devices.
What is Vagrant?
A software that automates the process of installation of virtual machines.
What is a Virtual Machine?
A piece of software that emulates a physical machine, but is actually an application running on an existing operating system.
What is a Host OS?
The operating system that runs on the actual hardware.
What is a Guest OS?
The operating system that runs in the virtual machine.
What is VirtualBox?
An open-source software that enables us to run virtual machines.
What is a Code Repository?
A service that stores multiple versions of code, either in the cloud or locally on a server machine.