Chapter 1: Introduction. What is an Operating System?



Similar documents
Types Of Operating Systems

Contents. Chapter 1. Introduction

3 - Introduction to Operating Systems

Operating Systems 4 th Class

Overview and History of Operating Systems

How To Understand And Understand An Operating System In C Programming

1.5 Distributed Systems

Overview of Operating Systems Instructor: Dr. Tongping Liu

Operating Systems. Rafael Ramirez (T, S)

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

Introduction to Operating Systems. Perspective of the Computer. System Software. Indiana University Chen Yu

Principles of Operating Systems CS 446/646

Introduction. System Calls

Chapter 3. Operating Systems

Operating System Tutorial

How To Understand The Principles Of Operating Systems

Lesson Objectives. To provide a grand tour of the major operating systems components To provide coverage of basic computer system organization

CHAPTER 15: Operating Systems: An Overview

Operating Systems Prof. Ashok K Agrawala

Components of a Computing System. What is an Operating System? Resources. Abstract Resources. Goals of an OS. System Software

Operating Systems Overview

Computers: Tools for an Information Age

Operating Systems OBJECTIVES 7.1 DEFINITION. Chapter 7. Note:

Operating Systems PART -A

Components of a Computer System

How To Understand The History Of An Operating System

Virtual machine interface. Operating system. Physical machine interface

Distributed Systems LEEC (2005/06 2º Sem.)

Chapter 5: System Software: Operating Systems and Utility Programs

Client/Server Computing Distributed Processing, Client/Server, and Clusters

Operating System Software

Chapter 3: Operating-System Structures. Common System Components

Chapter 1: Introduction. Operating System Concepts 9 th Edit9on

Kernel. What is an Operating System? Systems Software and Application Software. The core of an OS is called kernel, which. Module 9: Operating Systems

Deciding which process to run. (Deciding which thread to run) Deciding how long the chosen process can run

Chap-02, Hardware and Software. Hardware Model

OPERATING SYSTEM SERVICES

Operating Systems Overview As we have learned in working model of a computer we require a software system to control all the equipment that are

Scheduling. Scheduling. Scheduling levels. Decision to switch the running process can take place under the following circumstances:

Chapter 2: OS Overview

Chapter 1: Introduction. Chapter 1: Introduction. Operating System Concepts, 7th Edition. Objectives

Introduction. What is an Operating System?

Real-Time Operating Systems for MPSoCs

CS550. Distributed Operating Systems (Advanced Operating Systems) Instructor: Xian-He Sun

Programming for GCSE Topic H: Operating Systems

Chapter 1 Computer System Overview

Networking Operating Systems (CO32010)

Operating Systems: Basic Concepts and History

Multiprocessor Scheduling and Scheduling in Linux Kernel 2.6

Symmetric Multiprocessing

CPU SCHEDULING (CONT D) NESTED SCHEDULING FUNCTIONS

Objectives. Chapter 2: Operating-System Structures. Operating System Services (Cont.) Operating System Services. Operating System Services (Cont.

Learning Objectives. Chapter 1: Networking with Microsoft Windows 2000 Server. Basic Network Concepts. Learning Objectives (continued)

Operating system Dr. Shroouq J.

Scheduling. Yücel Saygın. These slides are based on your text book and on the slides prepared by Andrew S. Tanenbaum

evm Virtualization Platform for Windows

International Engineering Journal For Research & Development

Introduction. General Course Information. Perspectives of the Computer. General Course Information (cont.) Operating Systems 1/12/2005

This tutorial will take you through step by step approach while learning Operating System concepts.

Management Challenge. Managing Hardware Assets. Central Processing Unit. What is a Computer System?

Distributed Operating Systems

Input / Ouput devices. I/O Chapter 8. Goals & Constraints. Measures of Performance. Anatomy of a Disk Drive. Introduction - 8.1

Operating System Components

Operating Systems. III. Scheduling.

Operating System Structures

Unit 4 Objectives. System Software. Component 4: Introduction to Information and Computer Science. Unit 4: Application and System Software Lecture 2

Computer Organisation Operating Systems

Operating Systems Concepts: Chapter 7: Scheduling Strategies

Chapter 16 Distributed Processing, Client/Server, and Clusters

INTRODUCTION TO OPERATING SYSTEMS

Software: Systems and Application Software

Integrated Application and Data Protection. NEC ExpressCluster White Paper

Chapter 3 Operating-System Structures

Chapter 3: Operating-System Structures. System Components Operating System Services System Calls System Programs System Structure Virtual Machines

Operating Systems for Parallel Processing Assistent Lecturer Alecu Felician Economic Informatics Department Academy of Economic Studies Bucharest

lesson 1 An Overview of the Computer System

EECS 678: Introduction to Operating Systems

Operating Systems OS Architecture Models

OPERATING SYSTEMS Internais and Design Principles

4.1 Introduction 4.2 Explain the purpose of an operating system Describe characteristics of modern operating systems Control Hardware Access

Operating System Organization. Purpose of an OS

Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation.

Chapter 2 System Structures

Real-Time Scheduling 1 / 39

1 PERSONAL COMPUTERS

Tools Page 1 of 13 ON PROGRAM TRANSLATION. A priori, we have two translation mechanisms available:

Computer-System Architecture

A single user ran a single program ran on a single computer there was no need for Page 1 of 6 Copyright Virtual University of Pakistan

(Advanced Topics in) Operating Systems

Chapter 3: Operating Systems

Objectives. Chapter 5: Process Scheduling. Chapter 5: Process Scheduling. 5.1 Basic Concepts. To introduce CPU scheduling

Computer Organization. and Instruction Execution. August 22

Operating Systems Introduction

Operatin g Systems: Internals and Design Principle s. Chapter 10 Multiprocessor and Real-Time Scheduling Seventh Edition By William Stallings

nanohub.org An Overview of Virtualization Techniques

Fall Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Chapter 2 Basic Structure of Computers. Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan

Transcription:

Chapter 1: Introduction What is an Operating System? Mainframe Systems Desktop Systems Multiprocessor Systems Distributed Systems Clustered System Real -Time Systems Handheld Systems Computing Environments 1.1 What is an Operating System? A program that acts as an intermediary between a user of a computer and the computer hardware. Operating system goals: Execute user programs and make solving user problems easier. Make the computer system convenient to use. Use the computer hardware in an efficient manner. 1.2

Computer System Components 1. Hardware provides basic computing resources (CPU, memory, I/O devices). 2. Operating system controls and coordinates the use of the hardware among the various application programs for the various users. 3. Applications programs define the ways in which the system resources are used to solve the computing problems of the users (compilers, database systems, video games, business programs). 4. Users (people, machines, other computers). 1.3 Abstract View of System Components 1.4

Operating System Definitions 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). 1.5 Mainframe Systems Reduce setup time by batching similar jobs Automatic job sequencing automatically transfers control from one job to another. First rudimentary operating system. Resident monitor initial control in monitor control transfers to job when job completes control transfers pack to monitor 1.6

Memory Layout for a Simple Batch System 1.7 Multiprogrammed Batch Systems Several jobs are kept in main memory at the same time, and the CPU is multiplexed among them. 1.8

OS Features Needed for Multiprogramming I/O routine supplied by the system. Memory management the system must allocate the memory to several jobs. CPU scheduling the system must choose among several jobs ready to run. Allocation of devices. 1.9 Time-Sharing Systems Interactive Computing The CPU is multiplexed among several jobs that are kept in memory and on disk (the CPU is allocated to a job only if the job is in memory). A job swapped in and out of memory to the disk. On-line communication between the user and the system is provided; when the operating system finishes the execution of one command, it seeks the next control statement from the user s keyboard. On-line system must be available for users to access data and code. 1.10

Desktop Systems Personal computers computer system dedicated to a single user. I/O devices keyboards, mice, display screens, small printers. User convenience and responsiveness. Can adopt technology developed for larger operating system often individuals have sole use of computer and do not need advanced CPU utilization of protection features. May run several different types of operating systems (Windows, MacOS, UNIX, Linux) 1.11 Parallel Systems Multiprocessor systems with more than on CPU in close communication. Tightly coupled system processors share memory and a clock; communication usually takes place through the shared memory. Advantages of parallel system: Increased throughput Economical Increased reliability graceful degradation fail-soft systems 1.12

Parallel Systems (Cont.) Symmetric multiprocessing (SMP) Each processor runs and identical copy of the operating system. Many processes can run at once without performance deterioration. Most modern operating systems support SMP Asymmetric multiprocessing Each processor is assigned a specific task; master processor schedules and allocated work to slave processors. More common in extremely large systems 1.13 Symmetric Multiprocessing Architecture 1.14

Distributed Systems Distribute the computation among several physical processors. Loosely coupled system each processor has its own local memory; processors communicate with one another through various communications lines, such as highspeed buses or telephone lines. Advantages of distributed systems. Resources Sharing Computation speed up load sharing Reliability Communications 1.15 Distributed Systems (cont) Requires networking infrastructure. Local area networks (LAN) or Wide area networks (WAN) May be either client-server or peer-to-peer systems. 1.16

General Structure of Client-Server 1.17 Clustered Systems Clustering allows two or more systems to share storage. Provides high reliability. Asymmetric clustering: one server runs the application while other servers standby. Symmetric clustering: all N hosts are running the application. 1.18

Real-Time Systems Often used as a control device in a dedicated application such as controlling scientific experiments, medical imaging systems, industrial control systems, and some display systems. Well-defined fixed-time constraints. Real-Time systems may be either hard or soft real-time. 1.19 Real-Time Systems (Cont.) Hard real-time: Secondary storage limited or absent, data stored in short term memory, or read-only memory (ROM) Conflicts with time-sharing systems, not supported by general-purpose operating systems. Soft real-time Limited utility in industrial control of robotics Useful in applications (multimedia, virtual reality) requiring advanced operating-system features. 1.20

Handheld Systems Personal Digital Assistants (PDAs) Cellular telephones Issues: Limited memory Slow processors Small display screens. 1.21 Migration of Operating-System Concepts and Features 1.22

Computing Environments Traditional computing Web-Based Computing Embedded Computing 1.23