2014-08-30 06:43:42 -04:00
|
|
|
---
|
2015-04-10 16:17:45 -04:00
|
|
|
layout: doc
|
2014-08-30 06:43:42 -04:00
|
|
|
title: Glossary
|
2015-10-28 18:14:40 -04:00
|
|
|
permalink: /doc/glossary/
|
2015-10-11 03:04:59 -04:00
|
|
|
redirect_from:
|
2015-10-28 18:14:40 -04:00
|
|
|
- /en/doc/glossary/
|
2015-10-11 03:04:59 -04:00
|
|
|
- /doc/Glossary/
|
|
|
|
- /wiki/Glossary/
|
2014-08-30 06:43:42 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
Glossary of Qubes Terminology
|
|
|
|
=============================
|
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
Qubes OS
|
|
|
|
--------
|
2016-03-14 09:10:51 -04:00
|
|
|
A security-oriented operating system (OS). The main principle of Qubes OS is
|
|
|
|
security by compartmentalization (or isolation), in which activities are
|
|
|
|
compartmentalized (or isolated) in separate **qubes**.
|
|
|
|
|
|
|
|
* The official name is `Qubes OS` (note the capitalization and spacing).
|
|
|
|
However, in casual conversation this is often shortened to `Qubes`, and in
|
|
|
|
technical contexts where spaces are not permitted, (e.g., usernames), the
|
|
|
|
space may be omitted, as in `QubesOS`.
|
|
|
|
|
2016-05-25 04:52:38 -04:00
|
|
|
VM
|
|
|
|
--
|
|
|
|
An abbreviation for "virtual machine." A software implementation of a machine
|
|
|
|
(for example, a computer) which executes programs like a physical machine.
|
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
Qube
|
|
|
|
----
|
2016-05-25 04:52:38 -04:00
|
|
|
A user-friendly term for a [VM](#vm) in Qubes OS.
|
2016-03-14 09:10:51 -04:00
|
|
|
|
|
|
|
* Example: "In Qubes OS, you do your banking in your 'banking' qube and your
|
|
|
|
web surfing in your 'untrusted' qube. That way, if your 'untrusted' qube is
|
|
|
|
compromised, your banking activities will remain secure."
|
|
|
|
|
|
|
|
* "Qube" is an informal term intended to make it easier for less technical
|
|
|
|
users to understand Qubes OS and learn how to use it. In technical
|
|
|
|
discussions, the other, more precise terms defined on this page are to be
|
|
|
|
preferred.
|
|
|
|
|
|
|
|
* The term "qube" should be lowercase unless it is the first word in a
|
|
|
|
sentence. Note that starting a sentence with the plural of "qube" (i.e.,
|
|
|
|
"Qubes...") can be ambiguous, since it may not be clear whether the referent
|
2016-05-25 04:52:38 -04:00
|
|
|
is a collection of qubes or [Qubes OS](#qubes-os).
|
2016-03-14 09:10:51 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
Domain
|
|
|
|
------
|
2016-05-25 04:52:38 -04:00
|
|
|
An area or set of activities in one's digital life that has certain security
|
|
|
|
requirements and therefore involves the use of certain [qubes](#qube). For
|
|
|
|
example, suppose your "email" domain encompasses the activity of sending
|
|
|
|
PGP-encrypted email. This domain may include your email qube and your [Split
|
|
|
|
GPG](/doc/split-gpg) qube. Note that domains and qubes are not the same thing.
|
|
|
|
In this example, your "email" domain includes the use of two qubes. Furthermore,
|
|
|
|
a qube can fall under multiple domains simultaneously. For example, your Split
|
|
|
|
GPG qube may also be part of your "software development" domain if you PGP-sign
|
|
|
|
your Git commits.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
Dom0
|
|
|
|
----
|
2016-05-25 04:52:38 -04:00
|
|
|
Domain Zero. Also known as the **host** domain, dom0 is the initial VM
|
2016-03-14 09:10:51 -04:00
|
|
|
started by the Xen hypervisor on boot. Dom0 runs the Xen management toolstack
|
|
|
|
and has special privileges relative to other domains, such as direct access to
|
2016-05-25 04:52:38 -04:00
|
|
|
most hardware. (Note that the use of "domain" for a synonym for "VM" is specific
|
|
|
|
to Xen. Qubes diverges from this practice. See: [domain](#domain).)
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
DomU
|
|
|
|
----
|
2016-03-14 09:10:51 -04:00
|
|
|
Unprivileged Domain. Also known as **guest** domains, domUs are the counterparts
|
2016-05-25 04:52:38 -04:00
|
|
|
to dom0. All VMs except dom0 are domUs. By default, most domUs lack direct
|
|
|
|
hardware access. (Note that the use of "domain" for a synonym for "VM" is
|
|
|
|
specific to Xen. Qubes diverges from this practice. See: [domain](#domain).)
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
TemplateVM
|
|
|
|
----------
|
2016-05-25 04:52:38 -04:00
|
|
|
Template Virtual Machine. Any [VM](#vm) which supplies its root filesystem to
|
|
|
|
another VM. TemplateVMs are intended for installing and updating software
|
|
|
|
applications, but not for running them.
|
2016-03-14 09:10:51 -04:00
|
|
|
|
|
|
|
* Colloquially, TemplateVMs are often referred to as "templates."
|
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
TemplateBasedVM
|
|
|
|
---------------
|
2016-09-21 21:09:09 -04:00
|
|
|
Any [VM](#vm) which depends on a [TemplateVM](#templatevm) for its root
|
|
|
|
filesystem.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
Standalone(VM)
|
|
|
|
--------------
|
2016-05-25 04:52:38 -04:00
|
|
|
Standalone (Virtual Machine). In general terms, a [VM](#vm) is described as
|
2016-03-14 09:10:51 -04:00
|
|
|
**standalone** if and only if it does not depend on any other VM for its root
|
|
|
|
filesystem. (In other words, a VM is standalone if and only if it is not a
|
|
|
|
TemplateBasedVM.) More specifically, a **StandaloneVM** is a type of VM in Qubes
|
|
|
|
which is created by cloning a TemplateVM. Unlike TemplateVMs, however,
|
|
|
|
StandaloneVMs do not supply their root filesystems to other VMs. (Therefore,
|
|
|
|
while a TemplateVM is a type of standalone VM, it is not a StandaloneVM.)
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
AppVM
|
|
|
|
-----
|
2016-05-25 04:52:38 -04:00
|
|
|
Application Virtual Machine. A [VM](#vm) which is intended for running software
|
2016-03-14 09:10:51 -04:00
|
|
|
applications. Typically a TemplateBasedVM, but may be a StandaloneVM. Never a
|
|
|
|
TemplateVM.
|
2015-06-29 10:13:08 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
NetVM
|
|
|
|
-----
|
2016-05-25 04:52:38 -04:00
|
|
|
Network Virtual Machine. A type of [VM](#vm) which connects directly to a
|
|
|
|
network and provides access to that network to other VMs which connect to the
|
|
|
|
NetVM. A NetVM called `sys-net` is created by default in most Qubes
|
|
|
|
installations.
|
2016-03-14 09:10:51 -04:00
|
|
|
|
|
|
|
Alternatively, "NetVM" may refer to whichever VM is directly connected to a VM
|
|
|
|
for networking purposes. For example, if `untrusted` is directly connected to
|
|
|
|
`sys-firewall` for network access, then it is accurate to say, "`sys-firewall`
|
|
|
|
is `untrusted`'s NetVM," even though `sys-firewall` is a ProxyVM.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
ProxyVM
|
|
|
|
-------
|
2016-05-25 04:52:38 -04:00
|
|
|
Proxy Virtual Machine. A type of [VM](#vm) which proxies network access for
|
|
|
|
other VMs. Typically, a ProxyVM sits between a NetVM and another VM (such as an
|
|
|
|
AppVM or a TemplateVM) which requires network access.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
FirewallVM
|
|
|
|
----------
|
2016-05-25 04:52:38 -04:00
|
|
|
Firewall Virtual Machine. A type of [ProxyVM](#proxyvm) which is used to enforce
|
2016-03-14 09:10:51 -04:00
|
|
|
network-level policies (a.k.a. "firewall rules"). A FirewallVM called
|
|
|
|
`sys-firewall` is created by default in most Qubes installations.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
DispVM
|
|
|
|
------
|
2016-05-25 04:52:38 -04:00
|
|
|
Disposable Virtual Machine. A temporary [AppVM](#appvm) which can quickly be
|
|
|
|
created, used, and destroyed.
|
2016-03-14 09:10:51 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
DVM
|
|
|
|
---
|
2016-05-25 04:52:38 -04:00
|
|
|
An abbreviation of [DispVM](#dispvm), typically used to refer to the TemplateVM
|
|
|
|
on which DispVMs are based. By default, a VM named `fedora-XX-dvm` is created on
|
2016-03-14 09:10:51 -04:00
|
|
|
most Qubes installations (where `XX` is the current Fedora version).
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
PV
|
|
|
|
--
|
2016-03-14 09:10:51 -04:00
|
|
|
Paravirtualization. An efficient and lightweight virtualization technique
|
|
|
|
originally introduced by the Xen Project and later adopted by other
|
2016-05-25 04:52:38 -04:00
|
|
|
virtualization platforms. Unlike HVMs, paravirtualized [VMs](#vm) do not require
|
2016-03-14 09:10:51 -04:00
|
|
|
virtualization extensions from the host CPU. However, paravirtualized VMs
|
|
|
|
require a PV-enabled kernel and PV drivers, so the guests are aware of the
|
|
|
|
hypervisor and can run efficiently without emulation or virtual emulated
|
|
|
|
hardware.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
HVM
|
|
|
|
---
|
2016-05-25 04:52:38 -04:00
|
|
|
Hardware Virtual Machine. Any fully virtualized, or hardware-assisted, [VM](#vm)
|
2016-03-14 09:10:51 -04:00
|
|
|
utilizing the virtualization extensions of the host CPU. Although HVMs are
|
|
|
|
typically slower than paravirtualized VMs due to the required emulation, HVMs
|
|
|
|
allow the user to create domains based on any operating system.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
StandaloneHVM
|
|
|
|
-------------
|
2016-05-25 04:52:38 -04:00
|
|
|
Any [HVM](#hvm) which is standalone (i.e., does not depend on any other VM for
|
|
|
|
its root filesystem). In Qubes, StandaloneHVMs are referred to simply as
|
|
|
|
**HVMs**.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-03-14 09:15:42 -04:00
|
|
|
TemplateHVM
|
|
|
|
-----------
|
2016-05-25 04:52:38 -04:00
|
|
|
Any [HVM](#hvm) which functions as a [TemplateVM](#templatevm) by supplying its
|
|
|
|
root filesystem to other VMs. In Qubes, TemplateHVMs are referred to as **HVM
|
|
|
|
templates**.
|
2014-08-30 06:43:42 -04:00
|
|
|
|
2016-09-21 21:09:09 -04:00
|
|
|
TemplateBasedHVM
|
|
|
|
----------------
|
|
|
|
Any [HVM](#hvm) that depends on a [TemplateVM](#templatevm) for its root
|
|
|
|
filesystem.
|
|
|
|
|
2016-12-11 03:07:37 -05:00
|
|
|
ServiceVM
|
|
|
|
---------
|
|
|
|
Service Virtual Machine. A [VM](#vm) the primary purpose of which is to provide
|
|
|
|
a service or services to other VMs. NetVMs and ProxyVMs are examples of
|
|
|
|
ServiceVMs.
|
|
|
|
|
2016-09-21 21:09:43 -04:00
|
|
|
PVHVM
|
|
|
|
-----
|
2016-05-25 04:52:38 -04:00
|
|
|
[PV](#pv) on [HVM](#hvm). To boost performance, fully virtualized HVM guests can
|
|
|
|
use special paravirtual device drivers (PVHVM or PV-on-HVM drivers). These
|
|
|
|
drivers are optimized PV drivers for HVM environments and bypass the emulation
|
|
|
|
for disk and network I/O, thus providing PV-like (or better) performance on HVM
|
|
|
|
systems. This allows for optimal performance on guest operating systems such as
|
|
|
|
Windows.
|
2014-08-30 06:43:42 -04:00
|
|
|
|