-->

Functionalities of Operating System

 

Functionalities of Operating System: 

Resource Management: 

When parallel accessing happens in the OS means multiple users are accessing the system the OS works as Resource Manager, Its responsibility is to provide hardware to the user. It decreases the load in the system.

जब Operating System  में पैरेलल एक्सेसिंग होती है, तो इसका मतलब है कि एक से अधिक उपयोगकर्ता सिस्टम को एक्सेस कर रहे हैं तो Operating System रिसोर्स मैनेजर के रूप में काम करता है, इसकी जिम्मेदारी उपयोगकर्ता को हार्डवेयर प्रदान करना है। यह सिस्टम में लोड को कम करता है।

Process Management: 

In multiprogramming environment, the OS decides which process gets the processor when and for how much time. This function is called process scheduling.

मल्टीप्रोग्रामिंग environment में, Operating System तय करता है कि किस प्रक्रिया को प्रोसेसर कब और कितने समय के लिए मिलता है। इस फ़ंक्शन को प्रोसेस शेड्यूलिंग कहा जाता है।

Memory Management: 

It is refers to the management of primary memory. The operating system has to keep track, how much memory has been used and by whom. It has to decide which process needs memory space and how much. OS also has to allocate and de allocate the memory space.

यह प्राथमिक मेमोरी के प्रबंधन को Refer करता है। ऑपरेटिंग सिस्टम को ट्रैक रखना होता है कि कितनी मेमोरी का इस्तेमाल किया गया है और किसके द्वारा किया गया है। इसे तय करना है कि किस प्रक्रिया को मेमोरी स्पेस की जरूरत है और कितनी। ओएस को भी मेमोरी स्पेस allocate और de allocate करना होता है। 

Security/Privacy Management: 

Privacy is also provided by the Operating system by means of passwords so that unauthorized Person applications can’t access programs or data.

पासवर्ड के माध्यम से ऑपरेटिंग सिस्टम द्वारा Privacy भी प्रदान की जाती है ताकि unauthorized व्यक्ति एप्लिकेशन प्रोग्राम या डेटा तक नहीं पहुंच सकें।