Introduction of Operating Systems - Operating System Tutorial - Studytonight
Introduction of Operating Systems - Operating System Tutorial - Studytonight
com/)
OPERATING SYSTEM
SEETHEINDEX
1.User'sView
2.SystemView
User View :
Theuserviewofthecomputerreferstotheinterfacebeingused.Suchsystemsaredesignedforoneusertomonopolizeitsresources,tomaximizethe
workthattheuserisperforming.Inthesecases,theoperatingsystemisdesignedmostlyforeaseofuse,withsomeattentionpaidtoperformance,and
nonepaidtoresourceutilization.
System View :
Operatingsystemcanbeviewedasaresourceallocatoralso.Acomputersystemconsistsofmanyresourceslikehardwareandsoftwarethatmustbe
managedefficiently.Theoperatingsystemactsasthemanageroftheresources,decidesbetweenconflictingrequests,controlsexecutionofprogramsetc.
Operating System Management Tasks
1.ProcessormanagementwhichinvolvesputtingthetasksintoorderandpairingthemintomanageablesizebeforetheygototheCPU.
2.MemorymanagementwhichcoordinatesdatatoandfromRAM(randomaccessmemory)anddeterminesthenecessityforvirtualmemory.
3.Devicemanagementwhichprovidesinterfacebetweenconnecteddevices.
4.Storagemanagementwhichdirectspermanentdatastorage.
5.Applicationwhichallowsstandardcommunicationbetweensoftwareandyourcomputer.
6.Userinterfacewhichallowsyoutocommunicatewithyourcomputer.
1.Itbootsthecomputer
2.Itperformsbasiccomputertaskse.g.managingthevariousperipheraldevicese.g.mouse,keyboard
3.Itprovidesauserinterface,e.g.commandline,graphicaluserinterface(GUI)
4.Ithandlessystemresourcessuchascomputer'smemoryandsharingofthecentralprocessingunit(CPU)timebyvariousapplicationsorperipheral
devices.
5.Itprovidesfilemanagementwhichreferstothewaythattheoperatingsystemmanipulates,stores,retrievesandsavesdata.
6.ErrorHandlingisdonebytheoperatingsystem.Ittakespreventivemeasureswheneverrequiredtoavoiderrors.
Next(evolutionofos)