Module 12: I/O Systems

Similar documents
Module 12: I/O Systems

Chapter 13: I/O Systems

Chapter 13: I/O Systems. Chapter 13: I/O Systems. Objectives. I/O Hardware. A Typical PC Bus Structure. Device I/O Port Locations on PCs (partial)

Chapter 13: I/O Systems

Device-Functionality Progression

Chapter 12: I/O Systems. I/O Hardware

Chapter 13: I/O Systems

Chapter 12: I/O Systems

Chapter 13: I/O Systems

Chapter 12: I/O Systems. Operating System Concepts Essentials 8 th Edition

I/O Systems. 04/16/2007 CSCI 315 Operating Systems Design 1

Lecture 13 Input/Output (I/O) Systems (chapter 13)

Chapter 13: I/O Systems

by I.-C. Lin, Dept. CS, NCTU. Textbook: Operating System Concepts 8ed CHAPTER 13: I/O SYSTEMS

Chapter 13: I/O Systems

Chapter 13: I/O Systems

Input/Output Systems

Chapter 13: I/O Systems. Operating System Concepts 9 th Edition

I/O AND DEVICE HANDLING Operating Systems Design Euiseong Seo

The control of I/O devices is a major concern for OS designers

Ref: Chap 12. Secondary Storage and I/O Systems. Applied Operating System Concepts 12.1

Silberschatz and Galvin Chapter 12

CSE 4/521 Introduction to Operating Systems. Lecture 24 I/O Systems (Overview, Application I/O Interface, Kernel I/O Subsystem) Summer 2018

Chapter 13: I/O Systems

I/O Systems. Amir H. Payberah. Amirkabir University of Technology (Tehran Polytechnic)

Chapter 13: I/O Systems

Lecture 15: I/O Devices & Drivers

Che-Wei Chang Department of Computer Science and Information Engineering, Chang Gung University

COT 4600 Operating Systems Fall Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 3:00-4:00 PM

操作系统概念 13. I/O Systems

Module 11: I/O Systems

CS420: Operating Systems. Kernel I/O Subsystem

CSC Operating Systems Spring Lecture - XIX Storage and I/O - II. Tevfik Koşar. Louisiana State University.

RAID Structure. RAID Levels. RAID (cont) RAID (0 + 1) and (1 + 0) Tevfik Koşar. Hierarchical Storage Management (HSM)

Input/Output Systems

I/O SYSTEMS. Sunu Wibirama

Operating System: Chap13 I/O Systems. National Tsing-Hua University 2016, Fall Semester

[08] IO SUBSYSTEM 1. 1

Input-Output (I/O) Input - Output. I/O Devices. I/O Devices. I/O Devices. I/O Devices. operating system must control all I/O devices.

NWI-IBC019: Operating systems

CHAPTER 12 AND 13 - MASS-STORAGE STRUCTURE & I/O- SYSTEMS

Comp 204: Computer Systems and Their Implementation. Lecture 18: Devices

Today: I/O Systems. Architecture of I/O Systems

Devices. Today. Comp 104: Operating Systems Concepts. Operating System An Abstract View 05/01/2017. Devices. Devices

I/O. CS 416: Operating Systems Design Department of Computer Science Rutgers University

Operating Systems. Steven Hand. Michaelmas / Lent Term 2008/ lectures for CST IA. Handout 4. Operating Systems

CS370 Operating Systems

I/O Handling. ECE 650 Systems Programming & Engineering Duke University, Spring Based on Operating Systems Concepts, Silberschatz Chapter 13

I/O Systems. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

Operating Systems 2010/2011

UNIT-7. Overview of Mass Storage Structure

Chapter 7: Mass-storage structure & I/O systems. Operating System Concepts 8 th Edition,

Outline. Operating Systems: Devices and I/O p. 1/18

CS370 Operating Systems

CS330: Operating System and Lab. (Spring 2006) I/O Systems

Operating Systems 2010/2011

I/O Systems. Jo, Heeseung

VIII. Input/Output Operating Systems Prof. Dr. Marc H. Scholl DBIS U KN Summer Term

Input Output (IO) Management

CIS Operating Systems I/O Systems & Secondary Storage. Professor Qiang Zeng Spring 2018

CSE 451: Operating Systems Winter I/O System. Gary Kimura

Principles of Operating Systems CS 446/646

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1

-Device. -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, device)

or edit a file, our immediate interest is to read or enter some information, not to compute an answer.

Chapter 5 Input/Output. I/O Devices

Chapter 1: Introduction. Operating System Concepts 9 th Edit9on

Chapter 1: Introduction. Operating System Concepts 8 th Edition,

CSCI-GA Operating Systems I/O. Hubertus Franke

Ricardo Rocha. Department of Computer Science Faculty of Sciences University of Porto

CIS Operating Systems I/O Systems & Secondary Storage. Professor Qiang Zeng Fall 2017

Operating Systems. V. Input / Output

SAZ4B/SAE5A Operating System Unit : I - V

Chapter 1: Introduction

CS 134. Operating Systems. April 8, 2013 Lecture 20. Input/Output. Instructor: Neil Rhodes. Monday, April 7, 14

CS162 Operating Systems and Systems Programming Lecture 17. Disk Management and File Systems

Discussion Week 8. TA: Kyle Dewey. Tuesday, November 15, 11

Chapter 1: Introduction. Chapter 1: Introduction

CS162 Operating Systems and Systems Programming Lecture 16. I/O Systems. Page 1

Chapter-6. SUBJECT:- Operating System TOPICS:- I/O Management. Created by : - Sanjay Patel

Answer to exercises chap 13.2

CSE 120. Overview. July 27, Day 8 Input/Output. Instructor: Neil Rhodes. Hardware. Hardware. Hardware

Lecture 1 Introduction (Chapter 1 of Textbook)

Chapter 1: Introduction

Input/Output Problems. External Devices. Input/Output Module. I/O Steps. I/O Module Function Computer Architecture

Operating System 1 (ECS-501)

I/O. Fall Tore Larsen. Including slides from Pål Halvorsen, Tore Larsen, Kai Li, and Andrew S. Tanenbaum)

I/O. Fall Tore Larsen. Including slides from Pål Halvorsen, Tore Larsen, Kai Li, and Andrew S. Tanenbaum)

CS420: Operating Systems

CS420: Operating Systems

OPERATING SYSTEMS CS136

C02: Interrupts and I/O

CSI3131 Final Exam Review


CS162 Operating Systems and Systems Programming Lecture 16. Page Allocation and Replacement (con t) I/O Systems

Operating Systems. Lecture 09: Input/Output Management. Elvis C. Foster

CS162 Operating Systems and Systems Programming Lecture 17. Disk Management and File Systems

Chapter 7: Deadlocks. Operating System Concepts 9 th Edition

Slide 5-1. Device. Management. Operating Systems: A Modern Perspective, Chapter 5. Copyright 2004 Pearson Education, Inc.

7/20/2008. What Operating Systems Do Computer-System Organization

Transcription:

Module 12: I/O Systems I/O Hardware Application I/O Interface Kernel I/O Subsystem Transforming I/O Requests to Hardware Operations Performance Operating System Concepts 12.1 Silberschatz and Galvin c 1998

I/O Hardware Incredible variety of I/O devices Common concepts Port Bus (daisy chain or shared direct access) Controller (host adapter) I/O instructions control devices Devices have addresses, used by Direct I/O instructions Memory-mapped I/O Operating System Concepts 12.2 Silberschatz and Galvin c 1998

Polling Determines state of device command-ready busy error Busy-wait cycle to wait for I/O from device Operating System Concepts 12.3 Silberschatz and Galvin c 1998

Interrupts CPU Interrupt request line triggered by I/O device Interrupt handler receives interrupts Maskable to ignore or delay some interrupts Interrupt vector to dispatch interrupt to correct handler Basedonpriority Some unmaskable Interrupt mechanism also used for exceptions Operating System Concepts 12.4 Silberschatz and Galvin c 1998

Interrupt-drive I/O Cycle CPU I/O controller 1 $ device driver initiates I/O 2 initiates I/O CPU executing checks for interrupts between instructions 3 input ready, output complete, or error 7 CPU receiving interrupt, transfers control to interrupt handler 4 generates interrupt signal 5 interrupt handler processes data, returns from interrupt 6 CPU resumes processing of interrupted task Operating System Concepts 12.5 Silberschatz and Galvin c 1998

Direct Memory Access Used to avoid programmed I/O for large data movement Requires DMA controller Bypasses CPU to transfer data directly between I/O device and memory Operating System Concepts 12.6 Silberschatz and Galvin c 1998

Six step process to perform DMA transfer 1. device driver is told to transfer disk data to buffer at address X CPU 5. DMA controller transfers bytes to buffer X, increasing memory address and decreasing C until C = 0 6. when C = 0, DMA interrupts CPU to signal transfer completion 2. device driver tells disk controller to transfer C bytes from disk to buffer at address X DMA/bus/interrupt controller cache CPU memory bus x memory buffer PCI bus IDE disk controller disk disk 3. disk controller initiates DMA transfer 4. disk controller sends each byte to DMA controller disk disk Operating System Concepts 12.7 Silberschatz and Galvin c 1998

Application I/O Interface I/O system calls encapsulate device behaviors in generic classes Device-driver layer hides differences among I/O controllers from kernel Devices vary in many dimensions Character-stream or block Sequential or random-access Synchronous or asynchronous Sharable or dedicated Speed of operation read-write, read only, or write only Operating System Concepts 12.8 Silberschatz and Galvin c 1998

Block and Character Devices Block devices include disk drives Commands include read, write, seek Raw I/O or file-system access Memory-mapped file access possible Character devices include keyboards, mice, serial ports Commands include get, put Libraries layered on top allow line editing Operating System Concepts 12.9 Silberschatz and Galvin c 1998

Network Devices Varying enough from block and character to have own interface Unix and Windows/NT include socket interface Separates network protocol from network operations Includes select functionality Approaches vary widely (pipes, FIFOs, streams, queues, mailboxes) Operating System Concepts 12.10 Silberschatz and Galvin c 1998

Clocks and Timers Provide current time, elapsed time, timer it programmable interval timer used for timings, periodic interrupts ioctl (on UNIX) covers odd aspects of I/O such as clocks and timers Operating System Concepts 12.11 Silberschatz and Galvin c 1998

Blocking and Nonblocking I/O Blocking - process suspended until I/O completed Easy to use and understand Insufficient for some needs Nonblocking - I/O call returns as much as available User interface, data copy (buffered I/O) Implemented via multi-threading Returns quickly with count of bytes read or written Asynchronous - process runs while I/O executes Difficult to use I/O subsystem signals process when I/O completed Operating System Concepts 12.12 Silberschatz and Galvin c 1998

Kernel I/O Subsystem Scheduling Some I/O request ordering via per-device queue Some OSs try fairness Buffering - store data in memory while transfering between devices To cope with device speed mismatch To cope with device transfer size mismatch To maintain copy semantics Operating System Concepts 12.13 Silberschatz and Galvin c 1998

Kernel I/O Subsystem Caching - fast memory holding copy of data Always just a copy Key to performance Spooling - holds output for a device If device can serve only one request at a time I.e Printing Device reservation - provides exclusive access to a device System calls for allocation and deallocation Watch out for deadlock Operating System Concepts 12.14 Silberschatz and Galvin c 1998

Error Handling OS can recover from disk read, device unavailable, transient write failures Most return an error number or code when I/O request fails System error logs hold problem reports Operating System Concepts 12.15 Silberschatz and Galvin c 1998

Kernel Data Structures Kernel keeps state info for I/O components, including open file tables, network connections, character device state Many, many complex data structures to track buffers, memory allocation, dirty blocks Some use object-oriented methods and message passing to implement I/O Operating System Concepts 12.16 Silberschatz and Galvin c 1998

I/O Requests to Hardware Operations Consider reading a file from disk for a process Determine device holding file Translate name to device representation Physically read data from disk into buffer Make data available to requesting process Return control to process Operating System Concepts 12.17 Silberschatz and Galvin c 1998

Life Cycle of an I/O Request request I/O user process I/O completed, input data available, or output completed $ system call yes return from system call can already satisfy request? kernel I/O subsystem transfer data (if appropriate) to process, return completion or error code no send request to device driver, block process if appropriate kernel I/O subsystem process request, issue commands to controller, configure controller to block until interrupted device driver determine which I/O completed, indicate state change to I/O subsystem device controller commands interrupt handler receive interrupt, store data in device driver buffer if input, signal to unblock device driver interrupt monitor device, interrupt when I/O completed keyboard device controller I/O completed, generate interrupt time Operating System Concepts 12.18 Silberschatz and Galvin c 1998

Performance I/O a major factor in system performance Demands CPU to execute device driver, kernel I/O code Context switches due to interrupts Data copying Network traffic especially stressful Operating System Concepts 12.19 Silberschatz and Galvin c 1998

Intercomputer communications character typed system call completes network packet received $ interrupt generated interrupt handled network adapter interrupt handled interrupt generated interrupt generated network device driver network adapter device driver kernel device driver kernel network subdaemon user process kernel network daemon kernel sending system receiving system Operating System Concepts 12.20 Silberschatz and Galvin c 1998

Improving Performance Reduce number of context switches Reduce data copying Reduce interrupts by using large transfers, smart controllers, polling Use DMA Balance CPU, memory, bus, and I/O performance for highest throughput Operating System Concepts 12.21 Silberschatz and Galvin c 1998