Buddy system of memory allocation
Illustrate briefly the Buddy system of memory allocation?
Expert
Free memory is maintained in linked lists, each of equivalent sized blocks. Any such block is of size 2^k. if some memory is necessitated by a process, the block size of next higher order is selected, and broken into two. Note that the two these pieces different in address only in their kth bit. These pieces are termed as buddies. When any employed block is freed, the Operating System confirms to see if its buddy is as well free. If so, it is rejoined, and place into the original free-block linked-list.
Explain what is meant by CPU Scheduler? Also explain what is CPU scheduling?
Briefly describe the rings in Windows NT?
Explain binary semaphore?
What do you mean by the term Domain Controller? Describe in brief.
Explain the term Demand paging?
Demonstrate the term operating system?
What is meant by the reference string?
What method does the Kernel in Unix System V follow while selecting a swap device between the multiple swap devices?
Give a brief introduction of the term semaphore?
What do you mean by the term Active Directory Partitions? Write down a short note on it.
18,76,764
1924017 Asked
3,689
Active Tutors
1414465
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!