Operating System
Operating System
INTRODUCTION
OPERATING SYSTEM
•An Operating System (OS) is a set of programs that manage
computer hardware resources and provide common services for
application software. The operating system is a vital component of
the system software in a computer system. Application programs
require an operating system which are usually separate programs
but can be combined in simple systems. Operating systems are
found on almost any device that contains a computer from cellular
phones and video game consoles to supercomputers and web
servers.
HISTORY OF OPERATING SYSTEM
• Operating systems were first developed in the late 1950s to manage tape
storage
• The General Motors Research Lab implemented the first OS in the early
1950s for their IBM 701
• Device Management: Device management keeps tracks of all devices. This module
also responsible for this task is known as the I/O controller. It also performs the task
of allocation and de-allocation of the devices.
FUNCTIONS OF AN OPERATING SYSTEM
• I/O System Management: One of the main objects of any OS is to hide the
peculiarities of that hardware devices from the user.
• Secondary-Storage Management: Systems have several levels of storage
which includes primary storage, secondary storage, and cache storage.
Instructions and data must be stored in primary storage or cache so that a
running program can reference it.
• Security:- Security module protects the data and information of a computer
system against malware threat and authorized access.
• Command interpretation: This module is interpreting commands given by
the and acting system resources to process that commands.
FUNCTIONS OF AN OPERATING SYSTEM
• Networking: A distributed system is a group of processors which do not
share memory, hardware devices, or a clock. The processors communicate
with one another through the network.
• Job accounting: Keeping track of time & resource used by various job and
users.