Introduction and Overview Questions answered in this lecture: What is an operating system? How have operating systems evolved? Why study operating systems?

Slides:



Advertisements
Similar presentations
CSC 360- Instructor: K. Wu Overview of Operating Systems.
Advertisements

Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
CPU Scheduling Questions answered in this lecture: What is scheduling vs. allocation? What is preemptive vs. non-preemptive scheduling? What are FCFS,
Introduction CSCI 444/544 Operating Systems Fall 2008.
CS 345 Computer System Overview
Lecture 1: History of Operating System
W4118 Operating Systems OS Overview Junfeng Yang.
Introduction  What is an Operating System  What Operating Systems Do  How is it filling our life 1-1 Lecture 1.
University of Pennsylvania 9/7/00CSE 3801 CSE 380 Introduction to Operating Systems Insup Lee Fall 00.
Introduction Operating Systems’ Concepts and Structure Lecture 1 ~ Spring, 2008 ~ Spring, 2008TUCN. Operating Systems. Lecture 1.
A. Frank - P. Weisberg Operating Systems Evolution of Operating Systems.
 Introduction Introduction  Definition of Operating System Definition of Operating System  Abstract View of OperatingSystem Abstract View of OperatingSystem.
OPERATING SYSTEMS Prof. Sujata Rao Lesson 3. Agenda 1. What is an operating system? 2. How have operating systems evolved? 3. Functions of Operating System.
9/14/2015B.Ramamurthy1 Operating Systems : Overview Bina Ramamurthy CSE421/521.
1 COMPSCI 110 Operating Systems Who - Introductions How - Policies and Administrative Details Why - Objectives and Expectations What - Our Topic: Operating.
CHAPTER 2 OPERATING SYSTEM OVERVIEW 1. Operating System Operating System Definition A program that controls the execution of application programs and.
1 Lecture 2 Introduction, OS History n objective of an operating system n OS history u no OS u batch system u multiprogramming u multitasking.
part I, , Part I Introduction to Operating Systems First Semester, Year 2000 Wannarat Suntiamorntut Department of Computer Engineering,
Chapter 1. Introduction What is an Operating System? Mainframe Systems
 What is an operating system? What is an operating system?  Where does the OS fit in? Where does the OS fit in?  Services provided by an OS Services.
Operating Systems CS3502 Fall 2014 Dr. Jose M. Garrido
 What is OS? What is OS?  What OS does? What OS does?  Structure of Operating System: Structure of Operating System:  Evolution of OS Evolution of.
Operating Systems.
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
Silberschatz, Galvin and Gagne  2002 Modified for CSCI 399, Royden, Operating System Concepts Operating Systems Lecture 1 Introduction Read:
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
CS 1651 Advanced Systems Software Jack Lange Assistant Professor University of Pittsburgh.
Fall 2000M.B. Ibáñez Lecture 01 Introduction What is an Operating System? The Evolution of Operating Systems Course Outline.
◦ What is an Operating System? What is an Operating System? ◦ Operating System Objectives Operating System Objectives ◦ Services Provided by the Operating.
المحاضرة الاولى Operating Systems. The general objectives of this decision explain the concepts and the importance of operating systems and development.
OPERATING SYSTEMS Goals of the course Definitions of operating systems Operating system goals What is not an operating system Computer architecture O/S.
Operating System Concepts Chapter One: Introduction What is an operating system? Simple Batch Systems Multiprogramming Systems Time-Sharing Systems Personal-Computer.
1.1 Operating System Concepts Introduction What is an Operating System? Mainframe Systems Desktop Systems Multiprocessor Systems Distributed Systems Clustered.
OPERATING SYSTEMS UNIT – I R.SOUJANYA IT Dept. UNIT I Computer System and Operating System Overview Chapter 1: IntroductionIntroduction Overview of Computer.
Operating Systems David Goldschmidt, Ph.D. Computer Science The College of Saint Rose CIS 432.
Chapter 1: Introduction and History  Where does the operating system fit in a computing system?  What does the operating system achieve?  What are the.
Silberschatz and Galvin  Operating System Concepts Module 1: Introduction What is an operating system? Simple Batch Systems Multiprogramming.
Chapter 1 (PART 1) Introduction to OS (concept, evolution, some keywords) Department of Computer Science Southern Illinois University Edwardsville Summer,
Chapter 1: Introduction
CIS250 OPERATING SYSTEMS Chapter One Introduction.
1 Lecture 1: Computer System Structures We go over the aspects of computer architecture relevant to OS design  overview  input and output (I/O) organization.
Chapter 1 Basic Concepts of Operating Systems Introduction Software A program is a sequence of instructions that enables the computer to carry.
Operating Systems.
Silberschatz and Galvin  Operating System Concepts Module 1: Introduction What is an operating system? Simple Batch Systems Multiprogramming.
1.1 Sandeep TayalCSE Department MAIT 1: Introduction What is an operating system? Simple Batch Systems Multiprogramming Batched Systems Time-Sharing Systems.
CS4315A. Berrached:CMS:UHD1 Introduction to Operating Systems Chapter 1.
Midterm OPERATING SYSTEM. Objectives At the end of the course, the student should be able to: Define the operating system; Demonstrate the abstract view.
© Janice Regan, CMPT 300, May CMPT 300 Introduction to Operating Systems Operating Systems Overview: Using Hardware.
Operating System Concepts with Java – 7 th Edition, Nov 15, 2006 Silberschatz, Galvin and Gagne ©2007 Chapter 0: Historical Overview.
Applied Operating System Concepts
Operating System Overview
Definitions, intro, history
Operating Systems : Overview
Introduction to Operating System (OS)
Chapter 1: Introduction
Chapter 1: Introduction
חוברת שקפים להרצאות של ד"ר יאיר ויסמן מבוססת על אתר האינטרנט:
Operating Systems : Overview
Operating System Concepts
Operating Systems : Overview
CSE 451: Operating Systems Winter 2003 Lecture 1 Course Introduction
Operating System Introduction.
Chapter 2 Operating System Overview
CSE 451: Operating Systems Autumn 2003 Lecture 1 Course Introduction
Operating System Overview
Chapter 1: Introduction
Operating System Concepts
Function of Operating Systems
Introduction and History
Presentation transcript:

Introduction and Overview Questions answered in this lecture: What is an operating system? How have operating systems evolved? Why study operating systems? UNIVERSITY of WISCONSIN-MADISON Computer Sciences Department CS 537 Introduction to Operating Systems Andrea C. Arpaci-Dusseau Remzi H. Arpaci-Dusseau

What is an Operating System? OS: Everything in system that isn’t an application or hardware OS: Software that converts hardware into a useful form for applications Not easy to define precisely… Users Hardware Operating System Applications compilers databases word processors CPU memory I/O devices

What is the role of the OS? Role #1: Provide standard Library (I.e., abstract resources) What is a resource? Anything valuable (e.g., CPU, memory, disk) Advantages of standard library Allow applications to reuse common facilities Make different devices look the same Provide higher-level abstractions Challenges What are the correct abstractions? How much of hardware should be exposed?

What is the role of the OS? Role #2: Resource coordinator (I.e., manager) Advantages of resource coordinator Virtualize resources so multiple users or applications can share Protect applications from one another Provide efficient and fair access to resources Challenges What are the correct mechanisms? What are the correct policies?

What Functionality belongs in OS? No single right answer Desired functionality depends on outside factors OS must adapt to both user expectations and technology changes –Change abstractions provided to users –Change algorithms to implement those abstractions –Change low-level implementation to deal with hardware Current operating systems driven by evolution

History of the OS Two distinct phases of history Phase 1: Computers are expensive –Goal: Use computer’s time efficiently –Maximize throughput (I.e., jobs per second) –Maximize utilization (I.e., percentage busy) Phase 2: Computers are inexpensive –Goal: Use people’s time efficiently –Minimize response time

First commercial systems 1950s Hardware Enormous, expensive, and slow Input/Output: Punch cards and line printers Goal of OS Get the hardware working Single operator/programmer/user runs and debugs interactively OS Functionality Standard library only (no sharing or coordination of resources) Monitor that is always resident; transfer control to programs Advantages Worked and allowed interactive debugging Problems Inefficient use of hardware (throughput and utilization)

Batch Processing Goal of OS: Better throughput and utilization Batch: Group of jobs submitted together Operator collects jobs; orders efficiently; runs one at a time Advantages Amortize setup costs over many jobs Operator more skilled at loading tapes Keep machine busy while programmer thinks Improves throughput and utilization Problems User must wait until batch is done for results Machine idle when job is reading from cards and writing to printers

Spooling Hardware Mechanical I/O devices much slower than CPU Read 17 cards/sec vs. execute 1000s instructions/sec Goal of OS Improve performance by overlapping I/O with CPU execution Spooling: Simultaneous Peripheral Operations On-Line 1. Read card punches to disk 2. Compute (while reading and writing to disk) 3. Write output from disk to printer OS Functionality Buffering and interrupt handling Problem Machine idle when job waits for I/O to/from disk

Multiprogrammed Batch Systems Observation: Spooling provides pool of ready jobs Goal of OS Improve performance by always running a job Keep multiple jobs resident in memory When job waits for disk I/O, OS switches to another job OS Functionality Job scheduling policies Memory management and protection Advantage: Improves throughput and utilization Disadvantage: Machine not interactive

Inexpensive Peripherals 1960s Hardware Expensive mainframes, but inexpensive keyboards and monitors Enables text editors and interactive debuggers Goal of OS Improve user’s response time OS Functionality Time-sharing: switch between jobs to give appearance of dedicated machine More complex job scheduling Concurrency control and synchronization Advantage Users easily submit jobs and get immediate feedback

Inexpensive Personal Computers 1980s Hardware Entire machine is inexpensive One dedicated machine per user Goal of OS Give user control over machine OS Functionality Remove time-sharing of jobs, protection, and virtual memory Advantages Simplicity Works with little main memory Machine is all your own (performance is predictable) Disadvantages No time-sharing or protection between jobs

Inexpensive, Powerful Computers 1990s+ Hardware PCs with increasing computation and storage Users connected to the web Goal of OS Allow single user to run several applications simultaneously Provide security from malicious attacks Efficiently support web servers OS Functionality Add back time-sharing, protection, and virtual memory

Current Systems Conclusion: OS changes due to both hardware and users Current trends Multiprocessors Networked systems Virtual machines OS code base is large Millions of lines of code 1000 person-years of work Code is complex and poorly understood System outlives any of its builders System will always contain bugs Behavior is hard to predict, tuning is done by guessing

OS Components Kernel: Core components of the OS Process scheduler Determines when and for long each process executes Memory manager Determines when and how memory is allocated to processes Decides what to do when main memory is full File system Organizes named collections of data in persistent storage Networking Enables processes to communicate with one another

Why study Operating Systems? Build, modify, or administer an operating system Understand system performance Behavior of OS impacts entire machine Challenge to understand large, complex system Tune workload performance Apply knowledge across many areas –Computer architecture, programming languages, data structures and algorithms, and performance modeling