11. What are a block and a block
number?
A block is a contiguous sequence of
sectors from a single track of one platter. Each request
specifies the address on
the disk to be referenced. That
address is in the form of a block number.
12. What are called journaling file
systems?
File systems that support log disks
are called journaling file systems.
13. What is the use of RAID?
A variety of disk-organization
techniques, collectively called redundant arrays of independent
disks are used to improve the
performance and reliability.
14. Explain how reliability can be
improved through redundancy?
The simplest approach to introducing
redundancy is to duplicate every disk. This technique is called mirroring or
shadowing. A logical disk then consists of two physical disks, and write is
carried out on both the disk. If one
of the disks fails the data can be read from the other. Data will be lost if
the second disk fails before the first fail ed disk is repaired.
15. What is called mirroring?
The simplest approach to introducing
redundancy is to duplicate every disk. This technique is called mirroring or
shadowing.