SlideShare a Scribd company logo
Chapter 13:  I/O Systems I/O Hardware Application I/O Interface Kernel I/O Subsystem Transforming I/O Requests to Hardware Operations Streams Performance
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
A Typical PC Bus Structure
Device I/O Port Locations on PCs (partial)
Polling Determines state of device  command-ready busy Error Busy-wait cycle to wait for I/O from device
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 Based on priority Some unmaskable Interrupt mechanism also used for exceptions
Interrupt-Driven I/O Cycle
Intel Pentium Processor Event-Vector Table
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
Six Step Process to Perform DMA Transfer
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 Sharable or dedicated Speed of operation read-write, read only, or write only
A Kernel I/O Structure
Characteristics of I/O Devices
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
Network Devices Varying enough from block and character to have own interface Unix and Windows NT/9 i /2000 include socket interface Separates network protocol from network operation Includes  select  functionality Approaches vary widely (pipes, FIFOs, streams, queues, mailboxes)
Clocks and Timers Provide current time, elapsed time, timer If programmable interval time used for timings, periodic interrupts ioctl  (on UNIX) covers odd aspects of I/O such as clocks and timers
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
Kernel I/O Subsystem Scheduling Some I/O request ordering via per-device queue Some OSs try fairness Buffering - store data in memory while transferring between devices To cope with device speed mismatch To cope with device transfer size mismatch To maintain “copy semantics”
Sun Enterprise 6000 Device-Transfer Rates
Kernel I/O Subsystem Caching - fast memory holding copy of data Always just a copy Key to performance Spooling - hold 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
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
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
UNIX I/O Kernel Structure
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
Life Cycle of An I/O Request
STREAMS STREAM  – a full-duplex communication channel between a user-level process and a device A STREAM consists of: -  STREAM head  interfaces with the user process -  driver end  interfaces with the device - zero or more STREAM modules between them. Each module contains a  read  queue  and a  write queue Message passing is used to communicate between queues
The STREAMS Structure
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
Intercomputer Communications
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
Device-Functionality Progression

More Related Content

PPTX
I/O System and Case study
PPT
PPT
Chapter 9 OS
 
PPTX
Storage Structure in OS
PPTX
I/O System and Case study
PPTX
Operation System
PDF
Unit vos - File systems
PPT
Secondary storage structure-Operating System Concepts
I/O System and Case study
Chapter 9 OS
 
Storage Structure in OS
I/O System and Case study
Operation System
Unit vos - File systems
Secondary storage structure-Operating System Concepts

What's hot (20)

PDF
Introduction to the Kernel Chapter 2 Mrs.Sowmya Jyothi
PDF
Internal representation of file chapter 4 Sowmya Jyothi
PPT
PPTX
Storage management in operating system
PDF
Cs8493 unit 5
PPT
Driver development – memory management
PPT
PPT
PPT
PDF
CS6401 Operating Systems
PDF
Cs8493 unit 4
PPT
OS - Ch2
PPTX
I/O System and Case Study
DOCX
file management
PPT
PPTX
Case study operating systems
PDF
Operating system 3
PDF
Board support package_on_linux
PPT
OPERATING SYSTEMS DESIGN AND IMPLEMENTATION
Introduction to the Kernel Chapter 2 Mrs.Sowmya Jyothi
Internal representation of file chapter 4 Sowmya Jyothi
Storage management in operating system
Cs8493 unit 5
Driver development – memory management
CS6401 Operating Systems
Cs8493 unit 4
OS - Ch2
I/O System and Case Study
file management
Case study operating systems
Operating system 3
Board support package_on_linux
OPERATING SYSTEMS DESIGN AND IMPLEMENTATION
Ad

Viewers also liked (8)

PPT
Lecture 8 9
PPT
Lecture 4
PPT
Lecture 12
PPT
PPT
Lecture 6
PPTX
MINIMUM SHIFT KEYING(MSK)
PPTX
Wireless communication
Lecture 8 9
Lecture 4
Lecture 12
Lecture 6
MINIMUM SHIFT KEYING(MSK)
Wireless communication
Ad

Similar to OSCh13 (20)

PPT
Chapter 13 - I/O Systems
PPTX
Io system
PPTX
Io system
PPT
PDF
Ch12 io systems
PPT
Chapter 6
PPT
6.1_IO-Principles.ppt
PPTX
PPT
07 Input Output
PPT
Design an I/O system
PPT
I/O System
PPT
In out system
PPT
Computer function-and-interconnection 3
PPT
Computer function-and-interconnection 3
PPTX
IO SYSTEM AND CASE STUDY STRUCTURE
PPT
Counit2 2
PDF
Unit 6
PPT
PPTX
Chapter11 new
Chapter 13 - I/O Systems
Io system
Io system
Ch12 io systems
Chapter 6
6.1_IO-Principles.ppt
07 Input Output
Design an I/O system
I/O System
In out system
Computer function-and-interconnection 3
Computer function-and-interconnection 3
IO SYSTEM AND CASE STUDY STRUCTURE
Counit2 2
Unit 6
Chapter11 new

More from Joe Christensen (20)

PPS
Live a life_that_matters
PDF
Advanced Comuter Architecture Ch6 Problem Solutions
PDF
Advanced Computer Architecture chapter 5 problem solutions
PDF
Advanced Computer Architecture Chapter 123 Problems Solution
PPS
Two Choices
ODP
IEEE 12207
PPT
Lecture 13
PPT
Lecture 15
PPT
Lecture 11
PPT
Lecture 10
PPT
Lecture 7n
PPT
Lecture 5
PPT
Lecture 14
PPT
Moble Communication
Live a life_that_matters
Advanced Comuter Architecture Ch6 Problem Solutions
Advanced Computer Architecture chapter 5 problem solutions
Advanced Computer Architecture Chapter 123 Problems Solution
Two Choices
IEEE 12207
Lecture 13
Lecture 15
Lecture 11
Lecture 10
Lecture 7n
Lecture 5
Lecture 14
Moble Communication

Recently uploaded (20)

PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPT
Teaching material agriculture food technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
NewMind AI Monthly Chronicles - July 2025
Encapsulation_ Review paper, used for researhc scholars
Unlocking AI with Model Context Protocol (MCP)
Advanced methodologies resolving dimensionality complications for autism neur...
Empathic Computing: Creating Shared Understanding
Mobile App Security Testing_ A Comprehensive Guide.pdf
The AUB Centre for AI in Media Proposal.docx
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Understanding_Digital_Forensics_Presentation.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Digital-Transformation-Roadmap-for-Companies.pptx
Machine learning based COVID-19 study performance prediction
Agricultural_Statistics_at_a_Glance_2022_0.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Network Security Unit 5.pdf for BCA BBA.
Teaching material agriculture food technology
Per capita expenditure prediction using model stacking based on satellite ima...

OSCh13

  • 1. Chapter 13: I/O Systems I/O Hardware Application I/O Interface Kernel I/O Subsystem Transforming I/O Requests to Hardware Operations Streams Performance
  • 2. 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
  • 3. A Typical PC Bus Structure
  • 4. Device I/O Port Locations on PCs (partial)
  • 5. Polling Determines state of device command-ready busy Error Busy-wait cycle to wait for I/O from device
  • 6. 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 Based on priority Some unmaskable Interrupt mechanism also used for exceptions
  • 8. Intel Pentium Processor Event-Vector Table
  • 9. 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
  • 10. Six Step Process to Perform DMA Transfer
  • 11. 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 Sharable or dedicated Speed of operation read-write, read only, or write only
  • 12. A Kernel I/O Structure
  • 14. 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
  • 15. Network Devices Varying enough from block and character to have own interface Unix and Windows NT/9 i /2000 include socket interface Separates network protocol from network operation Includes select functionality Approaches vary widely (pipes, FIFOs, streams, queues, mailboxes)
  • 16. Clocks and Timers Provide current time, elapsed time, timer If programmable interval time used for timings, periodic interrupts ioctl (on UNIX) covers odd aspects of I/O such as clocks and timers
  • 17. 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
  • 18. Kernel I/O Subsystem Scheduling Some I/O request ordering via per-device queue Some OSs try fairness Buffering - store data in memory while transferring between devices To cope with device speed mismatch To cope with device transfer size mismatch To maintain “copy semantics”
  • 19. Sun Enterprise 6000 Device-Transfer Rates
  • 20. Kernel I/O Subsystem Caching - fast memory holding copy of data Always just a copy Key to performance Spooling - hold 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
  • 21. 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
  • 22. 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
  • 23. UNIX I/O Kernel Structure
  • 24. 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
  • 25. Life Cycle of An I/O Request
  • 26. STREAMS STREAM – a full-duplex communication channel between a user-level process and a device A STREAM consists of: - STREAM head interfaces with the user process - driver end interfaces with the device - zero or more STREAM modules between them. Each module contains a read queue and a write queue Message passing is used to communicate between queues
  • 28. 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
  • 30. 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