Blog 9 – CIT 114b – Chapter 10
Choose 5 terms to describe, in detail, from pages 489-490 "Key Terms".
1) A
solid state device is one that has no moving parts. Solid state devices store data on memory chips instead of magnetic media or optical media. The memory chips use non-volatile memory, so they do not lose the data when they are unplugged from the computer. Solid state devices are able to withstand physical abuse better than other types of storage media. Another advantage of solid state devices is that accessing the data is relative fast. Examples of solid state devices are flash drives, and memory cards for cameras.
2)
Streaming audio is when audio is downloaded from the Internet without saving the file on your local computer first. The audio stream is only buffered for a few seconds before you hear it on the speakers. This enables a person to listen to live broadcasts on their computer. Web classes, seminars, and meetings can be conducted in this way.
3)
Streaming SIMD Extension is technology that allows a CPU to process multimedia data better. SIMD stands for “single instruction, multiple data”. According to the text book, this process allows the CPU to receive one instruction and use it on several pieces of data instead of getting the same instruction with every piece of data. This makes the CPU more efficient.
4) CDFS stands for
Compact Disc File System which is used for storing and accessing data on a compact disc. There are several CDFS formats as well as the UDF (Universal Disk Format) file system which DVD drives use. A file system is the method by which computers keep track of the files stored on hard drives or other storage media. File systems keep track of any file that is saved, where it is located logically on the storage media, the name of the file, and the type of file. File systems have changed over time as new technology emerges. CDFS is based on the ISO 9660 Standard; however it allows long and double-byte filenames. Apparently the CDFS file system appears similar to a FAT file system to some applications.
Here is a good website that explains UDF,
http://www.diskinternals.com/glossary/udf.htmlHere is a good explanation of ISO 9660 which CDFS is based on,
http://www.diskinternals.com/glossary/iso9660.html5)
RAID stands for Redundant Array of Inexpensive Disks and it is a backup strategy to prevent the loss of important data. There are several different options for RAID. The simplest RAID is a spanned volume, if a drive fails, the data is lost. RAID 0 writes data to two or more drives evenly, if one drive fails, only part of the data is lost. RAID 1 makes a copy of the data on two drives and compares the data. If one drive fails, the data survives on the other drive. RAID 5 uses several drives to store duplicated data so that is one of the drives fails, the data can be rebuilt on a new drive. There are many ways to configure RAID and the RAID drives can be controlled by a software program or by a piece of hardware called a RAID controller.