Operating Systems management techniques: Difference between revisions
Mr. MacKenty (talk | contribs) |
Mr. MacKenty (talk | contribs) |
||
Line 4: | Line 4: | ||
== OS resource management techniques == | == OS resource management techniques == | ||
Resource management is the dynamic allocation and de-allocation by an operating system of processor cores, memory pages, and various types of bandwidth to computations that compete for those resources. The objective is to allocate resources so as to optimize responsiveness subject to the finite resources available. <ref>https://www.bscmsrc.eu/media/events/barcelona-multicore-workshop-2010/burton-smith-abstract</ref> | |||
<br /> | |||
{| style="width: 95%;" class="wikitable" | {| style="width: 95%;" class="wikitable" | ||
|- | |- |
Revision as of 22:41, 6 December 2017
We have learned [2]
OS resource management techniques[edit]
Resource management is the dynamic allocation and de-allocation by an operating system of processor cores, memory pages, and various types of bandwidth to computations that compete for those resources. The objective is to allocate resources so as to optimize responsiveness subject to the finite resources available. [3]
Technique | Description |
---|---|
scheduling | Scheduling is the method by which work is assigned to resources that complete the work.[4]. There are many different scheduling strategies. The main purposes of scheduling algorithms are to minimize resource starvation and to ensure fairness amongst the parties utilizing the resources[5] |
policies | Given a particular task, policy refers to what needs to be done (i.e. activities to perform) and mechanism refers to how to do it (i.e. implementation to enforce policy).[6] |
multitasking | foo |
virtual memory | foo |
paging | foo |
interrupt | foo |
polling | foo |
Standards[edit]
- Outline OS resource management techniques: scheduling, policies, multitasking, virtual memory, paging, interrupt, polling.
References[edit]
- ↑ http://www.flaticon.com/
- ↑ https://www.lifewire.com/what-is-a-system-resource-2626016
- ↑ https://www.bscmsrc.eu/media/events/barcelona-multicore-workshop-2010/burton-smith-abstract
- ↑ https://en.wikipedia.org/wiki/Scheduling_(computing)
- ↑ https://en.wikipedia.org/wiki/Scheduling_(computing)#Scheduling_disciplines
- ↑ http://www.8bitavenue.com/2016/12/policy-vs-mechanism-in-operating-system/