SlideShare une entreprise Scribd logo
1  sur  18
Operating System
Chapter 1: Introduction
Operating System
An operating system is a program that manages the computer
hardware. It also provides a basis for application programs
and acts as an intermediary between the computer user and the
computer hardware.
Goals of operating system
Execute user
programs and make
solving user
problems easier
Make the computer
more convenient to
use.
Provide isolation,
security and
protection among user
programs
Efficiently use the
computer hardware
Communicati
on and
resource
sharing is
possible
Reliable Potential
increment
growth
Beneficial
economic
price-
performance
ratio
Advantages of operating system
Component of computer
.
The body, who/what
instructs the computer.
Example: people, machines,
other computers.
Provide basic resources for a
computer.
Example: CPU, memory, I/O
devices etc.
Defines how the program
resources are used to solve
the computing problems of
the user. Example: database
system, compiler, business
programs, video games etc.
01
Hardware
02
Operating
system
03
Application
program
04
User
Controls and coordinates the
use of the hardware among
various application programs
for the various user.
Example: Windows, Linux,
etc.
Abstract view of a computer system
…
Operating system from the user view
The user's view of the computer varies according to the
interface being used.
For the users of personal computers, the operating
system is designed mostly for ease of the user, with
some attention paid to performance and none paid to
resource utilization. In this case, performance is
important to the user but it does not matter if most of
the system is sitting idle, waiting for the slow I/O
speed of the user.
The users that are connected to a mainframe or mini-
computer, share resources and may exchange information.
For them, the OS is designed to maximize resource
utilization to assure that all available CPU time,
memory and I/O are used efficiently and that no
individual user takes more than her fair share.
Operating system from the system view
From the computer's point of view, the operating
system is the program that is most intimate with
the hardware. We can view OS as:
• Resource allocator- manages and allocates
resources.
• Control program- controls the execution of user
programs and operations of I/O devices.
• Kernel- the one program running at all times
(all else being application programs).
Spooling
Spooling refers to placing data into an intermediate storage area,
where it is held until the computer (or the user) is ready to
process it. This storage area is called a spool. Spool- simultaneous
peripheral operation online. This technique used by the operating
system to enable device sharing among user processes.
Spool
disk
Line
printer
Line
printer
CPU
Time-scheduling
Time-scheduling is a technique that
enables many people, located at various
terminals, to use a particular computer
system at the same time. Time-scheduling
or multitasking is a logical extension of
multiprogramming. The processor's time
which is shared among multiple users
simultaneously is termed as time-
scheduling.
Multiprocessor systems/tightly coupled system/parallel system
multiprocessor systems (also known as
parallel systems or tightly coupled
systems) are growing in importance. Such
systems have two or more processors in
close communication, sharing the computer
bus and sometimes the clock, memory, and
peripheral devices.
Economy of scale:
Multiprocessor systems can
cost less than equivalent
multiple single-processor
systems, because they can
share peripherals, mass
storage, and power
supplies
Increased
throughput:
By increasing the number
of processors, we expect
to get more work done in
less time.
If functions can be
distributed properly
among several
processors, then the
failure of one
processor will not halt
the system, only slow
it down.
Increased
reliability:
Advantages of multiprocessor system
Processing of programs by multiple
processors that share a common operating
system and memory.
All processors are designed the same and
handle the same type of tasks.
Used when more resources are available.
Used in general-purpose computers
because things need to be done in the
sank way.
Symmetric
Multiprocessor
(SMP)
Asymmetric
Multiprocessor
(AMP)
Processing of programs by multiple
processors that function according to the
master-slave relationship.
Each processor specialized to a specific
task.
Used when fewer resources are available.
Used in embedded systems.
All the processors are treated equally. Processors are not treated equally.
Processors communicate with each other
by the shared memory.
Processors communicate with the master
processor.
Distributed or loosely coupled system
A distributed system is a collection of processors
that do not share memory or a clock, distributes the
computation among several physical processors.
A distributed system is a collection of loosely
coupled processors interconnected by a communication
network. Each processor has its own local memory. The
processors communicate with one another through
various communication networks, such as high-speed
buses or telephone lines.
Advantages of loosely coupled system
Communication
Computation
speedup
Reliability
Resource
sharing
Real-time system
A real-time system is a computer system
that requires not only that the computing
results be "correct" but also that the
results be produced within a specified
deadline period. A real-time system has
well-defined, fixed time constraints. It
is used as a control device in a dedicated
application such as scientific
experiments, medical imaging systems,
industrial control systems, and certain
display systems.
Types of real-time system
Soft real-time systemYourText Here
A soft real-time system is less
restrictive, simply providing that
a critical real-time task will
receive priority over other tasks
and that it will retain that
priority until it completes. Many
commercial operating systems soft
real-time support.
A hard real-time system has the most
stringent requirements, guaranteeing
that critical real-time tasks to be
completed within their deadlines.
Safety-critical systems are
typically hard real-time systems.
2
1
Hard real-time system
Prepared by:
Ankon Gopal Banik
Front End Developer | WWF
(Web With Friends)
m: +8801771981989
p: 027730402
e: agbanik2081@outlook.com
75-B, Kyetpara, Dhamrai,
Dhaka, Bangladesh
www.wwfriends.org

Contenu connexe

Tendances

Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating SystemsDamian T. Gordon
 
Operating systems system structures
Operating systems   system structuresOperating systems   system structures
Operating systems system structuresMukesh Chinta
 
Function of Operating system
Function of Operating systemFunction of Operating system
Function of Operating systemAmit Mehla
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating SystemImtiaz Ahmed
 
Operating system.ppt (1)
Operating system.ppt (1)Operating system.ppt (1)
Operating system.ppt (1)Vaibhav Bajaj
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating SystemsMukesh Chinta
 
Presentation on Operating System & its Components
Presentation on Operating System & its ComponentsPresentation on Operating System & its Components
Presentation on Operating System & its ComponentsMahmuda Rahman
 
Operating System - Types Of Operating System Unit-1
Operating System - Types Of Operating System Unit-1Operating System - Types Of Operating System Unit-1
Operating System - Types Of Operating System Unit-1abhinav baba
 
ITT project ON types of operating system
ITT project ON types of operating systemITT project ON types of operating system
ITT project ON types of operating systemJiohj Etzs
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating SystemHemant Raj
 
Types of software
Types of softwareTypes of software
Types of softwareSEO SKills
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentationSonu Vishwakarma
 
Operating Systems
Operating SystemsOperating Systems
Operating Systemsvampugani
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating Systempriya_sinha02
 

Tendances (20)

Types Of Operating Systems
Types Of Operating SystemsTypes Of Operating Systems
Types Of Operating Systems
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
Operating systems system structures
Operating systems   system structuresOperating systems   system structures
Operating systems system structures
 
Function of Operating system
Function of Operating systemFunction of Operating system
Function of Operating system
 
operating system structure
operating system structureoperating system structure
operating system structure
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
 
Operating system.ppt (1)
Operating system.ppt (1)Operating system.ppt (1)
Operating system.ppt (1)
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
Presentation on Operating System & its Components
Presentation on Operating System & its ComponentsPresentation on Operating System & its Components
Presentation on Operating System & its Components
 
Operating System.pdf
Operating System.pdfOperating System.pdf
Operating System.pdf
 
Operating System - Types Of Operating System Unit-1
Operating System - Types Of Operating System Unit-1Operating System - Types Of Operating System Unit-1
Operating System - Types Of Operating System Unit-1
 
Computer software
Computer softwareComputer software
Computer software
 
ITT project ON types of operating system
ITT project ON types of operating systemITT project ON types of operating system
ITT project ON types of operating system
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
 
Computer System Organization
Computer System OrganizationComputer System Organization
Computer System Organization
 
Types of software
Types of softwareTypes of software
Types of software
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
 

Similaire à Operating system || Chapter 1: Introduction

Similaire à Operating system || Chapter 1: Introduction (20)

Operating System Introduction.pptx
Operating System Introduction.pptxOperating System Introduction.pptx
Operating System Introduction.pptx
 
Fundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptxFundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptx
 
Operating system notes
Operating system notesOperating system notes
Operating system notes
 
Os notes
Os notesOs notes
Os notes
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Operating system
Operating systemOperating system
Operating system
 
Introduction to OS 1.ppt
Introduction to OS 1.pptIntroduction to OS 1.ppt
Introduction to OS 1.ppt
 
Session1 intro to_os
Session1 intro to_osSession1 intro to_os
Session1 intro to_os
 
Advanced computer architecture lesson 1 and 2
Advanced computer architecture lesson 1 and 2Advanced computer architecture lesson 1 and 2
Advanced computer architecture lesson 1 and 2
 
OS UNIT1.pptx
OS UNIT1.pptxOS UNIT1.pptx
OS UNIT1.pptx
 
Introduction of operating system
Introduction of operating systemIntroduction of operating system
Introduction of operating system
 
ITM(2).ppt
ITM(2).pptITM(2).ppt
ITM(2).ppt
 
Types of os
Types of osTypes of os
Types of os
 
Basic os-concepts
Basic os-conceptsBasic os-concepts
Basic os-concepts
 
Os unit 1
Os unit 1Os unit 1
Os unit 1
 
Operating system Concepts
Operating system Concepts Operating system Concepts
Operating system Concepts
 
ch1.ppt
ch1.pptch1.ppt
ch1.ppt
 
Operating system
Operating systemOperating system
Operating system
 
Ch1 OS
Ch1 OSCh1 OS
Ch1 OS
 
OS_Ch1
OS_Ch1OS_Ch1
OS_Ch1
 

Plus de AnkonGopalBanik

Plus de AnkonGopalBanik (6)

Register
RegisterRegister
Register
 
Pipeline hazard
Pipeline hazardPipeline hazard
Pipeline hazard
 
Synchronous & Asynchronous data transmission
Synchronous & Asynchronous data transmission  Synchronous & Asynchronous data transmission
Synchronous & Asynchronous data transmission
 
Addressing Modes
Addressing ModesAddressing Modes
Addressing Modes
 
IEEE 488
IEEE 488IEEE 488
IEEE 488
 
Operating system || Chapter 3: Process
Operating system || Chapter 3: ProcessOperating system || Chapter 3: Process
Operating system || Chapter 3: Process
 

Dernier

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
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.docxRamakrishna Reddy Bijjam
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 

Dernier (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
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
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 

Operating system || Chapter 1: Introduction

  • 2. Operating System An operating system is a program that manages the computer hardware. It also provides a basis for application programs and acts as an intermediary between the computer user and the computer hardware.
  • 3. Goals of operating system Execute user programs and make solving user problems easier Make the computer more convenient to use. Provide isolation, security and protection among user programs Efficiently use the computer hardware
  • 4. Communicati on and resource sharing is possible Reliable Potential increment growth Beneficial economic price- performance ratio Advantages of operating system
  • 5. Component of computer . The body, who/what instructs the computer. Example: people, machines, other computers. Provide basic resources for a computer. Example: CPU, memory, I/O devices etc. Defines how the program resources are used to solve the computing problems of the user. Example: database system, compiler, business programs, video games etc. 01 Hardware 02 Operating system 03 Application program 04 User Controls and coordinates the use of the hardware among various application programs for the various user. Example: Windows, Linux, etc.
  • 6. Abstract view of a computer system …
  • 7. Operating system from the user view The user's view of the computer varies according to the interface being used. For the users of personal computers, the operating system is designed mostly for ease of the user, with some attention paid to performance and none paid to resource utilization. In this case, performance is important to the user but it does not matter if most of the system is sitting idle, waiting for the slow I/O speed of the user. The users that are connected to a mainframe or mini- computer, share resources and may exchange information. For them, the OS is designed to maximize resource utilization to assure that all available CPU time, memory and I/O are used efficiently and that no individual user takes more than her fair share.
  • 8. Operating system from the system view From the computer's point of view, the operating system is the program that is most intimate with the hardware. We can view OS as: • Resource allocator- manages and allocates resources. • Control program- controls the execution of user programs and operations of I/O devices. • Kernel- the one program running at all times (all else being application programs).
  • 9. Spooling Spooling refers to placing data into an intermediate storage area, where it is held until the computer (or the user) is ready to process it. This storage area is called a spool. Spool- simultaneous peripheral operation online. This technique used by the operating system to enable device sharing among user processes. Spool disk Line printer Line printer CPU
  • 10. Time-scheduling Time-scheduling is a technique that enables many people, located at various terminals, to use a particular computer system at the same time. Time-scheduling or multitasking is a logical extension of multiprogramming. The processor's time which is shared among multiple users simultaneously is termed as time- scheduling.
  • 11. Multiprocessor systems/tightly coupled system/parallel system multiprocessor systems (also known as parallel systems or tightly coupled systems) are growing in importance. Such systems have two or more processors in close communication, sharing the computer bus and sometimes the clock, memory, and peripheral devices.
  • 12. Economy of scale: Multiprocessor systems can cost less than equivalent multiple single-processor systems, because they can share peripherals, mass storage, and power supplies Increased throughput: By increasing the number of processors, we expect to get more work done in less time. If functions can be distributed properly among several processors, then the failure of one processor will not halt the system, only slow it down. Increased reliability: Advantages of multiprocessor system
  • 13. Processing of programs by multiple processors that share a common operating system and memory. All processors are designed the same and handle the same type of tasks. Used when more resources are available. Used in general-purpose computers because things need to be done in the sank way. Symmetric Multiprocessor (SMP) Asymmetric Multiprocessor (AMP) Processing of programs by multiple processors that function according to the master-slave relationship. Each processor specialized to a specific task. Used when fewer resources are available. Used in embedded systems. All the processors are treated equally. Processors are not treated equally. Processors communicate with each other by the shared memory. Processors communicate with the master processor.
  • 14. Distributed or loosely coupled system A distributed system is a collection of processors that do not share memory or a clock, distributes the computation among several physical processors. A distributed system is a collection of loosely coupled processors interconnected by a communication network. Each processor has its own local memory. The processors communicate with one another through various communication networks, such as high-speed buses or telephone lines.
  • 15. Advantages of loosely coupled system Communication Computation speedup Reliability Resource sharing
  • 16. Real-time system A real-time system is a computer system that requires not only that the computing results be "correct" but also that the results be produced within a specified deadline period. A real-time system has well-defined, fixed time constraints. It is used as a control device in a dedicated application such as scientific experiments, medical imaging systems, industrial control systems, and certain display systems.
  • 17. Types of real-time system Soft real-time systemYourText Here A soft real-time system is less restrictive, simply providing that a critical real-time task will receive priority over other tasks and that it will retain that priority until it completes. Many commercial operating systems soft real-time support. A hard real-time system has the most stringent requirements, guaranteeing that critical real-time tasks to be completed within their deadlines. Safety-critical systems are typically hard real-time systems. 2 1 Hard real-time system
  • 18. Prepared by: Ankon Gopal Banik Front End Developer | WWF (Web With Friends) m: +8801771981989 p: 027730402 e: agbanik2081@outlook.com 75-B, Kyetpara, Dhamrai, Dhaka, Bangladesh www.wwfriends.org