I/O Devices and I/O Techniques
Categorize I/O devices and compare programmed I/O, interrupt-driven I/O, and DMA approach.
Study I/O handling, DMA, disk scheduling, RAID, and file-system internals.
Categorize I/O devices and compare programmed I/O, interrupt-driven I/O, and DMA approach.
Study DMA transfer sequence and buffering types used to bridge producer-consumer speed mismatch.
Solve FCFS, SSTF, SCAN, C-SCAN, LOOK, and C-LOOK head movement problems.
Understand RAID goals, level trade-offs, and cache-based disk performance improvements.
Cover file attributes, file operations, directory models, allocation methods, and free-space tracking.
Explain different types of operations performed on the file.
Discuss DMA.
Discuss RAID.
For requests 1,36,16,34,9,12 and current head 11 on 51-cylinder disk, calculate total movement for FCFS and SSTF.
For requests 1,36,16,34,9,12 and current head 11 on 51-cylinder disk, calculate total movement for LOOK and SCAN.
Explain different file operations.
Write short note on Direct Memory Access.
Explain different types of files.
For requests 1,36,16,34,9,12 and current head 11 on 51-cylinder disk, find total movement using C-LOOK.
For requests 1,36,16,34,9,12 and current head 11 on 51-cylinder disk, find total movement using C-SCAN.
Define RAID. Explain RAID0, RAID1 and RAID2.
Explain different file operations.