CHAPTER 3 - Data Storage
CHAPTER 3 - Data Storage
CHAPTER 3- Hardware
DATA STORAGE
Memory is a hugely important aspect of computing, without memory
nothing could be saved and you would have to start every work session
from scratch. Even more importantly there would be nowhere to store
an operating system thus meaning that computers would not exist as
we know them.
Memory and storage devices can be split up into three distinct groups:
• Primary Memory
• Secondary Storage
• Offline storage.
Primary Memory
Primary memory is the memory that is used by the computer to
maintain smooth operation. Primary memory, also known as main
memory or built-in memory can be divided into two categories,
these are RAM and ROM.
Application:
We will now consider an application, other than a computer, where
both RAM and ROM chips are used:
A remote-controlled toy car has a circuitry which contains both
RAM and ROM chips. The remote control is a hand-held device.
We will consider the function of each type of memory
independently:
•ROM
• Stores the factory settings such as remote control frequencies
• Stores the ‘start-up’ routines when the toy car is first switched
on
• Stores the set routines; for example, how the buttons on the
hand-held device control turning left, acceleration, stopping, and
so on.
•RAM
• The user may wish to program in their own routines; these
new instructions would be stored in the RAM chip
• The RAM chip will store the data/instructions received from
the remote control.
Secondary and off-line storage
Secondary memory can be thought of as the computers long term
memory, it stores the user’s files and programs whilst they are not
being used. Secondary memory is also non-volatile meaning that it
will not lose its data when power is lost.
Hard Disk Drives (HDD)
➢ Data is stored in a digital format on the magnetic surface of the
disks (platter)
➢ Number of read/write heads can access all of the surfaces of
the disk
➢ Each platter will have two surfaces which can be used to store
the data
➢ Data is stored on the surfaces in sectors and tracks
➢ HDD have very slow data access compared to RAM
Structure of the Platters
Data on each platter is organised in a way that allows the read write head
to easily find the required data. The platters are divided into tracks and
sectors.
➢ Track-A single circular area of the disk that works all the way
around the surface. Tracks are concentric meaning that they do
not spiral, instead they are separate circular entities
➢ Sector-A specific portion of the platter which splits each track
OFF-LINE STORAGE
CD/DVD Disks
➢ Laser (red) light is used to read and write data in the surface of
the disk
➢ Use a thin layer of metal alloy to store data
➢ Both systems use a single, spiral track which runs from the
centre of the disk to the edge
➢ DVD uses Dual-Layering which increases the storage capacity
(two individual recoding layers)
➢ On disk data is stored in pits and lands or cracks that are
burned into a spiral track that circles outwards from the centre
of the disk.
DVD-RAM:
DVD-RAM uses a very different technology to CDs and DVDs. They
have the following features:
➢ Instead of a single, spiral track, they use a number of
concentric tracks
➢ Use of concentric tracks allows simultaneous read and write
operations to take place.
➢ They allow numerous read and write operations (up to 100
000 times) and have great longevity (over 30 years) which
makes them ideal for archiving.
Blu-ray Disks
➢ Uses blue laser to carry out read and write operations
➢ Wavelength of laser light is less than CD and DVD (stores up to
five times more data than DVD)
➢ Automatically come with secure encryption (prevent privacy
and copyright infringement)
➢ Used as back-up systems
Cloud Storage: The concept of storing and retrieving data virtually via the
internet instead of a local storage device.
Advantages
➢ Data can be accessed at any time from any device, providing
it has a internet access.
➢ Data can easily be shared without physical transfer (eg. USB
drive.)
➢ Easy collaboration with shared documents
➢ Storage considered to be limitless from the user’s
perspective.
Disadvantages
➢ Can be expensive
➢ Slow to access if connectivity is poor
➢ No internet connection means no access.
All files kept in cloud storage are still stored on physical storage media
in a remote location. Cloud storage warehouses often have thousands of
servers containing hard drives.
Types of Cloud :
Public Cloud
A public cloud is a computing environment in which
computing infrastructure and resources are shared with
the public over the Internet.
Private Cloud
A private cloud is a computing infrastructure and resource-
sharing network that is connected via the Internet to a
private network.
Hybrid cloud
A combination of the two above environments; some data
resides in the private cloud and less sensitive/less
commercial data can be accessed from a public cloud
storage provider.
********************