Qubes takes a "lego-block" approach to networking meaning that if you have an application running on a qube that is connected to the internet, it's not connected directly to the Internet. Instead it's first connected to a Qube called `sys-firewall` - a Qube with a firewall dedicated to keep connection the various application qubes you might run separate from one-another. And then `sys-firewall` connects to yet another VM called `sys-firewall`, which is a [Hardware-assisted Virtual Machine](https://qubes-os.org/doc/glossary/#hvm) (`HVM`) - and that allows it to interact with all of the radios, Ethernet card or anything that physically allows you to connect to the internet.
| Qubes takes a "lego-block" approach to networking meaning that if you have an application running on a qube that is connected to the internet, it's not connected directly to the Internet. Instead it's first connected to a qube called `sys-firewall` - a qube with a firewall dedicated to keep connection the various application qubes you might run separate from one-another. And then `sys-firewall` connects to yet another VM called `sys-firewall`, which is a [Hardware-assisted Virtual Machine](https://qubes-os.org/doc/glossary/#hvm) (`HVM`) - and that allows it to interact with all of the radios, Ethernet card or anything that physically allows you to connect to the internet.
|
The Qube is not connected to any firewall proxy (like `sys-firewall`), so there is a bit more elevated risk - but this is the only actual way to probe the network while using Qubes.
| The qube is not connected to any firewall proxy (like `sys-firewall`), so there is a bit more elevated risk - but this is the only actual way to probe the network while using Qubes.
|
This Qube gets attached a USB WiFi network peripheral (you don't want to mess anything up with your `sys-net`)
| This qube gets attached a USB WiFi network peripheral (you don't want to mess anything up with your `sys-net`)
|
One example of how this happens is in the full exporting of the analysis Qube to encrypted cold storage after we're done with the analysis.
| One example of how this happens is in the full exporting of the Analysis Qube to encrypted cold storage after we're done with the analysis.
|