Operating Systems management techniques: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Resource Management<ref>http://www.flaticon.com/</ref> We have learned <ref>https://www.lifewire.com/what-is-a-system-resource-2626016</ref>...")
 
No edit summary
Line 3: Line 3:
We have learned <ref>https://www.lifewire.com/what-is-a-system-resource-2626016</ref>
We have learned <ref>https://www.lifewire.com/what-is-a-system-resource-2626016</ref>


== What would the consequences be if we limited... ==  
== OS resource management techniques ==  


{| style="width: 95%;" class="wikitable"
{| style="width: 95%;" class="wikitable"
Line 21: Line 21:
| interrupt || foo
| interrupt || foo
|-
|-
| polling
| polling || foo
|}
|}



Revision as of 23:00, 6 December 2017

Resource Management[1]

We have learned [2]

OS resource management techniques[edit]

Technique Description
scheduling foo
policies foo
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]