SlideShare une entreprise Scribd logo
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

Contenu connexe

Similaire à Classification of Operating System

Basic features of distributed system
Basic features of distributed systemBasic features of distributed system
Basic features of distributed systemsatish raj
 
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) .pptxAsst.prof M.Gokilavani
 
Types of operating system.................
Types of operating system.................Types of operating system.................
Types of operating system.................harendersin82880
 
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.pptxSkAkram9
 
CS197OSTYPES.pdf
CS197OSTYPES.pdfCS197OSTYPES.pdf
CS197OSTYPES.pdfOmid695066
 
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.pptxLeahRachael
 
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 LadoMark John Lado, MIT
 
Pertemuan 7 Kelebihan dan kelemahan SO.pptx
Pertemuan 7 Kelebihan dan kelemahan SO.pptxPertemuan 7 Kelebihan dan kelemahan SO.pptx
Pertemuan 7 Kelebihan dan kelemahan SO.pptxNafisClassic
 
Operating System DOS and Windows
Operating System DOS and WindowsOperating System DOS and Windows
Operating System DOS and WindowsYasirKhan357
 
Distributed system notes unit I
Distributed system notes unit IDistributed system notes unit I
Distributed system notes unit INANDINI SHARMA
 
OS.pptx
OS.pptxOS.pptx
OS.pptxNG911
 
EMBEDDED OS
EMBEDDED OSEMBEDDED OS
EMBEDDED OSAJAL A J
 
Operating System-Types-Examples-Advantages & disadvantages
Operating System-Types-Examples-Advantages & disadvantagesOperating System-Types-Examples-Advantages & disadvantages
Operating System-Types-Examples-Advantages & disadvantagesOPTOM Nimra Murtaza
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating SystemsShweta Shah
 
Operating System Components.pptx
Operating System Components.pptxOperating System Components.pptx
Operating System Components.pptxpkavithascs
 

Similaire à 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
 
Pertemuan 7 Kelebihan dan kelemahan SO.pptx
Pertemuan 7 Kelebihan dan kelemahan SO.pptxPertemuan 7 Kelebihan dan kelemahan SO.pptx
Pertemuan 7 Kelebihan dan kelemahan SO.pptx
 
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
 

Plus de Shri Ram Swaroop Memorial College of Engineering & Management

Plus de 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
 

Dernier

size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticspragatimahajan3
 
Removal Strategy _ FEFO _ Working with Perishable Products in Odoo 17
Removal Strategy _ FEFO _ Working with Perishable Products in Odoo 17Removal Strategy _ FEFO _ Working with Perishable Products in Odoo 17
Removal Strategy _ FEFO _ Working with Perishable Products in Odoo 17Celine George
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesRased Khan
 
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdf
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdfPost Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdf
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdfPragya - UEM Kolkata Quiz Club
 
The Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryThe Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryEugene Lysak
 
Morse OER Some Benefits and Challenges.pptx
Morse OER Some Benefits and Challenges.pptxMorse OER Some Benefits and Challenges.pptx
Morse OER Some Benefits and Challenges.pptxjmorse8
 
....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdfVikramadityaRaj
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxEduSkills OECD
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePedroFerreira53928
 
Open Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPointOpen Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPointELaRue0
 
The basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxThe basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxheathfieldcps1
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxCapitolTechU
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxakshayaramakrishnan21
 
Championnat de France de Tennis de table/
Championnat de France de Tennis de table/Championnat de France de Tennis de table/
Championnat de France de Tennis de table/siemaillard
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptSourabh Kumar
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
Advances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfAdvances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfDr. M. Kumaresan Hort.
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersPedroFerreira53928
 
Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Mohamed Rizk Khodair
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfbu07226
 

Dernier (20)

size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
Removal Strategy _ FEFO _ Working with Perishable Products in Odoo 17
Removal Strategy _ FEFO _ Working with Perishable Products in Odoo 17Removal Strategy _ FEFO _ Working with Perishable Products in Odoo 17
Removal Strategy _ FEFO _ Working with Perishable Products in Odoo 17
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdf
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdfPost Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdf
Post Exam Fun(da) Intra UEM General Quiz 2024 - Prelims q&a.pdf
 
The Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryThe Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. Henry
 
Morse OER Some Benefits and Challenges.pptx
Morse OER Some Benefits and Challenges.pptxMorse OER Some Benefits and Challenges.pptx
Morse OER Some Benefits and Challenges.pptx
 
....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Open Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPointOpen Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPoint
 
The basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxThe basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptx
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptx
 
Championnat de France de Tennis de table/
Championnat de France de Tennis de table/Championnat de France de Tennis de table/
Championnat de France de Tennis de table/
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
Advances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfAdvances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdf
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
 

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