3-22.1 Flashcards

1
Q

What is the trusted computing base?

A

The components of a computer system that must be trusted to enforce the security policy. Includes hardware, firmware, software, and processes

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

What is the principle of Minimal TCB?

A

Emphasizes the importance of keeping the TCB as small and simple as possible

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

What is BIOS?

A

Basic Input/Output System. Nonvolatile firmware that initializes its hardware before booting an OS and manages data flow before between the computers OS and attached devices

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

What is UEFI?

A

Improved BIOS with secure boot.

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

What is Secure Boot?

A

Feature that only loads digitally signed and authenticated bootloaders and OS kernels are allowed to run.

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

What is TPM?

A

Trusted Platform Module: Used to carry out cryptographic operations, including key generation, key storage, encryption, decryption, hashing, and other functions that are crucial for implementing security features. Support various security applications including secure boot, disk encryption, secure key storage and attestation.

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

What is Memory Protection?

A

enables the OS to load multiple programs into main memory at the same time, and prevents programs from referencing memory not explicitly assigned to it.

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