What are the advantages of using unequal- size partitions, Operating System

Assignment Help:

In fixed portioning scheme, what are the advantages of using unequal- size partitions?

With unequal-size partitions there are two probable ways to assign process to partitions. The simplest way is to assign every process to the smallest partition within which it will fit. In this case, scheduling queue is required for each partition, to hold swapped out process destined for that partition. The benefit of this approach is that processes are for all time assigned in such a way as to minimize wasted memory within a partition.

There are two difficulties with the utilize of equal-size fixed partition:

  • A program may be excessively long to fit the partition in such a circumstances the programmer have to design the program with the use of overlays thus that only a portion of program needed in the main memory at any one time. When a module is needed that isn't present, the program should load that module in to the programs partition, overlaying whether data or programs are there.
  • Main memory utilization is wasteful. There is wasted space internal to a partition because of the block of data loaded is smaller than partition called internal fragmentation.

Both of these problems are able to be lessened, by use of using un-equal partition. This teqnique is most favorable, for individual partition. The utilization of unequal-size partition provides a degree of flexibility to fixed partitioning.

 


Related Discussions:- What are the advantages of using unequal- size partitions

Algorithm for reconstructing a logical ring, Q. Present an algorithm for re...

Q. Present an algorithm for reconstructing a logical ring after a process in the ring fails? Answer: Typically distributed systems utilize a coordinator process that performs

Describes responsibilities of the I/O manager, Q. Describes responsibilitie...

Q. Describes responsibilities of the I/O manager? Answer: The I/O manager is responsible for file systems and device drivers and network drivers. The I/O manager keeps follow

Thread pools, Another solution then would be to keep a pool of threads. Whe...

Another solution then would be to keep a pool of threads. Whenever a new task arrives, the system would simply get a thread from pool and set that thread to work on the given task.

What do you mean by first fit, What do you mean by first fit? First fit...

What do you mean by first fit? First fit allocates the first hole that is big sufficient .Searching can either start at the starting of the set of holes or where the previous f

Explain linked list allocation using index, Linked list allocation using in...

Linked list allocation using index The blocks don't have a fixed size. Pointers are utilized to point to the next block in a file. The pointers are set aside as a separate tabl

Control the access of the three global variables, Give a brief introduction...

Give a brief introduction about the operation of your program and show that you understand the idea behind threads and mutual exclusion variable. Why do we need to use mutual exclu

Virtual addresses, Virtual addresses are made up of two parts: the ?rst par...

Virtual addresses are made up of two parts: the ?rst part is the page number, and the second part is an offset inside that page. Suppose our pages are 4kb (4096 = 212 bytes) long,

Write in brief on unix file structure, Write in brief on UNIX file structur...

Write in brief on UNIX file structure. UNIX considers every file to be a sequence of 8-bit bytes no interpretation of these bits is made by the operating system. This system pr

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd