About: Interleaving (disk storage)     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FInterleaving_%28disk_storage%29

In block storage devices such as hard disk drives, interleaving is a technique used to improve slow system performance by putting data accessed sequentially into non-sequential blocks, typically sectors. The number of physical sectors between consecutive logical sectors is called the interleave skip factor or skip factor. Historically, interleaving was used in A 1:1 interleave (skip factor of 0) places the sectors sequentially—1 2 3 4 5 6 ... .

AttributesValues
rdf:type
rdfs:label
  • Entrelacement (disque dur) (fr)
  • Interleaving (disk storage) (en)
rdfs:comment
  • In block storage devices such as hard disk drives, interleaving is a technique used to improve slow system performance by putting data accessed sequentially into non-sequential blocks, typically sectors. The number of physical sectors between consecutive logical sectors is called the interleave skip factor or skip factor. Historically, interleaving was used in A 1:1 interleave (skip factor of 0) places the sectors sequentially—1 2 3 4 5 6 ... . (en)
  • L’entrelacement (interleaving en anglais) des secteurs est une technique qui permet d'augmenter les délais pour accéder aux informations sur un disque dur. Les secteurs, localisés par le triptyque Cylindre/Tête/Secteur, ne se suivent pas physiquement sur le disque dur. Cette technique couramment employée dans les années 1990, ne l'est plus dans les années 2010 à la suite de l'usage plus systématique des mémoires caches et de l'augmentation de la vitesses des processeurs L'entrelacement est construit au formatage. (fr)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/IBM_PC_XT_10_meg_MFM_low_level_format.jpg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
thumbnail
has abstract
  • In block storage devices such as hard disk drives, interleaving is a technique used to improve slow system performance by putting data accessed sequentially into non-sequential blocks, typically sectors. The number of physical sectors between consecutive logical sectors is called the interleave skip factor or skip factor. Historically, interleaving was used in * Minimizing missed rotations between instructions on computers storing instructions on a drum memory * Ordering block storage on storage devices such as drums, floppy disk drives and hard disk drives. The purpose of interleaving was to adjust the time difference between when the program was ready to transfer data, and when those data were actually arriving at the drive head to be read. Interleaving was common prior to the 1990s, but faded from use as processing speeds increased. Modern disk storage is not interleaved. Modern operating systems do not use interleaving for, e.g., paging files. Interleaving was used to arrange the sectors most efficiently, so that after reading a sector, time is allowed for processing, and then the next sector in sequence is ready to be read just as the computer is ready to do so. Matching the sector interleave to the processing speed therefore accelerates the data transfer, but an incorrect interleave can make the system perform markedly slower. Information is typically stored on disks in small pieces referred to as sectors or blocks. These are arranged in concentric rings called tracks, across the surface of each disk. While it may be simplest to order the blocks directly on each track as 1 2 3 4 5 6 7 8 9, for early computing devices serial ordering was not practical. Data to be written or read is saved to a special region of reusable memory referred to as a buffer. When data needed to be written, it was moved into the buffer, and then written from the buffer to the disk. When data was read, the reverse process transferred data first into the buffer and then to system RAM. Most early computers were not fast enough to read a sector, move the data from the buffer to system RAM, and be ready to read the next sector by the time that next sector was appearing under the read head. If sectors were arranged in direct order, after the first sector was read, the computer might, for example, have sectors 2, 3 and 4 pass under the read head before it was ready to receive data again. The computer doesn't need sectors 4, 5, 6, 7, 8, 9, or 1, and must wait for them to pass by, before reading sector 2. This wait for the disk to spin around to the next sector slows the data transfer rate. To correct for the processing delays, the ideal interleave for this system would be 1:4, ordering the sectors like this: 1 8 6 4 2 9 7 5 3. It reads sector 1, then processes it while the three sectors 8 6 and 4 pass by, and when the microprocessor becomes ready again, sector two is arriving just as it is needed. A 1:1 interleave (skip factor of 0) places the sectors sequentially—1 2 3 4 5 6 ... . Modern block storage devices do not require interleaving. Data is now commonly stored as clusters (groups of sectors), and the data buffer is sufficiently large to allow all sectors in a block to be read at once without any delay between sectors. (en)
  • L’entrelacement (interleaving en anglais) des secteurs est une technique qui permet d'augmenter les délais pour accéder aux informations sur un disque dur. Les secteurs, localisés par le triptyque Cylindre/Tête/Secteur, ne se suivent pas physiquement sur le disque dur. Cette technique couramment employée dans les années 1990, ne l'est plus dans les années 2010 à la suite de l'usage plus systématique des mémoires caches et de l'augmentation de la vitesses des processeurs La distance supplémentaire que doit parcourir le disque pour que la tête de lecture atteigne les données octroie du temps au système pour soit changer de piste, soit transmettre les données. L'entrelacement, en évitant un tour de disque inutile, permet d'accélérer les débits de transmission d'information. Pour être efficace il est adapté au système sur lequel il est appliqué. L'entrelacement est construit au formatage. (fr)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 54 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software