About secondary storage
Because main memory is volatile we need a non-volatile location to store programs and data while the computer is switched off. There are three types of secondary storage you need to be familiar with: solid state, magnetic
and optical.
Magnetic storage
Magnetic storage refers to hard disk drives. These consist of large round platters as seen in the image on the left. Data on the platters is written in concentric circles known as tracks. These tracks are
divided into sectors. A file may take up several sectors. A group of contiguous sectors i.e. ones that are next to each other. These are known as clusters. The layout of a platter can be seen on the right.
On the left you
can also see the actuator arm. This can move in and out and the platters themselves spin very quickly(approx 10000rpm). This means that the read right head that is on the very end of the actuator arm can reach any sector on
the disk.
To write to a magnetic disk the read write head polarises a part of the disk either North or South and when reading the disk it reads these as 1 or 0.
Solid state storage
Solid state memory, also known as flash memory, consists of transistors that don't lose their state when the power is turned off. To set the state of a transistor in flash memory we give it a charge.
This causes electrons to flow from source to drain. A positive charged is applied from above and some elctrons pass through the floating gate. They are trapped in the next section because another layer prevents them from
continuing. These electrons will stay there even when the power is removed. To flush this transistor and make it back into a 0 a negative charge is applied from above and the elctrons pass back through the floating gate
and head to the drain.
Cloud storage
Cloud storage is storing your data in an offsite location usually with another provider. This will mean that your data is accessible via the internet.
Advantages |
Disadvantages |
Access data from anywhere in the world |
You need to have an internet connection in order to access your files |
You can easily share data with people in other locations |
Some people are concerned that data in the cloud may be hacked into |
The provider backs up your data and this is often on multiple servers in multiple locations making it more secure |
|