3 - Operating Systems Flashcards

1
Q

TCB requirements

A

Tamper-proof - hardware support for memory protection, processor execution modes (sys/user), privileged instructions, system calls

Complete mediation - No protected resource can be accessed without going through TCB

Correct - small and simple, correct, secure coding

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

System calls

A

Transfers control between user and system code

Calls go through call gates and return to user code

Execution mode/privilege ring changes

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

OS isolation from application code

A

Kernel resides in each processes address space

Process can only cross the fence in limited ways

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

Address translation

A

OS maps logical virtual addresses on to physical memory frames

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

Isolating users

A

OS uses hardware support for memory protection

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