Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a memory of size 16KB (16,384 bytes) that allows dynamic , variable sized partitioning among processes and uses a linked list to keep track

Consider a memory of size 16KB (16,384 bytes) that allows dynamic, variable sized partitioning among processes and uses a linked list to keep track of free spaces (hereafter referred to as the free list) in the memory at any given time. Assume that there are 6 processes and assume that their memory size requirements (in bytes) are as given below:

P1: 900, P2: 300, P3: 8192, P4: 250, P5: 500, P6: 800

Assume that the initial state of the free list is as shown below, where BA is the base address and Sz is the size of the free space:

BA: 500; Sz: 1600 ? BA: 5000; Sz: 350 ? BA: 7250; Sz: 1000 ? BA: 9000; Sz 1800

Assume that the best fit policy is used for partition placement. Identify the base address of the region to which each of the following processes will be allocated, assuming that they are allocated in the order in which they are listed below and show the updated free list state after each allocation. If a partition cannot be allocated due to the state of the free list, simply indicate this as your answer.

a) P6

If P6 is allocated, what is the BA?

The updated free list is:

BA: ; Sz: ? BA: ; Sz: ? BA: ; Sz: ? BA: ; Sz

b) P2

If P2 is allocated, what is the BA?

The updated free list is:

BA: ; Sz: ? BA: ; Sz: ? BA: ; Sz: ? BA: ; Sz

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

2. How should this be dealt with by the organisation?

Answered: 1 week ago

Question

explain what is meant by the term fair dismissal

Answered: 1 week ago