Computing (FOLDOC) dictionary
Jump to user comments
storage (RLL) The most popular scheme for encoding data on
drives. During the late 1980s,
PC hard disks began using
RLL. Today, virtually every drive on the market uses some
form of RLL.
Groups of bits are mapped to specific patterns of flux. The
density of flux transitions is limited by the spatial
resolution of the disk and frequency response of the head and
electronics. However, transitions must be close enough to
according to the minimum and maximum allowed numbers of
common variant today, RLL 1,7, can have a transition in every
other cell and must have at least one transition every seven
cells. The exact mapping from bits to transitions is
essentially arbitrary.
(2003-08-12)