SlideShare uma empresa Scribd logo
1 de 23
Prof. B. I. Khodanpur
     HOD – Dept. of CSE
 R. V. College of Engineering.
EmailID:  bi.khodanpur@gmail.com


 Subject: Operating Systems (For EDUSAT)
   Common Paper for BA / B.Com / B.Sc
              Code: CS-54
Application Software
(contd…):
 Spreadsheets:        The spreadsheet packages are
 designed to use numbers and formulas to do calculations
 with ease. Examples of spreadsheets include:
         Budgets
         Payrolls
         Grade Calculations
         Address Lists

 The most commonly used spreadsheet programs are
 Microsoft Excel and Lotus 123.
Application Software
(contd…):
 Graphic Presentations:           The presentation
 programs can be easier using overhead
 projectors. Other uses include:
         Slide Shows
         Repeating Computer Presentations on a
           computer monitor
         Using Sound and animation in slide shows



 The most recognized graphic presentation programs are
 Microsoft PowerPoint and Harvard Graphics.
Application Software
(contd…):
    Database Management System (DBMS):
   A DBMS is a software tool that allows multiple users to
    store, access, and process data into useful information.
   Database programs are designed for these types of
    applications:
              Membership lists
              Student lists
              Grade reports
              Instructor schedules
    All of these have to be maintained so you can find what
    you need quickly and accurately.

   Example:Microsoft Access, dBASE, Oracle.
Contents
   Today's Topic: Introduction to Operating Systems

   We will learn
       1.  What is Operating System?
       2.  What OS does?
       3.  Structure of OS
       4.  Evolution of OS
             Batch Processing, Multiprogramming, Time
              sharing systems
       5. Operating System Functions
       6. Main Funtions of OS
       7. Types of OS
             Single User, Multi User systems
Operating Systems
What is OS?
   Operating System is a software, which makes a
    computer to actually work.

   It is the software the enables all the programs we use.

   The OS organizes and controls the hardware.

   OS acts as an interface between the application
    programs and the machine hardware.

   Examples: Windows, Linux, Unix and Mac OS, etc.,
What OS does?

 An operating system performs basic tasks such as,

      controlling and allocating memory,
      prioritizing system requests,
      controlling input and output devices,
      facilitating networking and
      managing file systems.
Structure of Operating System:
           Application Programs

              System Programs

          Software (Operating System)

                HARDWARE




                                        (Contd…)
Structure of Operating System
(Contd…):
   The structure of OS consists of 4 layers:
         1. Hardware
             Hardware consists of CPU, Main memory, I/O
            Devices, etc,

         4.   Software (Operating System)
              Software includes process management
              routines, memory management routines, I/O
              control routines, file management routines.

                                               (Contd…)
Structure of Operating System
(Contd…):

         System programs
          This layer consists of compilers, Assemblers,
          linker etc.

     5.   Application programs
          This is dependent on users need. Ex. Railway
          reservation system, Bank database
          management etc.,
Evolution of OS:

   The evolution of operating systems went through seven
    major phases.

   Six of them significantly changed the ways in which
    users accessed computers through the open shop, batch
    processing, multiprogramming, timesharing, personal
    computing, and distributed systems.

   In the seventh phase the foundations of concurrent
    programming were developed and demonstrated in
    model operating systems.
                                         (Contd…)
Evolution of OS (contd..):
Major         Technical               Operating
Phases        Innovations             Systems
              The idea of OS          IBM 701 open shop
Open Shop                             (1954)

              Tape batching,          BKS system (1961)
Batch
              First-in, first-out
Processing    scheduling.
              Processor multiplexing, Atlas supervisor
Multi-        Indivisible operations, (1961),
programming   Demand paging,          Exec II system (1966)
              Input/output spooling,
              Priority scheduling,
              Remote job entry
                                            (Contd…)
Evolution of OS (contd..):
              Simultaneous user           Multics file system
Timesharing   interaction,                (1965),
              On-line file systems        Unix (1974)
              Hierarchical systems,       RC 4000 system (1969),
Concurrent    Extensible kernels,         13 Venus system
Programming   Parallel programming        (1972),
              concepts, Secure parallel   14 Boss 2 system
              languages                   (1975).
              Graphic user interfaces     OS 6 (1972)
Personal
                                          Pilot system (1980)
Computing
              Remote servers              WFS file server (1979)
Distributed                               Unix United RPC (1982)
Systems                                   24 Amoeba system
                                          (1990)
Batch Processing:
   In Batch processing same type of jobs batch (BATCH- a
    set of jobs with similar needs) together and execute at a
    time.
   The OS was simple, its major task was to transfer control
    from one job to the next.
   The job was submitted to the computer operator in form
    of punch cards. At some later time the output appeared.
   The OS was always resident in memory. (Ref. Fig. next
    slide)
   Common Input devices were card readers and tape
    drives.
Batch Processing (Contd…):
   Common output devices were line printers, tape drives,
    and card punches.
   Users did not interact directly with the computer
    systems, but he prepared a job (comprising of the
    program, the data, & some control information).
                        OS


                       User
                       program
                       area
Multiprogramming:

   Multiprogramming is a technique to execute number of
    programs simultaneously by a single processor.
   In Multiprogramming, number of processes reside in
    main memory at a time.
   The OS picks and begins to executes one of the jobs in
    the main memory.
   If any I/O wait happened in a process, then CPU
    switches from that job to another job.
   Hence CPU in not idle at any time.
Multiprogramming (Contd…):
    OS     • Figuredipicts the layout of
           multiprogramming system.
   Job 1
           • The main memory consists of 5
   Job 2   jobs at a time, the CPU executes
           one by one.
   Job 3
           Advantages:
   Job 4   •Efficient memory utilization

   Job 5   •Throughput increases
           •CPU is never idle, so
           performance increases.
Time Sharing Systems:

   Time sharing, or multitasking, is a logical extension of
    multiprogramming.
   Multiple jobs are executed by switching the CPU
    between them.
   In this, the CPU time is shared by different processes, so
    it is called as “Time sharing Systems”.
   Time slice is defined by the OS, for sharing CPU time
    between processes.
   Examples: Multics, Unix, etc.,
Operating Systems functions:

   The main functions of operating systems are:

    1. Program creation
    2. Program execution
    3. Input/Output operations
    4. Error detection
    5. Resource allocation
    6. Accounting
    7. protection
Types of OS:

Operating System can also be classified as,-

   Single User Systems

   Multi User Systems
Single User Systems:

   Provides a platform for only one user at a
    time.

   They are popularly associated with Desk Top
    operating system which run on standalone
    systems where no user accounts are
    required.
   Example: DOS
Multi-User Systems:

   Provides regulated access for a number of users by
    maintaining a database of known users.

   Refers to computer systems that support two or more
    simultaneous users.

   Another term for multi-user is time sharing.

   Ex: All mainframes and are multi-user systems.
   Example: Unix

Mais conteúdo relacionado

Mais procurados

Operating system.ppt (1)
Operating system.ppt (1)Operating system.ppt (1)
Operating system.ppt (1)Vaibhav Bajaj
 
evolution of operating system
evolution of operating systemevolution of operating system
evolution of operating systemAmir Khan
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OSKumar Pritam
 
Operating systems Basics
Operating systems BasicsOperating systems Basics
Operating systems BasicsSherif Mousa
 
introduction To Operating System
introduction To Operating Systemintroduction To Operating System
introduction To Operating SystemLuka M G
 
Operating system
Operating systemOperating system
Operating systemMadhu Bala
 
Computing Environment
Computing EnvironmentComputing Environment
Computing Environmentkem warren
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software EngineeringZahoor Khan
 
Program security
Program securityProgram security
Program securityG Prachi
 
Security & protection in operating system
Security & protection in operating systemSecurity & protection in operating system
Security & protection in operating systemAbou Bakr Ashraf
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OSvampugani
 
Types of Programming Languages
Types of Programming LanguagesTypes of Programming Languages
Types of Programming LanguagesJuhi Bhoyar
 
Operating system and its types
Operating system and its types Operating system and its types
Operating system and its types vimal kumar arora
 

Mais procurados (20)

Operating system
Operating systemOperating system
Operating system
 
Operating system.ppt (1)
Operating system.ppt (1)Operating system.ppt (1)
Operating system.ppt (1)
 
evolution of operating system
evolution of operating systemevolution of operating system
evolution of operating system
 
Virtual machine
Virtual machineVirtual machine
Virtual machine
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
Operating systems Basics
Operating systems BasicsOperating systems Basics
Operating systems Basics
 
introduction To Operating System
introduction To Operating Systemintroduction To Operating System
introduction To Operating System
 
Operating system
Operating systemOperating system
Operating system
 
Computing Environment
Computing EnvironmentComputing Environment
Computing Environment
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
 
Computer Organization
Computer OrganizationComputer Organization
Computer Organization
 
Program security
Program securityProgram security
Program security
 
Security & protection in operating system
Security & protection in operating systemSecurity & protection in operating system
Security & protection in operating system
 
Operating system basics
Operating system basicsOperating system basics
Operating system basics
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
Types of Programming Languages
Types of Programming LanguagesTypes of Programming Languages
Types of Programming Languages
 
Operating system and its types
Operating system and its types Operating system and its types
Operating system and its types
 
Types Of Operating Systems
Types Of Operating SystemsTypes Of Operating Systems
Types Of Operating Systems
 
Operating System PPT
Operating System PPTOperating System PPT
Operating System PPT
 
Cpu ppt cse
Cpu ppt cseCpu ppt cse
Cpu ppt cse
 

Destaque

Relaciones interperonales y tipologias
Relaciones interperonales y tipologiasRelaciones interperonales y tipologias
Relaciones interperonales y tipologiasmariiamgomez
 
Relaciones interpersonales
Relaciones interpersonalesRelaciones interpersonales
Relaciones interpersonalesLysBero
 
Presentación relaciones interpersonales
Presentación relaciones interpersonalesPresentación relaciones interpersonales
Presentación relaciones interpersonalesJohn Calderón
 
Taller Relaciones Interpersonale[1]
Taller Relaciones Interpersonale[1]Taller Relaciones Interpersonale[1]
Taller Relaciones Interpersonale[1]sandraliliana
 
Relaciones Interpersonales
Relaciones InterpersonalesRelaciones Interpersonales
Relaciones InterpersonalesNorberto
 
Las relaciones interpersonales
Las relaciones interpersonalesLas relaciones interpersonales
Las relaciones interpersonalesJennifer Castillo
 
Relaciones Interpersonales
Relaciones InterpersonalesRelaciones Interpersonales
Relaciones InterpersonalesEDGAR
 
Tecnicas efectivas para mejorar relaciones interpersonales
Tecnicas efectivas para mejorar relaciones interpersonalesTecnicas efectivas para mejorar relaciones interpersonales
Tecnicas efectivas para mejorar relaciones interpersonalesUniversidad Don Vasco A.C.
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksSlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShareSlideShare
 

Destaque (12)

Relaciones interperonales y tipologias
Relaciones interperonales y tipologiasRelaciones interperonales y tipologias
Relaciones interperonales y tipologias
 
*Relaciones interpersonales*
*Relaciones interpersonales**Relaciones interpersonales*
*Relaciones interpersonales*
 
Relaciones interpersonales
Relaciones interpersonalesRelaciones interpersonales
Relaciones interpersonales
 
Presentación relaciones interpersonales
Presentación relaciones interpersonalesPresentación relaciones interpersonales
Presentación relaciones interpersonales
 
Taller Relaciones Interpersonale[1]
Taller Relaciones Interpersonale[1]Taller Relaciones Interpersonale[1]
Taller Relaciones Interpersonale[1]
 
Relaciones Interpersonales
Relaciones InterpersonalesRelaciones Interpersonales
Relaciones Interpersonales
 
Tipos y estilos de relaciones interpersonales
Tipos y estilos  de relaciones interpersonalesTipos y estilos  de relaciones interpersonales
Tipos y estilos de relaciones interpersonales
 
Las relaciones interpersonales
Las relaciones interpersonalesLas relaciones interpersonales
Las relaciones interpersonales
 
Relaciones Interpersonales
Relaciones InterpersonalesRelaciones Interpersonales
Relaciones Interpersonales
 
Tecnicas efectivas para mejorar relaciones interpersonales
Tecnicas efectivas para mejorar relaciones interpersonalesTecnicas efectivas para mejorar relaciones interpersonales
Tecnicas efectivas para mejorar relaciones interpersonales
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & Tricks
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShare
 

Semelhante a Operating systems11 9-07

Semelhante a Operating systems11 9-07 (20)

Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
 
Operating Systems Presentation
Operating Systems Presentation Operating Systems Presentation
Operating Systems Presentation
 
Operating systems for class 9th class
Operating systems for class 9th classOperating systems for class 9th class
Operating systems for class 9th class
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
 
Operating systems By Awais
Operating systems By AwaisOperating systems By Awais
Operating systems By Awais
 
Operating systems11 9-07 (1)
Operating systems11 9-07 (1)Operating systems11 9-07 (1)
Operating systems11 9-07 (1)
 
Operating systems
Operating systemsOperating systems
Operating systems
 
Operating Systems.pptx
Operating Systems.pptxOperating Systems.pptx
Operating Systems.pptx
 
2522.ppt
2522.ppt2522.ppt
2522.ppt
 
252229.ppt
252229.ppt252229.ppt
252229.ppt
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
 
Intro to os
Intro to osIntro to os
Intro to os
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
 
Operating systems
Operating systemsOperating systems
Operating systems
 
operating systems
operating systemsoperating systems
operating systems
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
 
Operating system
Operating systemOperating system
Operating system
 
os_1.pdf
os_1.pdfos_1.pdf
os_1.pdf
 
Computer software
Computer softwareComputer software
Computer software
 
Introduction of operating system
Introduction of operating systemIntroduction of operating system
Introduction of operating system
 

Último

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Último (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Operating systems11 9-07

  • 1. Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering. EmailID:  bi.khodanpur@gmail.com Subject: Operating Systems (For EDUSAT) Common Paper for BA / B.Com / B.Sc Code: CS-54
  • 2. Application Software (contd…): Spreadsheets: The spreadsheet packages are designed to use numbers and formulas to do calculations with ease. Examples of spreadsheets include:  Budgets  Payrolls  Grade Calculations  Address Lists The most commonly used spreadsheet programs are Microsoft Excel and Lotus 123.
  • 3. Application Software (contd…): Graphic Presentations: The presentation programs can be easier using overhead projectors. Other uses include:  Slide Shows  Repeating Computer Presentations on a computer monitor  Using Sound and animation in slide shows The most recognized graphic presentation programs are Microsoft PowerPoint and Harvard Graphics.
  • 4. Application Software (contd…): Database Management System (DBMS):  A DBMS is a software tool that allows multiple users to store, access, and process data into useful information.  Database programs are designed for these types of applications:  Membership lists  Student lists  Grade reports  Instructor schedules All of these have to be maintained so you can find what you need quickly and accurately.  Example:Microsoft Access, dBASE, Oracle.
  • 5. Contents  Today's Topic: Introduction to Operating Systems  We will learn 1. What is Operating System? 2. What OS does? 3. Structure of OS 4. Evolution of OS  Batch Processing, Multiprogramming, Time sharing systems 5. Operating System Functions 6. Main Funtions of OS 7. Types of OS  Single User, Multi User systems
  • 7. What is OS?  Operating System is a software, which makes a computer to actually work.  It is the software the enables all the programs we use.  The OS organizes and controls the hardware.  OS acts as an interface between the application programs and the machine hardware.  Examples: Windows, Linux, Unix and Mac OS, etc.,
  • 8. What OS does? An operating system performs basic tasks such as,  controlling and allocating memory,  prioritizing system requests,  controlling input and output devices,  facilitating networking and  managing file systems.
  • 9. Structure of Operating System: Application Programs System Programs Software (Operating System) HARDWARE (Contd…)
  • 10. Structure of Operating System (Contd…):  The structure of OS consists of 4 layers: 1. Hardware Hardware consists of CPU, Main memory, I/O Devices, etc, 4. Software (Operating System) Software includes process management routines, memory management routines, I/O control routines, file management routines. (Contd…)
  • 11. Structure of Operating System (Contd…):  System programs This layer consists of compilers, Assemblers, linker etc. 5. Application programs This is dependent on users need. Ex. Railway reservation system, Bank database management etc.,
  • 12. Evolution of OS:  The evolution of operating systems went through seven major phases.  Six of them significantly changed the ways in which users accessed computers through the open shop, batch processing, multiprogramming, timesharing, personal computing, and distributed systems.  In the seventh phase the foundations of concurrent programming were developed and demonstrated in model operating systems. (Contd…)
  • 13. Evolution of OS (contd..): Major Technical Operating Phases Innovations Systems The idea of OS IBM 701 open shop Open Shop (1954) Tape batching, BKS system (1961) Batch First-in, first-out Processing scheduling. Processor multiplexing, Atlas supervisor Multi- Indivisible operations, (1961), programming Demand paging, Exec II system (1966) Input/output spooling, Priority scheduling, Remote job entry (Contd…)
  • 14. Evolution of OS (contd..): Simultaneous user Multics file system Timesharing interaction, (1965), On-line file systems Unix (1974) Hierarchical systems, RC 4000 system (1969), Concurrent Extensible kernels, 13 Venus system Programming Parallel programming (1972), concepts, Secure parallel 14 Boss 2 system languages (1975). Graphic user interfaces OS 6 (1972) Personal Pilot system (1980) Computing Remote servers WFS file server (1979) Distributed Unix United RPC (1982) Systems 24 Amoeba system (1990)
  • 15. Batch Processing:  In Batch processing same type of jobs batch (BATCH- a set of jobs with similar needs) together and execute at a time.  The OS was simple, its major task was to transfer control from one job to the next.  The job was submitted to the computer operator in form of punch cards. At some later time the output appeared.  The OS was always resident in memory. (Ref. Fig. next slide)  Common Input devices were card readers and tape drives.
  • 16. Batch Processing (Contd…):  Common output devices were line printers, tape drives, and card punches.  Users did not interact directly with the computer systems, but he prepared a job (comprising of the program, the data, & some control information). OS User program area
  • 17. Multiprogramming:  Multiprogramming is a technique to execute number of programs simultaneously by a single processor.  In Multiprogramming, number of processes reside in main memory at a time.  The OS picks and begins to executes one of the jobs in the main memory.  If any I/O wait happened in a process, then CPU switches from that job to another job.  Hence CPU in not idle at any time.
  • 18. Multiprogramming (Contd…): OS • Figuredipicts the layout of multiprogramming system. Job 1 • The main memory consists of 5 Job 2 jobs at a time, the CPU executes one by one. Job 3 Advantages: Job 4 •Efficient memory utilization Job 5 •Throughput increases •CPU is never idle, so performance increases.
  • 19. Time Sharing Systems:  Time sharing, or multitasking, is a logical extension of multiprogramming.  Multiple jobs are executed by switching the CPU between them.  In this, the CPU time is shared by different processes, so it is called as “Time sharing Systems”.  Time slice is defined by the OS, for sharing CPU time between processes.  Examples: Multics, Unix, etc.,
  • 20. Operating Systems functions:  The main functions of operating systems are: 1. Program creation 2. Program execution 3. Input/Output operations 4. Error detection 5. Resource allocation 6. Accounting 7. protection
  • 21. Types of OS: Operating System can also be classified as,-  Single User Systems  Multi User Systems
  • 22. Single User Systems:  Provides a platform for only one user at a time.  They are popularly associated with Desk Top operating system which run on standalone systems where no user accounts are required.  Example: DOS
  • 23. Multi-User Systems:  Provides regulated access for a number of users by maintaining a database of known users.  Refers to computer systems that support two or more simultaneous users.  Another term for multi-user is time sharing.  Ex: All mainframes and are multi-user systems.  Example: Unix