尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
Presentation Prepared By
V. Backiyalakshmi M.Phil.,NET
Assistant Professor of Computer Science
E.M.G. Yadava Women’s college,
Madurai.
Contents
 Introduction
 Definition
 Memory Management
 Processor Management
 Device Management
 File Management
 Other Important Activities
 Batch operating system
 Time-sharing operating systems
 Distributed operating System
 Network operating System
 Real Time operating System
Introduction
 An operating system (OS) is a collection of software that manages computer
hardware resources and provides common services for computer programs.
 The operating system is a vital component of the system software in a computer
system.
 An operating System (OS) is an intermediary between users and computer hardware.
 It provides users an environment in which a user can execute programs conveniently
and efficiently.
 In technical terms, It is a software which manages hardware.
 An operating System controls the allocation of resources and services such as
memory, processors, devices and information.
Definition
An operating system is a program that acts as an interface between the
user and the computer hardware and controls the execution of all kinds of
programs.
Important Functions of An Operating System
 Memory Management
 Processor Management
 Device Management
 File Management
 Security
 Control over system performance
 Job accounting
 Error detecting aids
 Coordination between other software and users
Memory Management
 Memory management refers to management of Primary Memory or Main Memory.
Main memory is a large array of words or bytes where each word or byte has its own
address.
 Main memory provides a fast storage that can be access directly by the CPU. So for a
program to be executed, it must in the main memory. Operating System does the
following activities for memory management.
 Keeps tracks of primary memory i.e. what part of it are in use by whom, what part
are not in use.
 In multiprogramming, OS decides which process will get memory when and how
much.
 Allocates the memory when the process requests it to do so.
 De-allocates the memory when the process no longer needs it or has been terminated.
Processor Management
In multiprogramming environment, OS decides which process gets the
processor when and how much time. This function is called process scheduling.
Operating System does the following activities for processor management.
 Keeps tracks of processor and status of process. Program responsible
for this task is known as traffic controller.
 Allocates the processor(CPU) to a process.
 De-allocates processor when processor is no longer required.
Device Management
OS manages device communication via their respective drivers. Operating
System does the following activities for device management.
 Keeps tracks of all devices. Program responsible for this task is known as
the I/O controller.
 Decides which process gets the device when and for how much time.
 Allocates the device in the efficient way.
 De-allocates devices.
File Management
A file system is normally organized into directories for easy navigation
and usage. These directories may contain files and other directions. Operating
System does the following activities for file management.
 Keeps track of information, location, uses, status etc. The collective
facilities are often known as file system.
 Decides who gets the resources.
 Allocates the resources.
 De-allocates the resources.
Other Important Activities
Following are some of the important activities that Operating System does.
Security -- By means of password and similar other techniques, preventing
unauthorized access to programs and data.
Control over system performance -- Recording delays between request for a
service and response from the system.
Job accounting -- Keeping track of time and resources used by various jobs and
users.
Error detecting aids -- Production of dumps, traces, error messages and other
debugging and error detecting aids.
Coordination between other software and users -- Coordination and assignment
of compilers, interpreters, assemblers and other software to the various users of
the computer systems.
Types of Operating System
Operating systems are there from the very first computer generation. Operating systems
keep evolving over the period of time. Following are few of the important types of operating system
which are most commonly used.
 Batch operating system
 Time-sharing operating systems
 Distributed operating System
 Network operating System
 Real Time operating System
Batch operating system
 The users of batch operating system do not interact with the computer
directly.
 Each user prepares his job on an off-line device like punch cards and
submits it to the computer operator.
 To speed up processing, jobs with similar needs are batched together and
run as a group.
 Thus, the programmers left their programs with the operator. The
operator then sorts programs into batches with similar requirements.
The problems with Batch Systems are following.
 Lack of interaction between the user and job.
 CPU is often idle, because the speeds of the mechanical I/O devices is
slower than CPU.
 Difficult to provide the desired priority.
Time-sharing operating systems
Time-sharing operating systems
Time-sharing operating systems
 Time sharing is a technique which enables many people, located at various
terminals, to use a particular computer system at the same time.
 Time-sharing or multitasking is a logical extension of multiprogramming.
Processor's time which is shared among multiple users simultaneously is
termed as time-sharing.
 The main difference between Multi-programmed Batch Systems and Time-
Sharing Systems is that in case of Multi-programmed batch systems,
objective is to maximize processor use, whereas in Time-Sharing Systems
objective is to minimize response time.
 Multiple jobs are executed by the CPU by switching between them, but the
switches occur so frequently.
 Thus, the user can receives an immediate response.
Advantages of Timesharing operating systems are
 Provide advantage of quick response.
 Avoids duplication of software.
 Reduces CPU idle time.
Disadvantages of Timesharing operating systems are
 Problem of reliability.
 Question of security and integrity of user programs and data.
 Problem of data communication.
Time-sharing operating systems cont..
Distributed operating System
 Distributed systems use multiple central processors to serve multiple real time
application and multiple users. Data processing jobs are distributed among the
processors accordingly to which one can perform each job most efficiently.
 The processors communicate with one another through various communication
lines (such as high-speed buses or telephone lines).
 These are referred as loosely coupled systems or distributed systems.
Processors in a distributed system may vary in size and function.
 These processors are referred as sites, nodes, computers and so on.
Distributed operating System Cont..
The advantages of distributed systems are
 With resource sharing facility user at one site may be able to use the
resources available at another.
 Speedup the exchange of data with one another via electronic mail.
 If one site fails in a distributed system, the remaining sites can
potentially continue operating.
 Better service to the customers.
 Reduction of the load on the host computer.
 Reduction of delays in data processing.
Network operating System
 Network Operating System runs on a server and provides server the capability to
manage data, users, groups, security, applications, and other networking functions.
 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.
 Examples of network operating systems are Microsoft Windows Server 2003,
Microsoft Windows Server 2008, UNIX, Linux, Mac OS X, Novell NetWare, and
BSD.
Network operating System Cont..
The advantages of network operating systems are following.
 Centralized servers are highly stable.
 Security is server managed.
 Upgrades to new technologies and hardware can be easily integrated into
the system.
 Remote access to servers is possible from different locations and types of
systems.
The disadvantages of network operating systems are following.
 High cost of buying and running a server.
 Dependency on a central location for most operations.
 Regular maintenance and updates are required.
Real Time operating System
 Real time system is defines as a data processing system in which the time interval
required to process and respond to inputs is so small that it controls the environment.
 Real time processing is always on line whereas on line system need not be real time.
 The time taken by the system to respond to an input and display of required updated
information is termed as response time. So in this method response time is very less
as compared to the online processing.
 Real-time systems are used when there are rigid time requirements on the operation
of a processor or the flow of data and real-time systems can be used as a control device
in a dedicated application. Real-time operating system has well-defined, fixed time
constraints otherwise system will fail. For example Scientific experiments, medical
imaging systems, industrial control systems, weapon systems, robots, and home-
appliances controllers, Air traffic control system etc.
There are two types of real-time operating systems.
Hard real-time systems
Hard real-time systems guarantee that critical tasks complete on time. In
hard real-time systems secondary storage is limited or missing with data stored in
ROM. In these systems virtual memory is almost never found.
Soft real-time systems
Soft real time systems are less restrictive. Critical real-time task gets
priority over other tasks and retains the priority until it completes. Soft real-time
systems have limited utility than hard real-time systems. For example, Multimedia,
virtual reality, Advanced Scientific Projects like undersea exploration and planetary
rovers etc.
Real Time operating System Cont..
Understanding Basics of OS

More Related Content

What's hot

Classification Of Software
Classification Of SoftwareClassification Of Software
Classification Of Software
py7rjs
 
Operating system
Operating system Operating system
Operating system
Talha Mahmood
 
Collaborative ICT.pptx
Collaborative ICT.pptxCollaborative ICT.pptx
Collaborative ICT.pptx
VincentAcapen
 
HCI 3e - Ch 12: Cognitive models
HCI 3e - Ch 12:  Cognitive modelsHCI 3e - Ch 12:  Cognitive models
HCI 3e - Ch 12: Cognitive models
Alan Dix
 
Operating system architecture
Operating system architectureOperating system architecture
Operating system architecture
Sabin dumre
 
HCI 3e - Ch 6: HCI in the software process
HCI 3e - Ch 6:  HCI in the software processHCI 3e - Ch 6:  HCI in the software process
HCI 3e - Ch 6: HCI in the software process
Alan Dix
 
Introduction to computer virus
Introduction to computer virusIntroduction to computer virus
Introduction to computer virus
YouQue ™
 
Human computer interaction
Human  computer interactionHuman  computer interaction
Human computer interaction
Ayusha Patnaik
 
Components of computer system
Components of computer systemComponents of computer system
Components of computer system
Rita Gokani
 
Operating systems
Operating systems Operating systems
Operating systems
vinothinisureshbabu
 
Operating system
Operating systemOperating system
Operating system
vivek anand
 
Software (4).ppt
Software (4).pptSoftware (4).ppt
Software (4).ppt
rishirvk1995
 
Characteristics of computer
Characteristics of computerCharacteristics of computer
Characteristics of computer
PriyaU5
 
Human computer interaction -Input output channel with Scenario
Human computer interaction -Input output channel with ScenarioHuman computer interaction -Input output channel with Scenario
Human computer interaction -Input output channel with Scenario
N.Jagadish Kumar
 
Computer Hardware and software
Computer Hardware and softwareComputer Hardware and software
Computer Hardware and software
VisualBee.com
 
HCI 3e - Ch 19: Groupware
HCI 3e - Ch 19:  GroupwareHCI 3e - Ch 19:  Groupware
HCI 3e - Ch 19: Groupware
Alan Dix
 
Computer Software
Computer SoftwareComputer Software
Computer Software
julinaincgumanit
 
Introduction To Operating System
Introduction To Operating SystemIntroduction To Operating System
Introduction To Operating System
Laguna State Polytechnic University
 
15. business software
15. business software15. business software
15. business software
Zambales National High School
 
Chapter five HCI
Chapter five HCIChapter five HCI
Chapter five HCI
yihunie ayalew
 

What's hot (20)

Classification Of Software
Classification Of SoftwareClassification Of Software
Classification Of Software
 
Operating system
Operating system Operating system
Operating system
 
Collaborative ICT.pptx
Collaborative ICT.pptxCollaborative ICT.pptx
Collaborative ICT.pptx
 
HCI 3e - Ch 12: Cognitive models
HCI 3e - Ch 12:  Cognitive modelsHCI 3e - Ch 12:  Cognitive models
HCI 3e - Ch 12: Cognitive models
 
Operating system architecture
Operating system architectureOperating system architecture
Operating system architecture
 
HCI 3e - Ch 6: HCI in the software process
HCI 3e - Ch 6:  HCI in the software processHCI 3e - Ch 6:  HCI in the software process
HCI 3e - Ch 6: HCI in the software process
 
Introduction to computer virus
Introduction to computer virusIntroduction to computer virus
Introduction to computer virus
 
Human computer interaction
Human  computer interactionHuman  computer interaction
Human computer interaction
 
Components of computer system
Components of computer systemComponents of computer system
Components of computer system
 
Operating systems
Operating systems Operating systems
Operating systems
 
Operating system
Operating systemOperating system
Operating system
 
Software (4).ppt
Software (4).pptSoftware (4).ppt
Software (4).ppt
 
Characteristics of computer
Characteristics of computerCharacteristics of computer
Characteristics of computer
 
Human computer interaction -Input output channel with Scenario
Human computer interaction -Input output channel with ScenarioHuman computer interaction -Input output channel with Scenario
Human computer interaction -Input output channel with Scenario
 
Computer Hardware and software
Computer Hardware and softwareComputer Hardware and software
Computer Hardware and software
 
HCI 3e - Ch 19: Groupware
HCI 3e - Ch 19:  GroupwareHCI 3e - Ch 19:  Groupware
HCI 3e - Ch 19: Groupware
 
Computer Software
Computer SoftwareComputer Software
Computer Software
 
Introduction To Operating System
Introduction To Operating SystemIntroduction To Operating System
Introduction To Operating System
 
15. business software
15. business software15. business software
15. business software
 
Chapter five HCI
Chapter five HCIChapter five HCI
Chapter five HCI
 

Similar to Understanding Basics of OS

Operating system Concepts
Operating system Concepts Operating system Concepts
Operating system Concepts
RANVIJAY GAUR
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
Shweta Shah
 
Operating system
Operating systemOperating system
Operating system
Neha Saxena
 
Operating system
Operating systemOperating system
Operating system
marar hina
 
Operating System Simple Introduction
Operating System Simple IntroductionOperating System Simple Introduction
Operating System Simple Introduction
Diwash Sapkota
 
OS.pptx
OS.pptxOS.pptx
OS.pptx
NG911
 
Operating System Introduction
Operating System IntroductionOperating System Introduction
Operating System Introduction
dipaknandankar
 
Operating System-adi.pdf
Operating System-adi.pdfOperating System-adi.pdf
Operating System-adi.pdf
Prof. Dr. K. Adisesha
 
Basic features of distributed system
Basic features of distributed systemBasic features of distributed system
Basic features of distributed system
satish raj
 
Fundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptxFundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptx
Uttara University
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating system
Mohammad Alam
 
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
Mark John Lado, MIT
 
Os unit i
Os unit iOs unit i
Os unit i
SandhyaTatekalva
 
Operating system
Operating systemOperating system
Operating system
abhinavgarg12345
 
ch1.ppt
ch1.pptch1.ppt
ch1.ppt
VandanaGaria
 
Compyter system softwere
Compyter system softwereCompyter system softwere
Compyter system softwere
Alamin Hossain Miraje
 
Operating system
Operating systemOperating system
Operating system
ǷřiţëƧh Chąuhąn
 
Unit 4 Real Time Operating System
Unit 4 Real Time Operating SystemUnit 4 Real Time Operating System
Unit 4 Real Time Operating System
Dr. Pankaj Zope
 
Introduction of operating system
Introduction of operating systemIntroduction of operating system
Introduction of operating system
Jitendrakumar Upadhyay
 
Os unit 1
Os unit 1Os unit 1
Os unit 1
Krupali Mistry
 

Similar to Understanding Basics of OS (20)

Operating system Concepts
Operating system Concepts Operating system Concepts
Operating system Concepts
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
Operating system
Operating systemOperating system
Operating system
 
Operating system
Operating systemOperating system
Operating system
 
Operating System Simple Introduction
Operating System Simple IntroductionOperating System Simple Introduction
Operating System Simple Introduction
 
OS.pptx
OS.pptxOS.pptx
OS.pptx
 
Operating System Introduction
Operating System IntroductionOperating System Introduction
Operating System Introduction
 
Operating System-adi.pdf
Operating System-adi.pdfOperating System-adi.pdf
Operating System-adi.pdf
 
Basic features of distributed system
Basic features of distributed systemBasic features of distributed system
Basic features of distributed system
 
Fundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptxFundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptx
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating system
 
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
 
Os unit i
Os unit iOs unit i
Os unit i
 
Operating system
Operating systemOperating system
Operating system
 
ch1.ppt
ch1.pptch1.ppt
ch1.ppt
 
Compyter system softwere
Compyter system softwereCompyter system softwere
Compyter system softwere
 
Operating system
Operating systemOperating system
Operating system
 
Unit 4 Real Time Operating System
Unit 4 Real Time Operating SystemUnit 4 Real Time Operating System
Unit 4 Real Time Operating System
 
Introduction of operating system
Introduction of operating systemIntroduction of operating system
Introduction of operating system
 
Os unit 1
Os unit 1Os unit 1
Os unit 1
 

Recently uploaded

managing Behaviour in early childhood education.pptx
managing Behaviour in early childhood education.pptxmanaging Behaviour in early childhood education.pptx
managing Behaviour in early childhood education.pptx
nabaegha
 
Talking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual AidsTalking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual Aids
MattVassar1
 
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptxScience-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Catherine Dela Cruz
 
nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...
chaudharyreet2244
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
ShwetaGawande8
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Kalna College
 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
BiplabHalder13
 
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
Nguyen Thanh Tu Collection
 
Creativity for Innovation and Speechmaking
Creativity for Innovation and SpeechmakingCreativity for Innovation and Speechmaking
Creativity for Innovation and Speechmaking
MattVassar1
 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
Derek Wenmoth
 
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
biruktesfaye27
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
Celine George
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapitolTechU
 
IoT (Internet of Things) introduction Notes.pdf
IoT (Internet of Things) introduction Notes.pdfIoT (Internet of Things) introduction Notes.pdf
IoT (Internet of Things) introduction Notes.pdf
roshanranjit222
 
Keynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse CityKeynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse City
PJ Caposey
 
A Quiz on Drug Abuse Awareness by Quizzito
A Quiz on Drug Abuse Awareness by QuizzitoA Quiz on Drug Abuse Awareness by Quizzito
A Quiz on Drug Abuse Awareness by Quizzito
Quizzito The Quiz Society of Gargi College
 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
MJDuyan
 
The Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptxThe Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptx
PriyaKumari928991
 
Creating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptxCreating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptx
Forum of Blended Learning
 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
Celine George
 

Recently uploaded (20)

managing Behaviour in early childhood education.pptx
managing Behaviour in early childhood education.pptxmanaging Behaviour in early childhood education.pptx
managing Behaviour in early childhood education.pptx
 
Talking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual AidsTalking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual Aids
 
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptxScience-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
 
nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
 
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
 
Creativity for Innovation and Speechmaking
Creativity for Innovation and SpeechmakingCreativity for Innovation and Speechmaking
Creativity for Innovation and Speechmaking
 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
 
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
Ethiopia and Eritrea Eritrea's journey has been marked by resilience and dete...
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
 
IoT (Internet of Things) introduction Notes.pdf
IoT (Internet of Things) introduction Notes.pdfIoT (Internet of Things) introduction Notes.pdf
IoT (Internet of Things) introduction Notes.pdf
 
Keynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse CityKeynote given on June 24 for MASSP at Grand Traverse City
Keynote given on June 24 for MASSP at Grand Traverse City
 
A Quiz on Drug Abuse Awareness by Quizzito
A Quiz on Drug Abuse Awareness by QuizzitoA Quiz on Drug Abuse Awareness by Quizzito
A Quiz on Drug Abuse Awareness by Quizzito
 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
 
The Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptxThe Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptx
 
Creating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptxCreating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptx
 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
 

Understanding Basics of OS

  • 1.
  • 2. Presentation Prepared By V. Backiyalakshmi M.Phil.,NET Assistant Professor of Computer Science E.M.G. Yadava Women’s college, Madurai.
  • 3. Contents  Introduction  Definition  Memory Management  Processor Management  Device Management  File Management  Other Important Activities  Batch operating system  Time-sharing operating systems  Distributed operating System  Network operating System  Real Time operating System
  • 4. Introduction  An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer programs.  The operating system is a vital component of the system software in a computer system.  An operating System (OS) is an intermediary between users and computer hardware.  It provides users an environment in which a user can execute programs conveniently and efficiently.  In technical terms, It is a software which manages hardware.  An operating System controls the allocation of resources and services such as memory, processors, devices and information.
  • 5. Definition An operating system is a program that acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs.
  • 6. Important Functions of An Operating System  Memory Management  Processor Management  Device Management  File Management  Security  Control over system performance  Job accounting  Error detecting aids  Coordination between other software and users
  • 7. Memory Management  Memory management refers to management of Primary Memory or Main Memory. Main memory is a large array of words or bytes where each word or byte has its own address.  Main memory provides a fast storage that can be access directly by the CPU. So for a program to be executed, it must in the main memory. Operating System does the following activities for memory management.  Keeps tracks of primary memory i.e. what part of it are in use by whom, what part are not in use.  In multiprogramming, OS decides which process will get memory when and how much.  Allocates the memory when the process requests it to do so.  De-allocates the memory when the process no longer needs it or has been terminated.
  • 8. Processor Management In multiprogramming environment, OS decides which process gets the processor when and how much time. This function is called process scheduling. Operating System does the following activities for processor management.  Keeps tracks of processor and status of process. Program responsible for this task is known as traffic controller.  Allocates the processor(CPU) to a process.  De-allocates processor when processor is no longer required.
  • 9. Device Management OS manages device communication via their respective drivers. Operating System does the following activities for device management.  Keeps tracks of all devices. Program responsible for this task is known as the I/O controller.  Decides which process gets the device when and for how much time.  Allocates the device in the efficient way.  De-allocates devices.
  • 10. File Management A file system is normally organized into directories for easy navigation and usage. These directories may contain files and other directions. Operating System does the following activities for file management.  Keeps track of information, location, uses, status etc. The collective facilities are often known as file system.  Decides who gets the resources.  Allocates the resources.  De-allocates the resources.
  • 11. Other Important Activities Following are some of the important activities that Operating System does. Security -- By means of password and similar other techniques, preventing unauthorized access to programs and data. Control over system performance -- Recording delays between request for a service and response from the system. Job accounting -- Keeping track of time and resources used by various jobs and users. Error detecting aids -- Production of dumps, traces, error messages and other debugging and error detecting aids. Coordination between other software and users -- Coordination and assignment of compilers, interpreters, assemblers and other software to the various users of the computer systems.
  • 12. Types of Operating System Operating systems are there from the very first computer generation. Operating systems keep evolving over the period of time. Following are few of the important types of operating system which are most commonly used.  Batch operating system  Time-sharing operating systems  Distributed operating System  Network operating System  Real Time operating System
  • 13. Batch operating system  The users of batch operating system do not interact with the computer directly.  Each user prepares his job on an off-line device like punch cards and submits it to the computer operator.  To speed up processing, jobs with similar needs are batched together and run as a group.  Thus, the programmers left their programs with the operator. The operator then sorts programs into batches with similar requirements. The problems with Batch Systems are following.  Lack of interaction between the user and job.  CPU is often idle, because the speeds of the mechanical I/O devices is slower than CPU.  Difficult to provide the desired priority.
  • 14. Time-sharing operating systems Time-sharing operating systems Time-sharing operating systems  Time sharing is a technique which enables many people, located at various terminals, to use a particular computer system at the same time.  Time-sharing or multitasking is a logical extension of multiprogramming. Processor's time which is shared among multiple users simultaneously is termed as time-sharing.  The main difference between Multi-programmed Batch Systems and Time- Sharing Systems is that in case of Multi-programmed batch systems, objective is to maximize processor use, whereas in Time-Sharing Systems objective is to minimize response time.  Multiple jobs are executed by the CPU by switching between them, but the switches occur so frequently.  Thus, the user can receives an immediate response.
  • 15. Advantages of Timesharing operating systems are  Provide advantage of quick response.  Avoids duplication of software.  Reduces CPU idle time. Disadvantages of Timesharing operating systems are  Problem of reliability.  Question of security and integrity of user programs and data.  Problem of data communication. Time-sharing operating systems cont..
  • 16. Distributed operating System  Distributed systems use multiple central processors to serve multiple real time application and multiple users. Data processing jobs are distributed among the processors accordingly to which one can perform each job most efficiently.  The processors communicate with one another through various communication lines (such as high-speed buses or telephone lines).  These are referred as loosely coupled systems or distributed systems. Processors in a distributed system may vary in size and function.  These processors are referred as sites, nodes, computers and so on.
  • 17. Distributed operating System Cont.. The advantages of distributed systems are  With resource sharing facility user at one site may be able to use the resources available at another.  Speedup the exchange of data with one another via electronic mail.  If one site fails in a distributed system, the remaining sites can potentially continue operating.  Better service to the customers.  Reduction of the load on the host computer.  Reduction of delays in data processing.
  • 18. Network operating System  Network Operating System runs on a server and provides server the capability to manage data, users, groups, security, applications, and other networking functions.  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.  Examples of network operating systems are Microsoft Windows Server 2003, Microsoft Windows Server 2008, UNIX, Linux, Mac OS X, Novell NetWare, and BSD.
  • 19. Network operating System Cont.. The advantages of network operating systems are following.  Centralized servers are highly stable.  Security is server managed.  Upgrades to new technologies and hardware can be easily integrated into the system.  Remote access to servers is possible from different locations and types of systems. The disadvantages of network operating systems are following.  High cost of buying and running a server.  Dependency on a central location for most operations.  Regular maintenance and updates are required.
  • 20. Real Time operating System  Real time system is defines as a data processing system in which the time interval required to process and respond to inputs is so small that it controls the environment.  Real time processing is always on line whereas on line system need not be real time.  The time taken by the system to respond to an input and display of required updated information is termed as response time. So in this method response time is very less as compared to the online processing.  Real-time systems are used when there are rigid time requirements on the operation of a processor or the flow of data and real-time systems can be used as a control device in a dedicated application. Real-time operating system has well-defined, fixed time constraints otherwise system will fail. For example Scientific experiments, medical imaging systems, industrial control systems, weapon systems, robots, and home- appliances controllers, Air traffic control system etc.
  • 21. There are two types of real-time operating systems. Hard real-time systems Hard real-time systems guarantee that critical tasks complete on time. In hard real-time systems secondary storage is limited or missing with data stored in ROM. In these systems virtual memory is almost never found. Soft real-time systems Soft real time systems are less restrictive. Critical real-time task gets priority over other tasks and retains the priority until it completes. Soft real-time systems have limited utility than hard real-time systems. For example, Multimedia, virtual reality, Advanced Scientific Projects like undersea exploration and planetary rovers etc. Real Time operating System Cont..
  翻译: