SlideShare a Scribd company logo
Submitted to
Ms. R. Madhubala, MCA.,
BY,
M. Malarselvi(14BIT011)
Contents
 Disk Structure
 Disk Scheduling
 Disk Management
 Swap-space Management
 Swap-space use and Location
 Windows 2000
Disk Structure:
Disks provide the bulk of secondary storage for
modern computer systems.Magnetic tape was used an
early secondary storage medium but the acces time is
much slower than for disks.Modern disk drives are
addressed as large one-dimensional array of logical
blocks,where the logical block is the smallest unit of
transfer.The size of the logical block is usually 512
bytes,although some disks can be low-level formatted to
choose a different logical block size,such as 1024 bytes.
Disk Scheduling:
The disk drives meeting this responsibility entails having
a fast access time and disk bandwidth.The seek time is the
time for the disk arm to move the heads to the cylinder
containing the desired sector.The rotational latency is the
additional time waiting for the disk to rotate the desired
sector to the disk head.The disk bandwidth is the total
number of bytes transferd divided by the total time
between the first request for service and the completion of
the last transfer.
. The request specifies several pieces of information:
Whether this operation is input or output.
What the disk address for the transfer is
What the memory address for the transfer is
What the number of bytes to be transferred is
Disk Management:
The operating system is responsible for several
other aspects of disk management too.Here we discuss
disk initialization,booting from disk,and bad-block
recovery.
Disk Formating:
A new magnetic disk is a blank slate;It is just
platters of a magnetic recording material.Before a disk
can store data ,it must be divided into sectors that the
disk controller can read and write .This process is
called low-level formatting .Low-level formatting fills
the disk with a special data structure for each
sector.The header & trailer contain information used
by the disk controller such as sector number and an
error-correcting code(ECC).
.
The operating system still needs to record its own data
structures on the disk.It does so in two steps.
i)The first step is to partition the disk into one or more
groups of cylinders.The operating system can treat
each partition as though it were a separate disk.
ii)After partitioning,the second step is logical
formatting.In this step the operating system stores the
initial file-system data structure onto the disk.
Boot Block:
This initial bootstrap program tends to be simple.It
initializes all aspects of the system,from CPU registers
to device controllers and the contents of main memory
and then starts the operating system.For most
computers,the bootstrap is stored in read-only
memory(ROM).A disk that has a boot partition is
called a boot disk or system disk.The code in the boot
ROM instructs the disk controller to read the boot
blocks into memory and then strats executing that
code.
Bad Blocks:
More frequently,one or more sectors become
defective.Most disks even come from the factory with
bad blocks.On simple disks,such as some disks with
IDE controllers,bad blocks are handled manually.For
instance,the MS-DOS format command does a logical
format and as a part of the process scans the disk to
the find bad blocks.As an alternative to sector sparing
some controllers can be instructed to replace a bad
block by sector sliping.
.
MS-DOS disk layout
More sophisticated disks,such as the SCSI disks
used in high-end pcs and more workstations an servers
are smarter about bad-black recovery.
Boot block
FAT
Root directory
Data blocks
(subdirectries)
Swap-space Management:
Swap-space management is another low-level task
of the operating system .Virtual memeory uses disk
space as an extension of main memory. In this
section,we discuss how swap space is used,where swap
space is located on disk,and how swap space is
managed.
.
Swap-Space Use:
swap space is used in various ways by different
operating systems,depending on the implementated
memory-management algorithm.For instance,systems
that implement swapping may use swap space to hold
the entire process image,including the code and data
segments.Some operating systems ,such as UNIX,allow
the use of multiple swap spaces.These swap spaces are
usually put on separate disks ,so the load placed on the
I/O system by paging and swapping can be spread over
the system’s I/O devices.
.Swap-space Location:
A swap can reside in two places:Swap space can be
carved out of the normal file system,or it can be in a
separate disk partition.Navigating the directory
structure and the disk-allocation data structures takes
time and extra disk accesses.Alternatively,swap space
can be created in a separate disk partition.This
approach creates a fixed amount of swap space during
disk partitioning.
.
Swap-space Management:An Example
Swap space is allocated to a process when the
process is started.Enough space is set aside to hold the
program,known as the text pages or the text
segment,and the data segment of the process.Two
process swap maps are used by the kernal to track
swap space use. map
mmmmmmmmmm
m
BSD text-segment swap map
...
512k
512k 512k
71k
Windows 2000:
Microsoft windows 2000 operating system is a 32-
bit preemptive multitask operating system for Intel
pentium and later microprocessors.The success
windows NT operating system,it was previously named
windows version 5.0.
History:
In 1980’s Microsoft and IBM cooperated to develop
the os/2 operating system.Thus portability now refers
to portability Intel architecture systems.
Design principles:
Extensibility refers to the capacity of an operating
system to keep advances in computing
technology.Among them environmental subsystems
that can different operating systems.An operating
system is portable if it can be moved from one
hardware to another with relatively few changes.All
processor –dependent code is isolated in a link library
called the Hardware-abstraction layer(HAL).It
provides source level compatibility to application that
a IEEE 1003.1
System Components:
The user-mode subsystem are in two
categories.The environmental subsystem emulates
different operating systems that was subsystems
provide security function.
Hardware –Abstraction Layer:
HAL is the layer of software that hides hardware
differences from of the operating system,to help make
windows 2000 portable.For performance reasons,I/O
drivers can access the hardware directly.
Kernel:
The kernel of windows 2000 provides the foundation
for the executive and subsystems.The kernel is never
paged out of memory,and its execution preempted.An
object type in windows 2000 is a subsystem data type
that has a set of attributes and a set of operations.The
thread object is the entity that is run kernel and is
associated with a process object.Timer objects are used
to keep track of the time and to signal timeouts when
operations take and need to be interrupted.
Virtual-Memory Manager:
The virtual memory operation of the windows 2000
executive is the Virtual memory manager.The VM
manager windows 2000 uses a page-based
management scheme with a page size of the data that
are assigned to a process but are not in physical
memory stored in the paging file on disk.Windows
provides an alternative ,called a section object,to
present a block of memory.
I/O Manager:
I/O manager is responsible for file systems,cache
management,device and network drivers.The I/O
Manager converts the requests it receives into a
standard called I/O request packet(IRP).Eack cache
block is described a virtual-address control
block(VACB)that stores the virtual address and offset
for that view,as well as the number of processes that
are using that manager.
.
.
Disk driver
File system
Process
Cache manager
VM Manager
Cached I/O
data copy
Page fault
I/O
I/O manager
noncached
I/O
File I/O
MS-DOS Environment:
The MS-DOS environment does not have the
complexity of the other 2000 environmental
subsystems.It is provide by a win32 application the
virtual DOS machine(VDM).
File system:
Historically,MS-DOS systems have used the file
allocation table.The 16-bit FAT file system has several
shortcomings,including fragmentation,a size
limitation of 2 GB,and a access protection.
Volume management&Tolerance:
In windows 2000 volume called a volume set,which
can consist of up to 32 physical parts.
LCNS 0-128000
LCNS 128001-783361
Disk C:(FAT)
logical drive D
disk 1(2.5GB) Disk 2(2.5 GB)
Protocols:
The several message-block(SMB) protocol was first
introduced .The system uses the protocol to send I/O
request over the network SMB protocol has four
message types.Windows 2000 uses the data-link
control(DLC) protocol to access IBM frames and HP
printers that are connected directly to the network.The
AppleTalk protocol was designed as a low-cost
connectivity .
.

More Related Content

PPTX
I/O System and Case Study
PPTX
I/O System and Case study
PPT
PPT
DOCX
file management
DOC
Storage Devices
DOC
Operating Systems
DOC
Processing Data
I/O System and Case Study
I/O System and Case study
file management
Storage Devices
Operating Systems
Processing Data

What's hot (19)

PPTX
Os solaris memory management
PPTX
Windows for Everyone(Operating System)
PPT
PDF
Introduction to the Kernel Chapter 2 Mrs.Sowmya Jyothi
PDF
Unit vos - File systems
DOCX
Case study
ODP
Visual comparison of Unix-like systems & Virtualisation
PPTX
Storage Structure in OS
PDF
Disk Management
PPTX
Mass storage systemsos
PPTX
Massstorage
PPT
Chapter 12 - Mass Storage Systems
PPTX
Swap space management and protection in os
PDF
Ram Disk
PPT
Disk management
PPTX
Operating system and installation
Os solaris memory management
Windows for Everyone(Operating System)
Introduction to the Kernel Chapter 2 Mrs.Sowmya Jyothi
Unit vos - File systems
Case study
Visual comparison of Unix-like systems & Virtualisation
Storage Structure in OS
Disk Management
Mass storage systemsos
Massstorage
Chapter 12 - Mass Storage Systems
Swap space management and protection in os
Ram Disk
Disk management
Operating system and installation
Ad

Viewers also liked (20)

PPT
But God - God to the Rescue
PDF
20150228「はしもとオープンデータ」
PPTX
Основи здоров’я Тренінг 1. Права дитини. Клас 2.
PPTX
Conferència Comunica 2.0. Gandia
PDF
Percorrere la strategia dell’efficienza energetica nella propria azienda - l’...
PDF
Johan Høgåsen-Hallesby
PPTX
College career readiness 2017
PDF
20161119日本図書館研究会wikipedia townaoki
PDF
เครือข่ายคอมพิวเตอร์เบื้องต้น
PPTX
Tatap muka 3 pribadi anak allah yg ber-integritas
PDF
3 Benefits of Using Answering Services
DOCX
Organisation behaviour p..
PDF
미래를 읽는 코드 기후변화와 재난 | 정상섬 연세대학교 토목환경공학과 교수
PDF
Report aeroporti del sud
PDF
Waste management
PPT
solid waste management
PPTX
Solid waste management ppt
PDF
How to Become a Thought Leader in Your Niche
PDF
How to Make Awesome SlideShares: Tips & Tricks
PDF
Getting Started With SlideShare
But God - God to the Rescue
20150228「はしもとオープンデータ」
Основи здоров’я Тренінг 1. Права дитини. Клас 2.
Conferència Comunica 2.0. Gandia
Percorrere la strategia dell’efficienza energetica nella propria azienda - l’...
Johan Høgåsen-Hallesby
College career readiness 2017
20161119日本図書館研究会wikipedia townaoki
เครือข่ายคอมพิวเตอร์เบื้องต้น
Tatap muka 3 pribadi anak allah yg ber-integritas
3 Benefits of Using Answering Services
Organisation behaviour p..
미래를 읽는 코드 기후변화와 재난 | 정상섬 연세대학교 토목환경공학과 교수
Report aeroporti del sud
Waste management
solid waste management
Solid waste management ppt
How to Become a Thought Leader in Your Niche
How to Make Awesome SlideShares: Tips & Tricks
Getting Started With SlideShare
Ad

Similar to I/O System and Case study (20)

PPTX
PPTX
Module5 secondary storage
PPTX
Operation System
PPTX
Operation System
PPTX
I/O structure slide by Rajalakshmi SKC
PPTX
Operating system ppt
PPTX
Operating system ppt
PPTX
Operating system ppt
PPTX
Operating system ppt
PPTX
UNIT-2 OS.pptx
PPTX
Working of Volatile and Non-Volatile memory
PPT
PPTX
Conceptual framework storage devices (2)
PPTX
Storage management in operating system
PDF
diskmanagement-170307012154.pdf
PPTX
18CSC205J Operating Systems unit 5 - new.pptx
PPTX
18CSC205J-UNIT-5.pptx
PPTX
Unit 5.pptxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PDF
OPERATING SYSTEM.pdf
Module5 secondary storage
Operation System
Operation System
I/O structure slide by Rajalakshmi SKC
Operating system ppt
Operating system ppt
Operating system ppt
Operating system ppt
UNIT-2 OS.pptx
Working of Volatile and Non-Volatile memory
Conceptual framework storage devices (2)
Storage management in operating system
diskmanagement-170307012154.pdf
18CSC205J Operating Systems unit 5 - new.pptx
18CSC205J-UNIT-5.pptx
Unit 5.pptxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OPERATING SYSTEM.pdf

Recently uploaded (20)

PDF
Computing-Curriculum for Schools in Ghana
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
RMMM.pdf make it easy to upload and study
PDF
Insiders guide to clinical Medicine.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Classroom Observation Tools for Teachers
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
master seminar digital applications in india
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
Computing-Curriculum for Schools in Ghana
Sports Quiz easy sports quiz sports quiz
human mycosis Human fungal infections are called human mycosis..pptx
STATICS OF THE RIGID BODIES Hibbelers.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
RMMM.pdf make it easy to upload and study
Insiders guide to clinical Medicine.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
01-Introduction-to-Information-Management.pdf
Anesthesia in Laparoscopic Surgery in India
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Pre independence Education in Inndia.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Classroom Observation Tools for Teachers
Microbial diseases, their pathogenesis and prophylaxis
master seminar digital applications in india
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
2.FourierTransform-ShortQuestionswithAnswers.pdf

I/O System and Case study

  • 1. Submitted to Ms. R. Madhubala, MCA., BY, M. Malarselvi(14BIT011)
  • 2. Contents  Disk Structure  Disk Scheduling  Disk Management  Swap-space Management  Swap-space use and Location  Windows 2000
  • 3. Disk Structure: Disks provide the bulk of secondary storage for modern computer systems.Magnetic tape was used an early secondary storage medium but the acces time is much slower than for disks.Modern disk drives are addressed as large one-dimensional array of logical blocks,where the logical block is the smallest unit of transfer.The size of the logical block is usually 512 bytes,although some disks can be low-level formatted to choose a different logical block size,such as 1024 bytes.
  • 4. Disk Scheduling: The disk drives meeting this responsibility entails having a fast access time and disk bandwidth.The seek time is the time for the disk arm to move the heads to the cylinder containing the desired sector.The rotational latency is the additional time waiting for the disk to rotate the desired sector to the disk head.The disk bandwidth is the total number of bytes transferd divided by the total time between the first request for service and the completion of the last transfer.
  • 5. . The request specifies several pieces of information: Whether this operation is input or output. What the disk address for the transfer is What the memory address for the transfer is What the number of bytes to be transferred is Disk Management: The operating system is responsible for several other aspects of disk management too.Here we discuss disk initialization,booting from disk,and bad-block recovery.
  • 6. Disk Formating: A new magnetic disk is a blank slate;It is just platters of a magnetic recording material.Before a disk can store data ,it must be divided into sectors that the disk controller can read and write .This process is called low-level formatting .Low-level formatting fills the disk with a special data structure for each sector.The header & trailer contain information used by the disk controller such as sector number and an error-correcting code(ECC).
  • 7. . The operating system still needs to record its own data structures on the disk.It does so in two steps. i)The first step is to partition the disk into one or more groups of cylinders.The operating system can treat each partition as though it were a separate disk. ii)After partitioning,the second step is logical formatting.In this step the operating system stores the initial file-system data structure onto the disk.
  • 8. Boot Block: This initial bootstrap program tends to be simple.It initializes all aspects of the system,from CPU registers to device controllers and the contents of main memory and then starts the operating system.For most computers,the bootstrap is stored in read-only memory(ROM).A disk that has a boot partition is called a boot disk or system disk.The code in the boot ROM instructs the disk controller to read the boot blocks into memory and then strats executing that code.
  • 9. Bad Blocks: More frequently,one or more sectors become defective.Most disks even come from the factory with bad blocks.On simple disks,such as some disks with IDE controllers,bad blocks are handled manually.For instance,the MS-DOS format command does a logical format and as a part of the process scans the disk to the find bad blocks.As an alternative to sector sparing some controllers can be instructed to replace a bad block by sector sliping.
  • 10. . MS-DOS disk layout More sophisticated disks,such as the SCSI disks used in high-end pcs and more workstations an servers are smarter about bad-black recovery. Boot block FAT Root directory Data blocks (subdirectries)
  • 11. Swap-space Management: Swap-space management is another low-level task of the operating system .Virtual memeory uses disk space as an extension of main memory. In this section,we discuss how swap space is used,where swap space is located on disk,and how swap space is managed.
  • 12. . Swap-Space Use: swap space is used in various ways by different operating systems,depending on the implementated memory-management algorithm.For instance,systems that implement swapping may use swap space to hold the entire process image,including the code and data segments.Some operating systems ,such as UNIX,allow the use of multiple swap spaces.These swap spaces are usually put on separate disks ,so the load placed on the I/O system by paging and swapping can be spread over the system’s I/O devices.
  • 13. .Swap-space Location: A swap can reside in two places:Swap space can be carved out of the normal file system,or it can be in a separate disk partition.Navigating the directory structure and the disk-allocation data structures takes time and extra disk accesses.Alternatively,swap space can be created in a separate disk partition.This approach creates a fixed amount of swap space during disk partitioning.
  • 14. . Swap-space Management:An Example Swap space is allocated to a process when the process is started.Enough space is set aside to hold the program,known as the text pages or the text segment,and the data segment of the process.Two process swap maps are used by the kernal to track swap space use. map mmmmmmmmmm m BSD text-segment swap map ... 512k 512k 512k 71k
  • 15. Windows 2000: Microsoft windows 2000 operating system is a 32- bit preemptive multitask operating system for Intel pentium and later microprocessors.The success windows NT operating system,it was previously named windows version 5.0. History: In 1980’s Microsoft and IBM cooperated to develop the os/2 operating system.Thus portability now refers to portability Intel architecture systems.
  • 16. Design principles: Extensibility refers to the capacity of an operating system to keep advances in computing technology.Among them environmental subsystems that can different operating systems.An operating system is portable if it can be moved from one hardware to another with relatively few changes.All processor –dependent code is isolated in a link library called the Hardware-abstraction layer(HAL).It provides source level compatibility to application that a IEEE 1003.1
  • 17. System Components: The user-mode subsystem are in two categories.The environmental subsystem emulates different operating systems that was subsystems provide security function. Hardware –Abstraction Layer: HAL is the layer of software that hides hardware differences from of the operating system,to help make windows 2000 portable.For performance reasons,I/O drivers can access the hardware directly.
  • 18. Kernel: The kernel of windows 2000 provides the foundation for the executive and subsystems.The kernel is never paged out of memory,and its execution preempted.An object type in windows 2000 is a subsystem data type that has a set of attributes and a set of operations.The thread object is the entity that is run kernel and is associated with a process object.Timer objects are used to keep track of the time and to signal timeouts when operations take and need to be interrupted.
  • 19. Virtual-Memory Manager: The virtual memory operation of the windows 2000 executive is the Virtual memory manager.The VM manager windows 2000 uses a page-based management scheme with a page size of the data that are assigned to a process but are not in physical memory stored in the paging file on disk.Windows provides an alternative ,called a section object,to present a block of memory.
  • 20. I/O Manager: I/O manager is responsible for file systems,cache management,device and network drivers.The I/O Manager converts the requests it receives into a standard called I/O request packet(IRP).Eack cache block is described a virtual-address control block(VACB)that stores the virtual address and offset for that view,as well as the number of processes that are using that manager.
  • 21. . . Disk driver File system Process Cache manager VM Manager Cached I/O data copy Page fault I/O I/O manager noncached I/O File I/O
  • 22. MS-DOS Environment: The MS-DOS environment does not have the complexity of the other 2000 environmental subsystems.It is provide by a win32 application the virtual DOS machine(VDM). File system: Historically,MS-DOS systems have used the file allocation table.The 16-bit FAT file system has several shortcomings,including fragmentation,a size limitation of 2 GB,and a access protection.
  • 23. Volume management&Tolerance: In windows 2000 volume called a volume set,which can consist of up to 32 physical parts. LCNS 0-128000 LCNS 128001-783361 Disk C:(FAT) logical drive D disk 1(2.5GB) Disk 2(2.5 GB)
  • 24. Protocols: The several message-block(SMB) protocol was first introduced .The system uses the protocol to send I/O request over the network SMB protocol has four message types.Windows 2000 uses the data-link control(DLC) protocol to access IBM frames and HP printers that are connected directly to the network.The AppleTalk protocol was designed as a low-cost connectivity .
  • 25. .