You are on page 1of 1

1.

If you are to add new 10MB process in the memory, where it could possibly be added
and why?

- If I were to add a 10 MB process, I would swap the 2 MB of free space with the process
just next to it, such that the 2 MB of free space is followed by 8 MB of free space. Then I'd
compress it to fit within a 10MB memory allocation.

2. What could be the size of the free block just before it was partitioned by X? Rationalize
your answer

.- So because allotted space for X is 2 MB, the 5MB free size on the diagram must be
added by 2MB to find the size of the free block before it was partitioned by X. 7MB will be
the answer. It is the overall size of the available free block.

3. Would you suggest the provisioning of virtual memory configuration? Why or Why
Not ?

Yes, because you can add, update, or insert parameters to improve the performance of
avirtual machine. The majority of memory settings are adjustable during virtual machine
formation or after the guest operating system is deployed. Some activities need turning off
the virtual computer before making changes to the settings.

4. Is it possible to add new 7MB process using the first-fit placement algorithm without
swapping out any process? Why or why not?

- Yes, it is possible because first-fit placement algorithm will find a free block that is
largeenough to run the process. The 7MB process will enter the 8MB free block.

You might also like