SlideShare a Scribd company logo
MODULE IN ITE229 - OPERATING SYSTEMS 8
                              Prepared by: For-Ian V. Sandoval



                              LESSON 4
                     TYPES OF OPERATING SYSTEM


       Within the broad family of operating systems, there are generally
four types, categorized based on the types of computers they control and
the sort of applications they support. The categories are real-time
operating system, single user single task, single user multitasking and multi-
user.

1. Real-Time Operating System (RTOS)

       Real-time operating systems are used to control machinery,
scientific instruments and industrial systems such as embedded systems
(programmable thermostats, household appliance controllers), industrial
robots, spacecraft, industrial control (manufacturing, production, power
generation, fabrication, and refining), and scientific research equipment.

      An RTOS typically has very little user-interface capability, and no
end-user utilities, since the system will be a "sealed box" when delivered for
use. A very important part of an RTOS is managing the resources of the
computer so that a particular operation executes in precisely the same
amount of time, every time it occurs. In a complex machine, having a
part move more quickly just because system resources are available may
be just as catastrophic as having it not move at all because the system is
busy.

       An RTOS facilitates the creation of a real-time system, but does not
guarantee the final result will be real-time; this requires correct
development of the software. An RTOS does not necessarily have high
throughput; rather, an RTOS provides facilities which, if used properly,
guarantee deadlines can be met generally (soft real-time) or
deterministically (hard real-time). An RTOS will typically use specialized
scheduling algorithms in order to provide the real-time developer with the
tools necessary to produce deterministic behavior in the final system. An
RTOS is valued more for how quickly and/or predictably it can respond to
a particular event than for the given amount of work it can perform over
time. Key factors in an RTOS are therefore a minimal interrupt latency (the
time between the generation of an interrupt by a device and the
servicing of the device which generated the interrupt) and a minimal
thread switching latency (the time needed by the operating system to
switch the CPU to another thread).
MODULE IN ITE229 - OPERATING SYSTEMS 9
                               Prepared by: For-Ian V. Sandoval

      An early example of a large-scale real-time operating system was
Transaction Processing Facility. Current users include Sabre (reservations),
Amadeus (reservations), VISA Inc (authorizations), Holiday Inn (central
reservations), CBOE (order routing), Singapore Airlines, KLM, Qantas,
Amtrak, Marriott International , Worldspan and the NYPD (911 system).


2. Single User, Single Task

       As the name implies, this operating                   The Palm Treo 700p is
                                                             one       of     many
system is designed to manage the computer                    Smartphones produced
so that one user can effectively do one thing                that combines Palm
at a time. The Palm OS for Palm handheld                     PDA functions with a
computers is a good example of a modern                      cell phone, allowing
                                                             for built-in voice and
single-user, single-task operating system.                   data.


3. Single User, Multitasking

       This is the type of operating system most people use on their
desktop and laptop computers today. Microsoft's Windows and Apple's
Mac OS platforms are both examples of operating systems that will let a
single user have several programs in operation at the same time. For
example, it's entirely possible for a Windows user to be writing a note in a
word processor while downloading a file from the Internet while printing
the text of an e-mail message.


4. Multi-user

       Multi-user is a term that defines an operating system or application
software that allows concurrent access by multiple users of a computer. A
multi-user operating system allows many different users to take advantage
of the computer's resources simultaneously. The operating system must
make sure that the requirements of the various users are balanced, and
that each of the programs they are using has sufficient and separate
resources so that a problem with one user doesn't affect the entire
community of users. Unix, VMS and mainframe operating systems, such as
MVS, are examples of multi-user operating systems.

      Time-sharing systems are multi-user systems. Most batch processing
systems for mainframe computers may also be considered "multi-user", to
MODULE IN ITE229 - OPERATING SYSTEMS 10
                             Prepared by: For-Ian V. Sandoval

avoid leaving the CPU idle while it waits for I/O operations to complete.
However, the term "multitasking" is more common in this context.

      An example is a Unix server where multiple remote users have
access (such as via Secure Shell) to the Unix shell prompt at the same
time. Another example uses multiple X Window sessions spread across
multiple terminals powered by a single machine - this is an example of the
use of thin client.

       Management systems are implicitly designed to be used by multiple
users, typically one system administrator or more and an end-user
community.




        Windows XP & Suse Linux on Mac OS X with Parallels Desktop


      It's important to differentiate between multi-user operating systems
and single-user operating systems that support networking. Windows 2000
and Novell Netware can each support hundreds or thousands of
networked users, but the operating systems themselves aren't true multi-
user operating systems. The system administrator is the only "user" for
Windows 2000 or Netware. The network support and all of the remote user
logins the network enables are, in the overall plan of the operating
system, a program being run by the administrative user.

More Related Content

What's hot (20)

PPTX
bsd
Jessica Chan
 
PPTX
Windows operating system presentation
MD. ZAWAD FATTAH RAHAT
 
PPTX
Operating System - Types Of Operating System Unit-1
abhinav baba
 
PPT
Operating system presentation
Sonu Vishwakarma
 
PPT
File system
Harleen Johal
 
PPT
Operating system- Introduction, Types and its Functions
Ashmita Tuition Center
 
PDF
GDI - Intro to WordPress
Suzette Franck
 
PPTX
Topic #3 of outline Server Environment.pptx
AyeCS11
 
PPTX
Introduction to Operating Systems
Damian T. Gordon
 
PPTX
Types of operating system
Mohammad Alam
 
PDF
Kernel security Concepts
Mohit Saxena
 
PPTX
Window11
Shashi Mishra
 
PPTX
Computer software
Maneesh Singh
 
PPT
OPERATING SYSTEM
Yanne Evangelista
 
PPTX
Structure of operating system
GayathriS578276
 
PPTX
Computer Operating System
Christine May Petajen-Brillantes
 
PPTX
Kernels and its types
ARAVIND18MCS1004
 
PPT
An Introduction to Operating Systems
BitNation Technology Studio
 
PPTX
Virtual Machine
Mehul Boghra
 
Windows operating system presentation
MD. ZAWAD FATTAH RAHAT
 
Operating System - Types Of Operating System Unit-1
abhinav baba
 
Operating system presentation
Sonu Vishwakarma
 
File system
Harleen Johal
 
Operating system- Introduction, Types and its Functions
Ashmita Tuition Center
 
GDI - Intro to WordPress
Suzette Franck
 
Topic #3 of outline Server Environment.pptx
AyeCS11
 
Introduction to Operating Systems
Damian T. Gordon
 
Types of operating system
Mohammad Alam
 
Kernel security Concepts
Mohit Saxena
 
Window11
Shashi Mishra
 
Computer software
Maneesh Singh
 
OPERATING SYSTEM
Yanne Evangelista
 
Structure of operating system
GayathriS578276
 
Computer Operating System
Christine May Petajen-Brillantes
 
Kernels and its types
ARAVIND18MCS1004
 
An Introduction to Operating Systems
BitNation Technology Studio
 
Virtual Machine
Mehul Boghra
 

Viewers also liked (11)

PPT
Types of os
J.T.A.JONES
 
PPTX
Types of Operating System
Sayam Asjad
 
PPTX
Types Of Operating Systems
عطاءالمنعم اثیل شیخ
 
PPT
Types of Operating System
Priya Patra
 
PPTX
Operating system and its types
vimal kumar arora
 
PPTX
Types of operating system
Jesus Obenita Jr.
 
PPTX
types of operating system
Mahira Rashdi
 
PPTX
Types of Operating System
Hemant Raj
 
PPTX
Internet Threats
DominikaJoanna
 
PPTX
Empowerment Technology
Reygie Fabro
 
PPTX
Media and Information Literacy (MIL) Types of Media (Part 1)- Types of Media ...
Arniel Ping
 
Types of os
J.T.A.JONES
 
Types of Operating System
Sayam Asjad
 
Types Of Operating Systems
عطاءالمنعم اثیل شیخ
 
Types of Operating System
Priya Patra
 
Operating system and its types
vimal kumar arora
 
Types of operating system
Jesus Obenita Jr.
 
types of operating system
Mahira Rashdi
 
Types of Operating System
Hemant Raj
 
Internet Threats
DominikaJoanna
 
Empowerment Technology
Reygie Fabro
 
Media and Information Literacy (MIL) Types of Media (Part 1)- Types of Media ...
Arniel Ping
 
Ad

Similar to Lesson 4 Types Of Operating Systems (20)

PPTX
Modern operating system.......
vignesh0009
 
DOCX
Hostel management system project report
Softroniics india
 
PPT
Network operating systems
Sachin Awasthi
 
RTF
209979479 study-material
homeworkping8
 
PPTX
Operating System to control the overall computer in system
mhsinm2003
 
PPT
What is an operating system
रिलायंस एनर्जी Tuyak
 
PPT
What is an operating system
रिलायंस एनर्जी Tuyak
 
DOCX
SACHINDOC
Sachin Gedam
 
PPTX
Operating system
Amogh Rana
 
PPTX
MYSQL DATABASE Operating System Part2 (1).pptx
ArjayBalberan1
 
DOC
UNIT-I-RTOS and Concepts
Dr.YNM
 
PPTX
Types-of-OPERATING-SYSTEM.pptx
EigraEmliuqer
 
PPTX
Operating system
Keshav Kasliwal
 
PPTX
Operating system
Pratyush Ray
 
PPTX
OPERATING.pptx
EgoGamer
 
PPTX
rtosrtosrtosrtosrtostrosrtosrtosrtosrtos.pptx
monarchofrain
 
PPTX
Types of o.s
KYousuf786
 
PPTX
PLATFORM TECHNOLOGIES-1 for _094726.pptx
MedinaGodwin
 
PPTX
PLATFORM TECHNOLOGIES-1 for _094726.pptx
MedinaGodwin
 
DOCX
MIS assignement
Mallick Sharique
 
Modern operating system.......
vignesh0009
 
Hostel management system project report
Softroniics india
 
Network operating systems
Sachin Awasthi
 
209979479 study-material
homeworkping8
 
Operating System to control the overall computer in system
mhsinm2003
 
SACHINDOC
Sachin Gedam
 
Operating system
Amogh Rana
 
MYSQL DATABASE Operating System Part2 (1).pptx
ArjayBalberan1
 
UNIT-I-RTOS and Concepts
Dr.YNM
 
Types-of-OPERATING-SYSTEM.pptx
EigraEmliuqer
 
Operating system
Keshav Kasliwal
 
Operating system
Pratyush Ray
 
OPERATING.pptx
EgoGamer
 
rtosrtosrtosrtosrtostrosrtosrtosrtosrtos.pptx
monarchofrain
 
Types of o.s
KYousuf786
 
PLATFORM TECHNOLOGIES-1 for _094726.pptx
MedinaGodwin
 
PLATFORM TECHNOLOGIES-1 for _094726.pptx
MedinaGodwin
 
MIS assignement
Mallick Sharique
 
Ad

More from Laguna State Polytechnic University (20)

PDF
Number Theory - Lesson 1 - Introduction to Number Theory
Laguna State Polytechnic University
 
PDF
Formal Logic - Lesson 8 - Predicates and Quantifiers
Laguna State Polytechnic University
 
PDF
Machine Learning Algorithms (Part 1)
Laguna State Polytechnic University
 
PDF
Artificial Intelligence Algorithms
Laguna State Polytechnic University
 
PDF
Formal Logic - Lesson 7 - Rules of Inference
Laguna State Polytechnic University
 
PDF
Formal Logic - Lesson 6 - Switching Circuits
Laguna State Polytechnic University
 
PDF
Formal Logic - Lesson 5 - Logical Equivalence
Laguna State Polytechnic University
 
PDF
Formal Logic - Lesson 4 - Tautology, Contradiction and Contingency
Laguna State Polytechnic University
 
PDF
Formal Logic - Lesson 3 - Truth Tables
Laguna State Polytechnic University
 
PDF
Formal Logic - Lesson 2 - Logical Connectives
Laguna State Polytechnic University
 
PDF
Formal Logic - Lesson 1 - Introduction to Logic
Laguna State Polytechnic University
 
PPTX
Ethical Issues and Relevant Laws on Computing
Laguna State Polytechnic University
 
PPTX
Number Systems Basic Concepts
Laguna State Polytechnic University
 
PDF
Number Systems Basic Concepts
Laguna State Polytechnic University
 
PPTX
Exploring the Difference Between Information Technology and Information System
Laguna State Polytechnic University
 
PPTX
Introduction to Data Science
Laguna State Polytechnic University
 
PPTX
Introduction to Computers
Laguna State Polytechnic University
 
PPTX
Introduction to Computing Logic Formulation
Laguna State Polytechnic University
 
PDF
Oasis of Sparkling and Refreshing Truisms
Laguna State Polytechnic University
 
PDF
My Teacher Got IT v2.0 - Software Installation Track
Laguna State Polytechnic University
 
Number Theory - Lesson 1 - Introduction to Number Theory
Laguna State Polytechnic University
 
Formal Logic - Lesson 8 - Predicates and Quantifiers
Laguna State Polytechnic University
 
Machine Learning Algorithms (Part 1)
Laguna State Polytechnic University
 
Artificial Intelligence Algorithms
Laguna State Polytechnic University
 
Formal Logic - Lesson 7 - Rules of Inference
Laguna State Polytechnic University
 
Formal Logic - Lesson 6 - Switching Circuits
Laguna State Polytechnic University
 
Formal Logic - Lesson 5 - Logical Equivalence
Laguna State Polytechnic University
 
Formal Logic - Lesson 4 - Tautology, Contradiction and Contingency
Laguna State Polytechnic University
 
Formal Logic - Lesson 3 - Truth Tables
Laguna State Polytechnic University
 
Formal Logic - Lesson 2 - Logical Connectives
Laguna State Polytechnic University
 
Formal Logic - Lesson 1 - Introduction to Logic
Laguna State Polytechnic University
 
Ethical Issues and Relevant Laws on Computing
Laguna State Polytechnic University
 
Number Systems Basic Concepts
Laguna State Polytechnic University
 
Number Systems Basic Concepts
Laguna State Polytechnic University
 
Exploring the Difference Between Information Technology and Information System
Laguna State Polytechnic University
 
Introduction to Data Science
Laguna State Polytechnic University
 
Introduction to Computers
Laguna State Polytechnic University
 
Introduction to Computing Logic Formulation
Laguna State Polytechnic University
 
Oasis of Sparkling and Refreshing Truisms
Laguna State Polytechnic University
 
My Teacher Got IT v2.0 - Software Installation Track
Laguna State Polytechnic University
 

Recently uploaded (20)

PPSX
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PDF
People & Earth's Ecosystem -Lesson 2: People & Population
marvinnbustamante1
 
PPTX
THE TAME BIRD AND THE FREE BIRD.pptxxxxx
MarcChristianNicolas
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PDF
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PDF
Lesson 2 - WATER,pH, BUFFERS, AND ACID-BASE.pdf
marvinnbustamante1
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PDF
LAW OF CONTRACT ( 5 YEAR LLB & UNITARY LLB)- MODULE-3 - LEARN THROUGH PICTURE
APARNA T SHAIL KUMAR
 
PDF
The dynastic history of the Chahmana.pdf
PrachiSontakke5
 
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
People & Earth's Ecosystem -Lesson 2: People & Population
marvinnbustamante1
 
THE TAME BIRD AND THE FREE BIRD.pptxxxxx
MarcChristianNicolas
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Lesson 2 - WATER,pH, BUFFERS, AND ACID-BASE.pdf
marvinnbustamante1
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
LAW OF CONTRACT ( 5 YEAR LLB & UNITARY LLB)- MODULE-3 - LEARN THROUGH PICTURE
APARNA T SHAIL KUMAR
 
The dynastic history of the Chahmana.pdf
PrachiSontakke5
 

Lesson 4 Types Of Operating Systems

  • 1. MODULE IN ITE229 - OPERATING SYSTEMS 8 Prepared by: For-Ian V. Sandoval LESSON 4 TYPES OF OPERATING SYSTEM Within the broad family of operating systems, there are generally four types, categorized based on the types of computers they control and the sort of applications they support. The categories are real-time operating system, single user single task, single user multitasking and multi- user. 1. Real-Time Operating System (RTOS) Real-time operating systems are used to control machinery, scientific instruments and industrial systems such as embedded systems (programmable thermostats, household appliance controllers), industrial robots, spacecraft, industrial control (manufacturing, production, power generation, fabrication, and refining), and scientific research equipment. An RTOS typically has very little user-interface capability, and no end-user utilities, since the system will be a "sealed box" when delivered for use. A very important part of an RTOS is managing the resources of the computer so that a particular operation executes in precisely the same amount of time, every time it occurs. In a complex machine, having a part move more quickly just because system resources are available may be just as catastrophic as having it not move at all because the system is busy. An RTOS facilitates the creation of a real-time system, but does not guarantee the final result will be real-time; this requires correct development of the software. An RTOS does not necessarily have high throughput; rather, an RTOS provides facilities which, if used properly, guarantee deadlines can be met generally (soft real-time) or deterministically (hard real-time). An RTOS will typically use specialized scheduling algorithms in order to provide the real-time developer with the tools necessary to produce deterministic behavior in the final system. An RTOS is valued more for how quickly and/or predictably it can respond to a particular event than for the given amount of work it can perform over time. Key factors in an RTOS are therefore a minimal interrupt latency (the time between the generation of an interrupt by a device and the servicing of the device which generated the interrupt) and a minimal thread switching latency (the time needed by the operating system to switch the CPU to another thread).
  • 2. MODULE IN ITE229 - OPERATING SYSTEMS 9 Prepared by: For-Ian V. Sandoval An early example of a large-scale real-time operating system was Transaction Processing Facility. Current users include Sabre (reservations), Amadeus (reservations), VISA Inc (authorizations), Holiday Inn (central reservations), CBOE (order routing), Singapore Airlines, KLM, Qantas, Amtrak, Marriott International , Worldspan and the NYPD (911 system). 2. Single User, Single Task As the name implies, this operating The Palm Treo 700p is one of many system is designed to manage the computer Smartphones produced so that one user can effectively do one thing that combines Palm at a time. The Palm OS for Palm handheld PDA functions with a computers is a good example of a modern cell phone, allowing for built-in voice and single-user, single-task operating system. data. 3. Single User, Multitasking This is the type of operating system most people use on their desktop and laptop computers today. Microsoft's Windows and Apple's Mac OS platforms are both examples of operating systems that will let a single user have several programs in operation at the same time. For example, it's entirely possible for a Windows user to be writing a note in a word processor while downloading a file from the Internet while printing the text of an e-mail message. 4. Multi-user Multi-user is a term that defines an operating system or application software that allows concurrent access by multiple users of a computer. A multi-user operating system allows many different users to take advantage of the computer's resources simultaneously. The operating system must make sure that the requirements of the various users are balanced, and that each of the programs they are using has sufficient and separate resources so that a problem with one user doesn't affect the entire community of users. Unix, VMS and mainframe operating systems, such as MVS, are examples of multi-user operating systems. Time-sharing systems are multi-user systems. Most batch processing systems for mainframe computers may also be considered "multi-user", to
  • 3. MODULE IN ITE229 - OPERATING SYSTEMS 10 Prepared by: For-Ian V. Sandoval avoid leaving the CPU idle while it waits for I/O operations to complete. However, the term "multitasking" is more common in this context. An example is a Unix server where multiple remote users have access (such as via Secure Shell) to the Unix shell prompt at the same time. Another example uses multiple X Window sessions spread across multiple terminals powered by a single machine - this is an example of the use of thin client. Management systems are implicitly designed to be used by multiple users, typically one system administrator or more and an end-user community. Windows XP & Suse Linux on Mac OS X with Parallels Desktop It's important to differentiate between multi-user operating systems and single-user operating systems that support networking. Windows 2000 and Novell Netware can each support hundreds or thousands of networked users, but the operating systems themselves aren't true multi- user operating systems. The system administrator is the only "user" for Windows 2000 or Netware. The network support and all of the remote user logins the network enables are, in the overall plan of the operating system, a program being run by the administrative user.