Showing posts with label parallel. Show all posts
Showing posts with label parallel. Show all posts

Specifications of a Hard Disk

Hard Disks have a few performance specifications that a buyer must always know accurately before purchasing the hard disk. Better specs will obviously make the system perform faster. The specifications are:
  • Capacity: The amount of data that the disk can store. Usually 100's of GB's or TB's.
  • Cache: A small memory chip that stores a fraction of frequently accessed data that can be accessed extremely fast. Usually 8 or 16 or 32 or 64 MB.
  • Spin Speed: The speed at which the hard disk platter rotates. Usually, 5400 or 7200 or 10000 rpm.
  • Average Seek Time: The average time in which the R/W head can be positioned over the requested track for random read/write requests. Usually, ~8-10 ms.
  • Average Latency: The average time for the disk to rotate the platter and position the correct sector under the R/W head. Usually, ~3-5 ms.
  • Interface: The interface that the hard disk uses and the port that it will use to connect to the system. The interfaces also have transfer speeds of their own. For example, a max. of 167 MBps for IDE, 600 MBps for SATA.

Ports for storage devices

Computer systems have a variety of secondary storage devices, some essential and the others optional. Some of these include hard-disk drives, optical drives, tape drives, floppy drives, etc.
For the transfer of data to and fro from the devices controllers are required to control the ports for connecting the devices. For the ports already present in the motherboard, usually the controller is on-board the motherboard too. The ports for hard-disk drives and optical drives include:

Parallel ATA (PATA/IDE):
  • 40 pin cable and port
  • max cable length: 45cm
  • max number of hard drives: 4 (only in some motherboards, 2 per cable)
  • max transfer speed: 133 MB/s

Serial ATA (SATA):
  • 7 pin cable and port
  • max cable length: 1m
  • max number of hard drives: 8 (till now, one per cable)
  • max transfer speed: 150-600 MB/s

SATA ports are fast replacing PATA ports. Controllers for extra ports like additional SATA or PATA ports, SCSI, USB, etc. that have been added via PCI card or similar are built on the PCI card itself.
There are ports for additional storage expansion as well like USB and SCSI. SCSI is mainly used with servers that have large arrays of hard-disk drives whereas USB controller is already present on the motherboard. The latest USB 3.0 specification is supposed to achieve 600 MB/s.