All Exams Test series for 1 year @ ₹349 only
Question

A disc consists of ______, ______, ______.

The correct answer is

Cylinder, Track and Sector

Understanding the Structure of a Disc Storage System

A storage disc, such as a hard disk drive platter or an older floppy disk, organizes data in a specific manner to allow for efficient reading and writing. The fundamental components that make up the organizational structure of a disc are the cylinder, the track, and the sector.

Key Components of a Disc

Let's look at each of these components:

  • Track: A track is a circular path on the surface of a disc where data is recorded. Imagine concentric circles drawn on the disc surface. Each circle is a track. Data is stored sequentially along these tracks. All tracks on a single surface are arranged concentrically around the center of the disc.
  • Sector: A sector is a subdivision of a track. It's like cutting a pie; each slice represents one or more sectors. A track is divided into multiple sectors, typically of equal size. A sector is the smallest addressable unit of storage on a disc. When data is read from or written to a disc, it is done in blocks that align with one or more sectors.
  • Cylinder: In a storage system that uses multiple platters (like a typical hard disk drive), a cylinder is the set of tracks that are located at the same radial position on every platter. For example, if a drive has four platters (eight surfaces) and each surface has track number 500, then all eight track 500s across the platters constitute cylinder number 500. This concept is important because the read/write heads on a hard drive move together as a single unit. When the heads are positioned over cylinder N, they are simultaneously positioned over track N on every surface.

Together, the cylinder, track, and sector provide a hierarchical addressing system for locating data on a disc. Data is identified by its cylinder number, track number (within that cylinder, often implied by surface number), and sector number (within that track).

Summary of Disc Components
Component Description
Track A circular path on a disc surface where data is stored.
Sector A subdivision of a track, the smallest addressable unit of storage.
Cylinder The set of tracks at the same radius across all surfaces of a multi-platter disc.

Revision Table: Disc Organization Terms

Term Relationship to Disc Storage
Cylinder A vertical stack of tracks on multiple platters.
Track A concentric circle on a single platter surface.
Sector A division of a track; the basic unit for data storage.

Additional Information on Disc Storage Structure

Understanding cylinders, tracks, and sectors is key to comprehending how traditional magnetic storage works. Here are a few related concepts:

  • Platter: A physical disc surface on which data is recorded. Hard drives typically have multiple platters stacked together.
  • Head: The read/write head is the mechanism that moves over the surface of the platter to read data from or write data to the tracks and sectors. There is typically one head per surface.
  • Cluster: While sector is the smallest physical unit, operating systems often group sectors into clusters (also called allocation units). Data is allocated space on the disc in units of clusters, which helps manage space more efficiently, especially for smaller files.
  • Formatting: The process of preparing a disc for data storage involves defining the tracks and sectors. This process creates the addressable structure (cylinders, tracks, sectors) on the disc surface.

These components and concepts explain the physical and logical organization of data on magnetic storage discs.

Was this answer helpful?

Important Questions from Disk Scheduling - Teaching

  1. Disc is divided into several concentric circles called _______.

  2. In _______ disk scheduling algorithm, the disk head moves from one end to other end of the disk, serving the requests along the way. When the head reaches the other end, it immediately returns to the beginning of the disk without serving any requests on the return trip.

  3. The total storage capacity of a floppy disk having 80 tracks and storing 128 bytes/sector is 163.840 bytes. How many sectors does this disk have?

  4. Consider a disk system with 100 cylinders. The requests to access the cylinders occur in the following sequence:

    4, 34, 10, 7, 19, 73, 2, 15, 6, 20

    Assuming that the head is current at cylinder 50, what is the time taken to satisfy all requests if it takes 1ms to move from the cylinder to adjacent one and the shortest seek time first policy is used?
  5. Consider a disk system having 60 cylinders. Disk requests are received by a disk drive for cylinders 10, 22, 20, 2, 40, 6, and 38, in that order. Assuming the disk head is currently at cylinder 20, what is the time taken to satisfy all the requests if it takes 2 milliseconds to move from one cylinder to an adjacent one and Shortest Seek Time First (SSTF) algorithm is used ?

Need Expert Advice?

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App