Topic 1.4 ICT Skills and Working in Linux Flashcards

1
Q

Name the three open source hypervisors.

A
  1. Xen - Oldest of the three.
  2. KVM - Most prominent Linux hypervisor.. Sponsored by Red Hat.
  3. VirtualBox - Owned by Oracle since purchased by SunMicrosystems. Easy to use.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is OpenStack?

A

A collection of open source software that can make use of different hypervisors and other tools in order to offer a complete IaaS cloud environment on premise.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe Do Not Track (DNT)

A

DNT is a way for you to tell the websites you visit that you do not want them to track you. But, in fact, they are the ones who will decide if they will respect your choice or not.

This is done by simply sending an extra flag on the header of the HTTP request protocol (DNT: 1) upon requesting data from a web server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe “Private Windows”.

A
  • What it actually does is open a brand new session, which usually doesn’t share any configuration or data from your standard profile. When you close the private window, the browser will automatically delete all the data generated by that session.
  • Prevents cookie tracking.
  • Completely private only on the computer you are using. If accessing your email account or banking website from a public computer, like in an airport or a hotel, you should definitely access those using your browser’s private mode.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a password manager. Give examples.

A
  • Password managers software programs that store all your passwords and usernames in an encrypted format which can be decrypted by a master password.
  • KeePass, Bitwarden
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you know if a website is trustworthy?

A

You should look for the “lock” symbol on the browser’s address bar.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is GNU Privacy GuardGnuPG

A
  • Open source implementation of OpenPGP (RFC 4880).

- Used to sign, encrypt, and decrypt texts, e-mails, files, directories, and even whole disk partitions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe two methods to encrypt a disk.

A
  1. Stacked: files and directories are encrypted before being stored on the filesystem and decrypted after reading them.
  2. Block: everything that is written to a block device is encrypted. Can’t tell what is a file or directory, the size of the data or type.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe tools for Disk Encryption

A
  • dm-cryp: block encryption for Linux and is native in the kernel. Can be used with LUKS (Linux Unified Key Setup)
  • EncFS: stacked. Do not need root privilege. Can work on existing filesystem without modifications.
  • Veracrypt: can be used on Linux, MacOS and Windows.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly