Linux and Networking

Linux and Networking

1.1 Functions of operating systems

Main functions of operating systems:

 

  • * Resource Control. Coordinate and manipulate the hardware of the computer system. It is responsible for the coordinated operation of all components so that they work as a single machine.
  • * Control and Management of I/O devices. Control and organize the devices connected to the system.
  • * Execution and sequencing of tasks. It controls the execution of several programs at the same time, distributing the computer’s resources (processor, memory, storage space…) to the different programs that are being executed.
  • * It offers a standard base on which to run other programs, allowing you to design application software without having to take into account the particular hardware of each system.
  • * It manages and maintains disk file systems allowing information to be stored on storage units in the form of files and directories.
  • * It allows the interaction between the system and the users allowing its handling in an easy and intuitive way through the graphical interface or GUI.
  • * Detects and informs the user of errors that occur.

 

A good operating system will take advantage of all the power offered by the hardware trying to make it work optimally.

 

To be able to run any other application, it is necessary to have the operating system with which it is compatible loaded. For this, the operating system is the first program or software that is loaded and executed when starting or restarting the system, its execution being automatic.

 

The programs are created to work on one or more versions and/or distributions of the same operating system.

 

In the same computer system you can have several operating systems, although only one can be loaded at a time, choosing it through a boot menu, such as GRUB (for Linux environments).

Rollplay
Explain to your partner what are the main functions of operating systems

The Demeter Project