Parallel_Systems_7 LRPC 7. [2 points] (Answer True/ False wi…
Parallel_Systems_7 LRPC 7. [2 points] (Answer True/ False with justification) The kernel holds two procedure descriptors associated with Server A; one for procedure ‘foo’ with total number of simultaneous calls set to 5 and the other for procedure ‘bar’ with total number of simultaneous calls set to 6. Given that these are the only 2 procedures registered by this server, the total number of simultaneous RPCs that the server can field is max(5, 6) = 6.
Read DetailsParallel_Systems_5c M.E.Lock The context for this question i…
Parallel_Systems_5c M.E.Lock The context for this question is the same as the previous question. 5. Consider the ticket lock algorithm from lecture 4 (slide 108): c. [1.5 points] What are the downsides of the ticket lock algorithm for systems with write-invalidate cache coherence? Briefly explain your answer.
Read DetailsVirtualization_2 Full Virtualization 2. [4 points] In a full…
Virtualization_2 Full Virtualization 2. [4 points] In a fully virtualized environment, consider the following: Two VMs are currently running. VM1 has 3 processes running; VM2 has 4 processes running. Assume the size of the hardware page table is 1 MB. What is the total memory overhead incurred by the Hypervisor for the above configuration? Show your work for any credit.
Read DetailsParallel_Systems_1 Shared Memory Machines 1. [2 points] Cons…
Parallel_Systems_1 Shared Memory Machines 1. [2 points] Consider a NCC-NUMA architecture for a shared address space multiprocessor. What guarantees are needed from the architecture to ensure that it provides sequential consistency memory model to the programmer?
Read DetailsOS_Structure_2d Microkernel The context for this question…
OS_Structure_2d Microkernel The context for this question is the same as the previous question. 2. You are evaluating a microkernel-based OS following the principles of the L3 microkernel. The processor architecture on which this OS is running has the following features: A byte-addressable 32-bit hardware address space. Paged virtual memory system with a processor register called PTBR that points to the page table in memory to enable hardware address translation. A TLB which DOES NOT support Address space IDs. A pair of hardware-enforced segment registers (lower and upper bound of virtual addresses) which limit the virtual address space that can be accessed by a process running on the processor. The use of segment registers can be toggled on or off by the user. A virtually-indexed physically-tagged processor cache. d. [2 points] (Answer True/False with justification) Since the TLB does not support address space IDs, the TLB will always need to be flushed upon a context switch from one protection domain to another.
Read DetailsParallel_Systems_9b Parallel System Scheduling The context f…
Parallel_Systems_9b Parallel System Scheduling The context for this question is the same as the previous question. 9. Consider a multi-threaded multicore CPU is one which each chip has multiple cores, and each core has multiple hardware threads. The OS chooses the set of application threads to be scheduled on the hardware threads in each core. Given that the hardware threads share a single processor pipeline on the core, b. [4 points] What should the OS do ensure that processor pipeline is utilized well? Why?
Read Details