Operating System
Operating System
Types of Software:-
1. Application Software
2. System software
1.Application software:-
2.System Software:- System software refers to the low level software that manages and controls a
computer’s hardware and provides basic services to higher-level software. System software
includes the programs thatare dedicated to managing the computer itself.
System software is software that provides a platform for other software. Some examples
can be operating systems, antivirus software, disk formatting software,computer language
translators etc. These are commonly prepared by computer manufactures. This software consists
of programs written in low level languages,used to interact with the hardware at a very basic level.
System software serves as the interface between the hardware and the end users.
System software acts as an intermediary between the user and the computer hardware,
allowing the user to interact with the hardware and use various applications and programs. Some
common types of system software include operating systems(such as Windows, macOS, android,
or linux), device drivers, utility programs, programming languages and system libraries.
Objectives(Goals) of O.S.:-
Convenient to use:- One of the objectives is to make the computer system more
convenient to use in an efficient manner.
User Friendly:-To make the computer system more interactive with a more convenient
interface for the users.
Easy Access:- To provide easy access to users for using resources by acting as an
intermediary between the hardware and it uses.
Management of Resources:- For managing the resources of a computer in a better and
faster way.
Controls and monitoring:- By keeping track of who is using which resource , granting
resource requests, and mediating conflicting requests from different programs and users.
Fair Sharing of resources:- Providing efficient aanf fair sharing of resources between the
users and programs.
Advantages:-
1. Multiprogramming increases the throughput of the systems.
2. It helps in reducing the response time.
Disadvantages:-
1. There is not any facility for user interaction of system resources with the system.
Advantages:-
1. Multiple programs can be executed simultaneously in multi tasking OS.
2. It comes with proper memory management.
Disadavatges:-
1. The system gets heated in case of heavy programs multiple times.
Time- sharing operating system :- Each task is given some time to execute so that all the
tasks work smoothly. Each user gets the time of the CPU as they use a single system.
These systems are also known as multi-tasking systems. The task can be from a single
user or different users also. The time that each task gets to execute is called quantum. After
yhis time interval is over OS switches over to the next task.
Advantages:-
1. Each task gets an equal opportunity.
2. Fewer chances of duplication of software.
3. CPU idle time can be reduced.
4. Resource Sharing:- Time sharing systems allow multiple users to share hardware
resources such as the CPU, memory, and peripherals,reducing the cost of hardware
and increasing efficiency.
5. Improved Productivity:- Time sharing allows users to work concurrently, thereby
reducing the waiting time for their turn to use the computer. This increasesd productivity
translates to more work getting done in less time.
6. Improved User Experience:- Time sharing provides an interactive environment that
allows users to communicate with the computer in real time,providing a better user
experience than batch processing.
Disadvantages:-
1. Reliability problem.
2. One must have to take care of the security and integrity of user programs and data.
3. Data communication problem.
4. High overhead:- Time sharing systems have a higher overhead than other operating
systems due to the need for scheduling ,context switching, and other overheads that
come with supporting multiple users.
5. Complexity:- Time-sharing systems are complex and require advanced software to
manage multiple users simultaneously. This complexity increases the chance of bugs
and errors.
6. Security Risks:-With multiple users sharing resources, the risk of security breaches
increases. Time-sharing systems require careful management of user
access,authentication, and authorization to ensure the security of data and software.
Example of time sharing OS:- IBM VM/CMS, TSO, Windows terminal services.
Distributed operating system :- These types of operating system is a recent advancement
in the world of computer technology and are being widely accepted all over the world and,
that too, at a great pace. Various autonomous interconnected computers communicate
with each other using a shared communication network. Independent systems possess
their own memory unit and CPU. These are referred to as loosely coupled systems or
distributed systems. These systems’ processors differ in size and function. The major
benefit of working with these types of the operating system is that it is always possible
that one user can access the files or software which are not actually present on his
system but some other system connected within this network i.e., remote access is
enabled within the devices connected in that network.
Network Operating System:- These systems run on a server and provide the capability
to manage data, users, groups, security, applications, and other networking functions.
These types of operating systems allow shared access to files, printers, security,
applications, and other networking functions over a small private network. One more
important aspect of Network Operating Systems is that all the users are well aware of the
underlying configuraton, of all other users within the network, their individual connections,
etc. that’
why these computers are popularly known as tightly coupled systems.
Advantages of Network Operating System
Highly stable centralized servers.
Security concerns are handled through servers.
New technologies and hardware up-gradation are easily integrated into the system.
Server access is possible remotely from different locations and types of systems.
Disadvantages of Network Operating System
Servers are costly.
User has to depend on a central location for most operations.
Maintenance and updates are required regularly.
Examples of Network Operating Systems are Microsoft Windows Server 2003, Microsoft
Windows Server 2008, UNIX, Linux, Mac OS X, Novell NetWare, BSD, etc.