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.
State some of the properties of the Scheduling Algorithms.
Write down the various types of Operating systems?
Briefly explain the term pages in os?
Describe in brief the two types of ROM.
Explain what is meant by the term Counting Semaphore and Binary Semaphore?
Write the comparison between binary and count semaphore.
Explain what is address binding?
Explain the benefit of the Dynamic Loading.
Describe the term POP Server or SMTP Server?
What do you understand by the term Executive in Windows NT?
18,76,764
1940111 Asked
3,689
Active Tutors
1432204
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!