SlideShare a Scribd company logo
1 of 18
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Operating System
KCS – 401
Classification of OS
Dr. Pankaj Kumar
Associate Professor – CSE
SRMGPC Lucknow
Outline of the Lecture
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Classification of OS
• Batch
• Interactive
• Time Sharing
• Distributed
• Real Time system
• Embedded
• Network
• Mobile
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
This type of operating system does not interact with the computer directly. The similar jobs are
grouped together into batches with the help of some operator and these batches are executed one
by one. It is the responsibility of the operator to sort jobs with similar needs.
Batch Operating System
Examples of Batch based
Operating System:
Payroll System,
Bank Statements, etc.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Batch Operating System
Advantages:
• It is very difficult to guess or know the time required for any job to complete. Processors of
the batch systems know how long the job would be when it is in queue
• Multiple users can share the batch systems
• The idle time for the batch system is very less
• It is easy to manage large work repeatedly in batch systems
Disadvantages:
• The computer operators should be well known with batch systems
• Batch systems are hard to debug
• It is sometimes costly
• The other jobs will have to wait for an unknown time if any job fails
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Interactive Operating System
In Interactive Operating System there is a direct interaction between the user and the computer.
Mostly all the Personal Computers are Interactive Operating System.
In this kind of Operating system, the user input some command in the system and the system
works according to it.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Time Shared Operating System
Each task is given some time to execute so that all the tasks work smoothly. Each user gets the
time of CPU as they use a single system. These systems are also known as Multitasking 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 this time interval is over OS switches over to the next task.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Time Shared Operating System
Advantages:
• Since equal time quantum is given to each process, so each process gets equal opportunity
to execute.
• The CPU will be busy in most of the cases and this is good to have case. (CPU idle time
can be reduced)
• Fewer chances of duplication of software
Disadvantages:
• Process having higher priority will not get the chance to be executed first because the
equal opportunity is given to each process.
• Reliability problem
• One must have to take care of the security and integrity of user programs and data
• Data communication problem
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Distributed Operating System
In a Distributed Operating System, we have various
systems and all these systems have their own CPU,
main memory, secondary memory, and resources.
These systems are connected to each other using a
shared communication network. Here, each system
can perform its task individually. The best part
about these Distributed Operating System is remote
access i.e. one user can access the data of the other
system and can work accordingly. So, remote
access is possible in these distributed Operating
Systems. Example:- LOCUS, etc
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Distributed Operating System
Advantages:
• Since the systems are connected with each other so, the failure of one system can't stop the
execution of processes because other systems can do the execution.
• Resources are shared between each other.
• The load on the host computer gets distributed and this, in turn, increases the efficiency.
• Since resources are being shared, computation is highly fast and durable
Disadvantages:
• Since the data is shared among all the computers, so to make the data secure and accessible to
few computers, you need to put some extra efforts.
• If there is a problem in the communication network then the whole communication will be
broken.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Network Operating System
The primary purpose of the network operating system is
to allow shared file and printer access among multiple
computers in a network, typically a local area network
(LAN), a private network or to other networks. A
Network Operating System runs on a server and
provides the server the capability to manage data, users,
groups, security, applications, and other networking
functions.
To function network operating system requires an
existing operating system.
Example : Microsoft Windows Server 2003,
Microsoft Windows Server 2008, UNIX,
Linux, Mac OS X, and Novell NetWare
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Network Operating System
Advantage:
• Centralized servers are very highly stabled.
• Server managed the security concerns.
• Remote access to servers is possible from different locations and types of systems.
• It can manage multiple requests (inputs) simultaneously & also provides security in a multi-
user environment.
Disadvantage:
• High cost of buying and running a server.
• Dependency on a central location for most operations.
• Regular maintenance and updates are required.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Difference between Network and Distributed Operating System
• Main objective is to provide the local services to
remote client.
• Main objective is to manage the hardware
resources.
• In Network Operating System, Communication
takes place on the basis of files.
• In Distributed Operating System, Communication
takes place on the basis of messages and shared
memory.
• Network Operating System is more scalable than
Distributed Operating System.
• Distributed Operating System is less scalable than
Network Operating System.
• In Network Operating System, fault tolerance is
less.
• While in Distributed Operating System, fault
tolerance is high.
• Rate of autonomy in Network Operating System is
high.
• While The rate of autonomy in Distributed
Operating System is less.
• Ease of implementation in Network Operating
System is also high.
• While in Distributed Operating System Ease of
implementation is less.
• In Network Operating System, All nodes can have
different operating system.
• While in Distributed Operating System, All nodes
have same operating system.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Real Time Operating System
A real-time operating system is a type of operating system that
processes data within a very short amount of time. It means that
a real-time operating system processes the data immediately
without any delay and then produces the output. If any input is
their it responds very quickly to it. The time taken by the system
to process and respond to inputs is termed as response time.
The time taken by the system to respond to an input and display
of required updated information is termed as the response time.
Example : Scientific experiments, medical
imaging systems, industrial control
systems, weapon systems, robots, air traffic
control systems, etc.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Real Time Operating System
Advantage:
• It is an error-free system.
• This system focuses on running applications. Memory allocation is best maintained in them.
• Maximum consumption of devises & system, execution of more outputs from all the
resources.
• The time assigned for shifting tasks in these systems are very less.
Disadvantage:
• Very few tasks can run at the same time.
• System resources are more expensive.
• Complex algorithm & difficult for the designers to write on.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Embedded Operating System
Embedded Systems are a specially designed computer system that essentially contains software
and hardware for performing specific tasks. As the name suggests Embedded Operating System is
an Embedded System’s Operating System.
It has limited features. It is usually designed for some particular operations to control an
electronic device.
Embedded Operating System is defined as a combination of hardware and software. Embedded
operating systems runs on embedded processors.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Embedded Operating System
Advantages:
1. Since it is dedicated to a particular job, so it is fast.
2. Low cost.
3. These consume less memory and other resources.
Disadvantages:
1. Only one job can be performed.
2. It is difficult to upgrade or is nearly scalable.
Classification of OS
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar
Mobile Operating System
Mobile operating systems are those OS which is especially that are designed to power
smartphones, tablets, and wearables devices.
Some most famous mobile operating systems are Android and iOS, but others include
BlackBerry, Web, and watchOS.
Queries
???????
B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar

More Related Content

Similar to Classification of Operating System

Similar to Classification of Operating System (20)

Basic features of distributed system
Basic features of distributed systemBasic features of distributed system
Basic features of distributed system
 
CS403: Operating System : Lec 3 Types of OS (1) .pptx
CS403: Operating System : Lec 3 Types of OS (1) .pptxCS403: Operating System : Lec 3 Types of OS (1) .pptx
CS403: Operating System : Lec 3 Types of OS (1) .pptx
 
Introduction to operating systems
 Introduction to operating systems Introduction to operating systems
Introduction to operating systems
 
Operating system
Operating systemOperating system
Operating system
 
Types of operating system.................
Types of operating system.................Types of operating system.................
Types of operating system.................
 
types_of_operating_systems_sk_akram.pptx
types_of_operating_systems_sk_akram.pptxtypes_of_operating_systems_sk_akram.pptx
types_of_operating_systems_sk_akram.pptx
 
CS197OSTYPES.pdf
CS197OSTYPES.pdfCS197OSTYPES.pdf
CS197OSTYPES.pdf
 
UNIT 1 - UNDERSTANDINGTHE PRINCIPLES OF OPERATING SYSTEM.pptx
UNIT 1 - UNDERSTANDINGTHE PRINCIPLES OF OPERATING SYSTEM.pptxUNIT 1 - UNDERSTANDINGTHE PRINCIPLES OF OPERATING SYSTEM.pptx
UNIT 1 - UNDERSTANDINGTHE PRINCIPLES OF OPERATING SYSTEM.pptx
 
4 Module - Operating Systems Configuration and Use by Mark John Lado
4 Module - Operating Systems Configuration and Use by Mark John Lado4 Module - Operating Systems Configuration and Use by Mark John Lado
4 Module - Operating Systems Configuration and Use by Mark John Lado
 
Operating System DOS and Windows
Operating System DOS and WindowsOperating System DOS and Windows
Operating System DOS and Windows
 
Distributed system notes unit I
Distributed system notes unit IDistributed system notes unit I
Distributed system notes unit I
 
IO system
IO systemIO system
IO system
 
OS.pptx
OS.pptxOS.pptx
OS.pptx
 
EMBEDDED OS
EMBEDDED OSEMBEDDED OS
EMBEDDED OS
 
Operating System-Types-Examples-Advantages & disadvantages
Operating System-Types-Examples-Advantages & disadvantagesOperating System-Types-Examples-Advantages & disadvantages
Operating System-Types-Examples-Advantages & disadvantages
 
Os unit i
Os unit iOs unit i
Os unit i
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
Operating System Components.pptx
Operating System Components.pptxOperating System Components.pptx
Operating System Components.pptx
 
OPERATING SYSTEM.pdf
OPERATING SYSTEM.pdfOPERATING SYSTEM.pdf
OPERATING SYSTEM.pdf
 
OPERATING SYSTEM.pdf
OPERATING SYSTEM.pdfOPERATING SYSTEM.pdf
OPERATING SYSTEM.pdf
 

More from Shri Ram Swaroop Memorial College of Engineering & Management

More from Shri Ram Swaroop Memorial College of Engineering & Management (15)

Operating System - File system
Operating System - File systemOperating System - File system
Operating System - File system
 
Disk Scheduling
Disk SchedulingDisk Scheduling
Disk Scheduling
 
Paging
PagingPaging
Paging
 
Virtual Memory
Virtual MemoryVirtual Memory
Virtual Memory
 
Page Replacement
Page ReplacementPage Replacement
Page Replacement
 
Memory Management
Memory Management Memory Management
Memory Management
 
Bare Machine
Bare MachineBare Machine
Bare Machine
 
Operating System Sheduling
Operating System ShedulingOperating System Sheduling
Operating System Sheduling
 
Operating System Deadlock
Operating System DeadlockOperating System Deadlock
Operating System Deadlock
 
Operating System: process
Operating System: processOperating System: process
Operating System: process
 
Operating System: Semaphor
Operating System: SemaphorOperating System: Semaphor
Operating System: Semaphor
 
Operating System: interprocess Communication
Operating System: interprocess CommunicationOperating System: interprocess Communication
Operating System: interprocess Communication
 
Structure of Operating System
Structure of Operating SystemStructure of Operating System
Structure of Operating System
 
Function of Operating System
Function of Operating SystemFunction of Operating System
Function of Operating System
 
Operating System - Overview
Operating System - OverviewOperating System - Overview
Operating System - Overview
 

Recently uploaded

QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
httgc7rh9c
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
Introduction to TechSoup’s Digital Marketing Services and Use Cases
Introduction to TechSoup’s Digital Marketing  Services and Use CasesIntroduction to TechSoup’s Digital Marketing  Services and Use Cases
Introduction to TechSoup’s Digital Marketing Services and Use Cases
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of Play
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdf
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 

Classification of Operating System

  • 1. B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Operating System KCS – 401 Classification of OS Dr. Pankaj Kumar Associate Professor – CSE SRMGPC Lucknow
  • 2. Outline of the Lecture B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Classification of OS • Batch • Interactive • Time Sharing • Distributed • Real Time system • Embedded • Network • Mobile
  • 3. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar This type of operating system does not interact with the computer directly. The similar jobs are grouped together into batches with the help of some operator and these batches are executed one by one. It is the responsibility of the operator to sort jobs with similar needs. Batch Operating System Examples of Batch based Operating System: Payroll System, Bank Statements, etc.
  • 4. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Batch Operating System Advantages: • It is very difficult to guess or know the time required for any job to complete. Processors of the batch systems know how long the job would be when it is in queue • Multiple users can share the batch systems • The idle time for the batch system is very less • It is easy to manage large work repeatedly in batch systems Disadvantages: • The computer operators should be well known with batch systems • Batch systems are hard to debug • It is sometimes costly • The other jobs will have to wait for an unknown time if any job fails
  • 5. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Interactive Operating System In Interactive Operating System there is a direct interaction between the user and the computer. Mostly all the Personal Computers are Interactive Operating System. In this kind of Operating system, the user input some command in the system and the system works according to it.
  • 6. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Time Shared Operating System Each task is given some time to execute so that all the tasks work smoothly. Each user gets the time of CPU as they use a single system. These systems are also known as Multitasking 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 this time interval is over OS switches over to the next task.
  • 7. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Time Shared Operating System Advantages: • Since equal time quantum is given to each process, so each process gets equal opportunity to execute. • The CPU will be busy in most of the cases and this is good to have case. (CPU idle time can be reduced) • Fewer chances of duplication of software Disadvantages: • Process having higher priority will not get the chance to be executed first because the equal opportunity is given to each process. • Reliability problem • One must have to take care of the security and integrity of user programs and data • Data communication problem
  • 8. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Distributed Operating System In a Distributed Operating System, we have various systems and all these systems have their own CPU, main memory, secondary memory, and resources. These systems are connected to each other using a shared communication network. Here, each system can perform its task individually. The best part about these Distributed Operating System is remote access i.e. one user can access the data of the other system and can work accordingly. So, remote access is possible in these distributed Operating Systems. Example:- LOCUS, etc
  • 9. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Distributed Operating System Advantages: • Since the systems are connected with each other so, the failure of one system can't stop the execution of processes because other systems can do the execution. • Resources are shared between each other. • The load on the host computer gets distributed and this, in turn, increases the efficiency. • Since resources are being shared, computation is highly fast and durable Disadvantages: • Since the data is shared among all the computers, so to make the data secure and accessible to few computers, you need to put some extra efforts. • If there is a problem in the communication network then the whole communication will be broken.
  • 10. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Network Operating System The primary purpose of the network operating system is to allow shared file and printer access among multiple computers in a network, typically a local area network (LAN), a private network or to other networks. A Network Operating System runs on a server and provides the server the capability to manage data, users, groups, security, applications, and other networking functions. To function network operating system requires an existing operating system. Example : Microsoft Windows Server 2003, Microsoft Windows Server 2008, UNIX, Linux, Mac OS X, and Novell NetWare
  • 11. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Network Operating System Advantage: • Centralized servers are very highly stabled. • Server managed the security concerns. • Remote access to servers is possible from different locations and types of systems. • It can manage multiple requests (inputs) simultaneously & also provides security in a multi- user environment. Disadvantage: • High cost of buying and running a server. • Dependency on a central location for most operations. • Regular maintenance and updates are required.
  • 12. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Difference between Network and Distributed Operating System • Main objective is to provide the local services to remote client. • Main objective is to manage the hardware resources. • In Network Operating System, Communication takes place on the basis of files. • In Distributed Operating System, Communication takes place on the basis of messages and shared memory. • Network Operating System is more scalable than Distributed Operating System. • Distributed Operating System is less scalable than Network Operating System. • In Network Operating System, fault tolerance is less. • While in Distributed Operating System, fault tolerance is high. • Rate of autonomy in Network Operating System is high. • While The rate of autonomy in Distributed Operating System is less. • Ease of implementation in Network Operating System is also high. • While in Distributed Operating System Ease of implementation is less. • In Network Operating System, All nodes can have different operating system. • While in Distributed Operating System, All nodes have same operating system.
  • 13. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Real Time Operating System A real-time operating system is a type of operating system that processes data within a very short amount of time. It means that a real-time operating system processes the data immediately without any delay and then produces the output. If any input is their it responds very quickly to it. The time taken by the system to process and respond to inputs is termed as response time. The time taken by the system to respond to an input and display of required updated information is termed as the response time. Example : Scientific experiments, medical imaging systems, industrial control systems, weapon systems, robots, air traffic control systems, etc.
  • 14. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Real Time Operating System Advantage: • It is an error-free system. • This system focuses on running applications. Memory allocation is best maintained in them. • Maximum consumption of devises & system, execution of more outputs from all the resources. • The time assigned for shifting tasks in these systems are very less. Disadvantage: • Very few tasks can run at the same time. • System resources are more expensive. • Complex algorithm & difficult for the designers to write on.
  • 15. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Embedded Operating System Embedded Systems are a specially designed computer system that essentially contains software and hardware for performing specific tasks. As the name suggests Embedded Operating System is an Embedded System’s Operating System. It has limited features. It is usually designed for some particular operations to control an electronic device. Embedded Operating System is defined as a combination of hardware and software. Embedded operating systems runs on embedded processors.
  • 16. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Embedded Operating System Advantages: 1. Since it is dedicated to a particular job, so it is fast. 2. Low cost. 3. These consume less memory and other resources. Disadvantages: 1. Only one job can be performed. 2. It is difficult to upgrade or is nearly scalable.
  • 17. Classification of OS B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar Mobile Operating System Mobile operating systems are those OS which is especially that are designed to power smartphones, tablets, and wearables devices. Some most famous mobile operating systems are Android and iOS, but others include BlackBerry, Web, and watchOS.
  • 18. Queries ??????? B.Tech – CS 2nd Year Operating System (KCS- 401) Dr. Pankaj Kumar