Chapter 5: Managing Storage Technology

Exam Objectives

check.png Understanding hard drive terminology

check.png Discovering IDE devices

check.png Learning how SCSI works

check.png The serial ATA hype

check.png Using removable storage

One of the primary responsibilities of a PC technician is managing hard disks. This responsibility involves more than just partitioning and formatting disks; it also entails installing disks into the computer system and configuring the system to recognize the newly added disks.

In this chapter, you discover the skills that you need for installing, configuring, and troubleshooting hard disks. I introduce you to a new world of terminology related to hard disk installation and configuration, along with other types of storage like CD-ROMs and DVDs.

In this chapter, I also make sure that you understand the difference between IDE, SCSI, and serial ATA devices. You also see the steps required to install and configure IDE master/slave devices in a chain and the steps required to install a SCSI bus.

Understanding Hard Drive Terminology

If you took a martial arts class, the instructor would show you how to do some basic punches and kicks before letting you spar or compete. The instructor would be well aware that jumping into combat without the basics could do you more damage than good. PC repair works the same way: Before discussing the installation and configuration of IDE and SCSI devices, it is important to cover some basic terminology surrounding hard drives.

Hard drives are used to store data so that the data can be retrieved at a later time. A hard drive can be internal to the system using technologies such as IDE, SCSI, or SATA (you find out more about those technologies as the chapter progresses), or the drive can be an external drive connected via USB, FireWire, or eSATA.

You can also purchase network attached storage (NAS) today that connects to the network via an Ethernet connection. What is also exciting about today’s systems is that the drives are hot swappable, meaning that you can disconnect and connect the drive with the system running.

Disk geometry

The following sections introduce you to disk geometry — essentially the physical components of a drive that make up your data storage solution. You also find out some general terminology about hard drives and hard drive storage in this section.

Platters

A platter is a physical object (actually, a plate) inside the hard disk that is responsible for storing the data. A platter is similar to a music record (remember those old LPs your parents had around the house?) in the sense that it spins on a spindle that runs through the center of the platter. A hard disk has many platters. Figure 5-1 shows the platters inside a hard disk.

Figure 5-1: The internals of a hard disk.

9781118237038-fg020501.eps

Not only are the platters similar to records on a record player in the sense that they spin on a spindle that runs through the center of all the platters, but they also store the data on tracks like tracks on a record. Each platter has two sides for storing information, and each side of the platter has a unique ID. The ID for the first side of the first platter is 0, and each side increases by 1. For example, two platters are in the disk, the first platter has side 0 and side 1, and the second platter has side 2 and side 3. Figure 5-2 illustrates this concept.

Figure 5-2: Sides of a platter.

9781118237038-fg020502.eps

Because each side of the platter has a writing mechanism, many people use the terms “head” and “side” interchangeably. The head is more accurately called the read/write head because it moves over the disk surface and reads from or writes to the disk. Like a needle on a record player, the read/write head moves over the surface of the disk with the help of an arm, called the actuator arm or the head positioning mechanism. Figure 5-1, shown previously, illustrates the read/write head on an actuator arm.

tip.eps Each platter surface on the disk has its own read/write head. When information is written to the disk, the read/write head moves to the same track on all platters in a single movement and then writes the data across the same track on all platters. The actuator arm has multiple read/write heads on it.

Tracks

Just like there are grooves (tracks) on a music record, there are also tracks on each platter. These tracks are evenly spaced across the platter’s surface.

Sectors

The platter is divided into pie-shaped slices, called sectors. Now the confusing thing about sectors is that where a track intersects with a sector, sector blocks are created — also known as sectors! Each sector (block) — 512 bytes in size — is the actual storage area for data. Figure 5-3 illustrates the tracks and sectors on a disk platter. Each pie-sliced sector has an address; the first sector is sector 1, the second sector is sector 2, and so on. The reason why the term sector applies to two different areas of the disk is because if you were to look at a sector (the pie slice), like the pie slice labeled in Figure 5-3 as “Sector,” it might be sector 1. All sector blocks in that pie slice are considered sector 1 as well, but they differ in the track that they reside on.

So, each sector block has an address comprising the platter side number, the sector, and track number. For example, data can be saved to side 1, sector 2, track 4 — which is the address of a 512-byte sector block. Note that the term sector block is a term that I made up for this discussion; the term sector is also used to describe the 512-byte blocks.

Figure 5-3: Tracks and sectors on a disk platter.

9781118237038-fg020503.eps

Clusters

A group of sectors makes up a cluster, which is the allocation unit for a file — meaning where a file is saved. When a partition (a logical division of space on the disk; see Chapter 6 in this minibook for more on managing partitions and volumes) is formatted, the file system determines the cluster size based upon the partition size. For example, a 2GB FAT partition uses a 32K cluster size. That same 2GB partition formatted as FAT32 uses only a 4K cluster size.

Having a partition use a 4K cluster size means that eight sectors make up a cluster. Keep in mind that after a file is saved to the cluster, no other file can occupy that cluster. For example, if you have a 32K cluster size and you save a 3K file to the hard disk, the file is saved to an empty cluster — but only 3K of that cluster is used, and the remaining 29K is empty. The remaining 29K is now considered unusable space; no other file can be saved to that unused 29K.

Cylinders

All platters in the hard disk contain the same number of tracks, but that number varies from one hard disk to another. These tracks are numbered from the outside in, starting with 0 (zero). For example, on a platter with ten tracks, the track closest to the outer edge of the platter is track 0, and the track closest to the center is track 9.

A cylinder consists of the same track on both sides of all the platters. In other words, when you reference track 0, you reference a particular track on a particular platter; however, when you reference cylinder 0, you reference track 0 on all platters.

If you know the number of cylinders, heads, and sectors per track, you can calculate the size of a disk. For example, if a drive has 4,092 cylinders, 16 heads, and 63 sectors per track, the size of the disk is 2,111,864,832 bytes (2.1GB). The formula to calculate the size of the disk is

cylinders × number of heads × number of sectors per track × 512 bytes per sector

Read/write process

Platters are divided into 512-byte sectors. These sectors are the area on the platter that data is written to. The platters have a magnetic coating applied that is extremely sensitive to magnetism. While the platters spin, the read/write head moves from track to track until it reaches the desired track. Then it waits for the appropriate sector to move underneath it, at which time the read/write head is energized to apply a magnetic charge to the particles in the disk coating. This changes the particle binary state from 0 to 1, thus creating data. The same happens when the data needs to be read: The read/write head moves over the appropriate sector and reads the data that resides in the sector.

The read/write heads don’t actually touch the surface of the disk platters; instead, they hover about 10 micro-inches (or millionths of an inch) above it. (That’s not even enough space to place a hair between the read/write head and the platter’s surface.) This design helps improve disk performance because a read/write head that makes contact with the platter causes friction, slowing down the rotation speed of the disk and creating extra heat.

Performance

Magnetic disk performance can be measured in terms of several important characteristics:

diamonds.jpg Seek time is how long it takes to move the read/write heads to the desired track. Seek time is a calculated average because the time it takes to move to the desired track differs from one instance to another. For example, if the read/write heads are on track 1, they will take longer to move to track 12 than to track 3. Seek time is measured in milliseconds (ms), or one-thousandth of a second. Figure 5-4 shows how seek time is measured.

diamonds.jpg Latency is how long it takes for the appropriate sector to move under the read/write head. Latency is measured in milliseconds.

diamonds.jpg Access time describes the overall speed of the disk. It is a combination of seek time and latency. The lower the access time, the better.

diamonds.jpg Spin speed is how fast the platters spin, measured in rotations per minute (rpm). The larger the rpm value, the faster the disk, which means less latency.

Figure 5-4: Measuring seek time.

9781118237038-fg020504.eps

I want to make a note about the spin speed of the drive. Today, the rpms are how we measure the speed of the drive. Common examples of rpms are 5,400 rpms, 7,200 rpms, 10,000 rpms, and finally 15,000 rpms. The more rotations per minute (rpm), the faster the drive is. For example, a 7200-rpm drive is faster than a 5400-rpm drive. A typical drive you install today in a workstation is 7200 rpm. You may want to install faster drives in servers.

Master Boot Record

The Master Boot Record (MBR) is the first sector on the first track of the first side of the first platter; it holds the operating system (OS) boot code that controls the loading of the OS.

The MBR also holds drive characteristics, such as the partition table. During the boot process, the system has to find a primary partition that is active — it does this by looking at the partition table in the MBR.

In general, if anything goes wrong with the MBR, you will not be able to boot the system. Because the boot record is always in the same location on every disk, it becomes very easy for a malicious hacker to write viruses that modify or corrupt the MBR. This is one reason you should always run virus-detection software. See Book IX, Chapter 3, for more on virus detection and protection.

LBA and ECHS

For the A+ exam, you need to be familiar with Logical Block Addressing (LBA) and Extended Cylinder/Head/Sector (ECHS) and their purpose. Essentially, LBA and ECHS perform the same goal: namely, performing sector translation, which is the hard drive controller lying to the BIOS about the drive geometry. LBA was developed by Western Digital, and ECHS was Seagate’s solution to recognizing larger drives. Keep reading to learn why you need sector translation.

You need sector translation because the original BIOS code found on computers was limited to seeing only 1024 cylinders, 16 heads, and 63 ­sectors — which is a total drive size of 504MB (1024 × 16 × 63 × 512). However, if you bought a 2.1GB hard disk, your BIOS would not recognize it because the geometry of the 2.1GB drive is too high for the BIOS. In this example, the geometry of the drive is 16,384 clusters, 4 heads, and 63 sectors. Look at Table 5-1 to see that the lowest value in each category is what will be recognized by the system.

tb

Here’s an example of why you take the lowest value in each category. If the hard disk supports only 4 heads, only 4 heads are detected. Although the BIOS supports a potential 16 heads, that doesn’t mean that they are actually there.

So the problem is that you purchased a 2.1GB drive, but the system recognizes only 132MB! The solution to this problem is LBA or ECHS — again, both technologies offer the same solution. They were just built by different manufacturers.

An LBA-enabled BIOS can recognize 1024 cylinders, 256 heads, and 63 ­sectors — essentially being able to support more heads on the drive. As a result, the drive lies to the BIOS by using a translation factor of usually 2, 4, 8, or 16. The physical dimensions of the drive are taken and manipulated by the translation factor to calculate the logical dimensions reported to the BIOS.

In my example, 16,384 cylinders are too many cylinders, so they are divided by a translation factor of 16 to reach the LBA maximum number of cylinders supported. To make up for the loss in cylinders, the heads are then multiplied by 16, ensuring that the logical number of heads falls under the LBA limit of 254. Table 5-2 shows the solution — notice that the size of the drive (2.1GB) is what the LBA-enabled BIOS will recognize.

tb

technicalstuff.eps To leverage larger size drives, your BIOS would have to support LBA or ECHS — which most BIOS do today.

Notice that an LBA-enabled BIOS can support only an 8.4GB drive — and we are way past that drive size today. Today’s BIOS support the INT13 extensions, developed by Phoenix Technologies, which allow the systems to see drives past 137GB in size! The BIOS can recognize larger size drives because it simply identifies the drives by the number of sectors.

Discovering IDE Devices

In the following sections, you find out how to install and troubleshoot IDE devices. First, you get an overview of IDE devices and some of their features, and then you see a number of different configurations for installing IDE devices into a computer system.

IDE overview

The hard drive controller is responsible for converting signals made by the system CPU to signals that the hard disk can understand. These signals include instructions on where to find data and how to get to that data. The hard disk performs its task, and any data that needs to be returned is sent to the controller from the hard disk. The controller then converts the signals from the hard disk into signals that the system can understand.

In the past, the controller was on an expansion card, which was connected to the drives via ribbon cables. The goal of IDE was to make the installation of hard disks easier by including the controller on the hard disk, which is where the name comes from: Integrated Drive Electronics (IDE). So, today’s drives have the controllers integrated into the drives themselves, meaning the drive is its own boss.

Originally, IDE was available only in the flavor of hard drives; you did not have any other type of IDE device, such as CD-ROM or tape drives. IDE hard drives had a maximum capacity of about 528MB. Another important limitation with IDE is that only two devices could be connected in a chain. Back in the day when IDE was first used, SCSI was better in that respect because it supported eight devices in a chain. (Read more on SCSI in the later section, “Learning How SCSI Works.”)

Original IDE devices have a transfer rate of about 10 MBps and may have cache on the drive itself. Cache memory is a small amount of memory for storing data frequently used to increase drive performance.

Because of its limitations, IDE has been replaced by Enhanced Integrated Drive Electronics (EIDE). EIDE devices have a transfer rate of about 16 MBps. Four devices are allowed in an EIDE chain, with a greater variety available. For example, you may now add CD-ROMs and even Zip drives to an EIDE chain. Note that the capacity of the drives has been dramatically increased with EIDE — it now supports drives of over 200GB! Table 5-3 compares the features of IDE and EIDE.

Table 5-3 IDE versus EIDE

Characteristic

IDE

EIDE

Size

528MB

200GB and higher

Devices in chain

2

4

Transfer rate

10 MBps

16 MBps and higher

Types of devices

Hard drives

Hard drives, CD-ROMs

fortheexam.eps On the A+ exam, you might be asked the number of devices that IDE supports. IDE supports two devices, and EIDE supports four devices. Although there have been improvements in the IDE technology, Table 5-3 displays some of the original specifications.

IDE has been around for quite some time now and has gone through some changes. The following sections outline some technologies and terms that describe the different versions of IDE. Be sure to know these for the exam.

IDE/ATA standard

A number of hard drive standards have been developed over the last two decades, the first major standard being the IDE standard. The IDE standard, which has been around since 1989, calls for an integrated controller on the drive to manage information entering and leaving the hard disk.

IDE drives attach to the motherboard by means of a 40-wire ribbon cable. The IDE standard also allows two drives to daisy chain, creating a master/slave relationship between devices. The master drive is responsible for sending and receiving information in the chain.

The IDE standard is also known as the Advanced Technology Attachment (ATA) standard, sometimes called the ATA-1 standard.

EIDE/ATA-2 standard

The EIDE standard followed shortly after the IDE standard. The EIDE standard allows four drives to be connected to a dual-channel controller. This is usually implemented as a motherboard with two connectors (also known as controllers) — one primary and one secondary. You could then connect two drives off of each controller, making a master/slave chain for each controller. Figure 5-5 shows a primary controller and a secondary controller on the motherboard. EIDE also supports larger hard disks than the original IDE standard; the original size of an IDE drive was approximately 528MB. The EIDE standard is also known as ATA-2 standard.

tip.eps Most techies in the computing industry interchange IDE and EIDE. For example, if you have a newer motherboard that uses EIDE drives, most documentation and technicians simply use the term IDE even though the drives might be EIDE, or even an Ultra DMA (direct memory access) drive. Also note that most techies and documentation use the term “controller” for the connectors on the motherboard that you connect the drives to, but really the controller is the circuitry on the hard drive that controls access to the drive. My point is get used to people using the term IDE instead of EIDE, and controller instead of connectors.

Figure 5-5: Looking at the IDE/ATA connectors on the mother­board.

9781118237038-fg020505.tif

ATAPI specification

Originally, IDE devices were implemented as hard drives, but an additional ATA specification allows other types of devices to exist on an ATA (or IDE) chain. This specification is the ATA Packet Interface (ATAPI), which allows devices like CD-ROMs and tape drives to exist on an ATA chain. Other types of ATAPI devices are CD writers, DVD devices, and Zip drives.

Ultra DMA

Ultra DMA drives have two major benefits over ATA drives:

diamonds.jpg Speed: Originally, Ultra DMA devices functioned at twice the speed of regular IDE devices. IDE devices execute commands at 16.6 MBps, whereas Ultra DMA devices execute commands at 33.3 MBps, or 66.6 MBps with Ultra DMA/66. Note that there have been improvements to Ultra DMA to include speeds of 133 MBps.

diamonds.jpg Reliability: Ultra DMA devices implement error correction, which provides for increased data reliability compared with IDE, which does not implement error correction.

To take advantage of Ultra DMA technology, you need an Ultra DMA drive and an Ultra DMA–compatible BIOS. In addition, you need an Ultra DMA–compatible driver loaded in the OS that uses the device.

remember.eps Ultra DMA technology is backward compatible with IDE and EIDE. For example, if you have a motherboard with Ultra DMA support, you can still plug an IDE or EIDE device into the controllers on the motherboard. You can also install an Ultra DMA drive on an EIDE board.

Ultra DMA/66 requires the use of an 80-wire ribbon cable, which contains the normal 40 wires of an IDE cable plus an additional 40 ground wires to reduce noise on the cable and thus increase performance. The 80-wire cable still uses a 40-pin connector on the end to keep compatibility with IDE.

Drive performance

The performance of the drive is determined by the Programmed I/O (PIO) mode or DMA mode it supports. The PIO mode or DMA mode is a protocol that determines the transfer rate of the drive. A number of different PIO modes and DMA modes are supported by devices, as shown in Table 5-4.

Table 5-4 PIO and DMA Modes

Mode

Runs At

Used By

PIO Mode 0

3.3 MBps

ATA-1

PIO Mode 1

5.2 MBps

ATA-1

PIO Mode 2

8.3 MBps

ATA-1

PIO Mode 3

11.1 MBps

ATA-1 and ATA-2

PIO Mode 4

16.6 MBps

ATA-1 and ATA-2

DMA 33

33.3 MBps

Ultra DMA drives

DMA 66

66 MBps

Ultra DMA drives

DMA 100

100 MBps

Ultra DMA drives

DMA 133

133 MBps

Ultra DMA drives

fortheexam.eps Be sure to know what a PIO mode is and also the transfer rates of Ultra DMA drives.

Installing IDE devices

In this section, I show you how to install an IDE device. Because all hard drives are different, I present only the most popular solutions for installing hard drives.

First, you want to open the casing of the computer and find an empty bay for mounting the new hard disk. If you are removing the old hard drive, you can use the same bay. If you are adding a hard drive, find an empty bay and mount the drive there. Second, you slide the drive in the bay so that the power connector and ribbon cable connector face the motherboard. Figure 5-6 shows an IDE drive being placed into the mounting bay.

Figure 5-6: Mounting the hard disk into the drive bay.

9781118237038-fg020506.tif

IDE cabling

After you mount the drive in place, the third step is to connect the IDE connector on the motherboard to the IDE connector on the hard disk with a 40-wire IDE ribbon cable. Then connect a power connector to the drive. Figure 5-7 shows an IDE ribbon cable.

Figure 5-7: An IDE ribbon cable.

9781118237038-fg020507.eps

fortheexam.eps An IDE hard drive uses a 40-wire ribbon cable, and a floppy drive uses a 34-wire ribbon cable. Ultra DMA uses an 80-wire ribbon cable that contains 40 wires for data and 40 additional grounding wires.

One of the wires (wire 1) on the IDE ribbon cable is a different color than the others; usually, it’s red, but it might be blue. Wire 1 must be placed over pin 1 when connecting the ribbon cable to the hard drive and motherboard — the Pin 1 rule.

The big question is how to determine which pin is pin 1. Hopefully, the manufacturer indicates pin 1 by placing a small 1 near it. If you look at the connector on the hard drive and on the motherboard, you might see a small 1 on one end of the connector. That’s where you need to place wire 1 when connecting the ribbon cable.

tip.eps Sometimes a manufacturer might not have enough space to indicate pin 1 and so does the opposite — indicate pin 40. This method gives you the same information, though: If you know what side pin 40 is on, you know that pin 1 is on the opposite side.

After you connect the IDE ribbon cable, connect the hard disk power from the power supply so that you can run the motor in the drive. (People often forget this step and then wonder why the drive doesn’t work.) Figure 5-8 shows how to connect the ribbon cable and the power supply cable to the hard disk.

Figure 5-8: Connecting an IDE drive.

9781118237038-fg020508.eps

Master/slave configuration

If you are installing multiple IDE devices, you are creating an IDE chain. The chain will be made up of one 40-wire IDE ribbon cable with two drives connected to it. Most IDE ribbon cables today have three IDE connectors on them: one that connects to the motherboard and one for each of the two drives that can be connected in a single chain.

After the two drives are connected, configure the drives into a master/slave configuration. Use this type of configuration because each drive has a built-in controller that makes it act like its own boss. (Have you ever tried to work in an environment with two bosses? Not good.) The purpose of designating a master is to specify the boss of that chain — the controller responsible for communicating with the processor.

When setting up a multidrive system, you have two drives, each with a controller that can potentially send signals to and receive from the processor. To save confusion, one of the drives is designated as the master, which receives all signals from the processor and sends back any data on behalf of both drives. The other drive is designated as the slave, which passes any information it wants to send to the processor up to the master. The master then forwards that information to the processor. Figure 5-9 illustrates a multidrive system.

Figure 5-9: One drive is configured as the master, and the other is configured as the slave.

9781118237038-fg020509.eps

To configure the master/slave relationship, you have to configure the jumper settings on the drives. The idea of the procedure is similar for all drives, but because the actual jumper setting might be different for each type of drive, the best thing to do is review the documentation for the drive.

Most hard drives today have the jumpers labeled as Master and Slave. Configuring these drives is usually pretty straightforward. You place the jumper on the master setting for the drive you want to be the master of the chain (meaning that this drive will communicate with the processor directly), and you place the jumper to the slave setting for the drive you want to configure as the slave. The slave drive receives instructions from the master. Figure 5-10 displays master and slave jumper settings.

After you have decided which drive will be the master and which drive will be the slave you will need to adjust the jumper on each drive to set the appropriate setting. For the hard disk that will be master you will move the jumper to the master setting and for the drive that will be the slave you move the jumper to the slave setting. Also note that you will configure an IDE CD-ROM or DVD the same way — as either a master or slave device in the IDE chain.

Figure 5-10: Adjust the jumpers to set one drive as a master and the other as a slave.

9781118237038-fg020510.eps

Many times, configuring your drives in a master/slave setup might not be as easy as it looks. What do you do when you cannot see a specific master or slave jumper setting? Many manufacturers place documentation on the back of the drive telling you how to configure the drive for master and slave setups. Unfortunately, this was not the case on a drive I had to configure in the office one day. So I went to the manufacturer’s Web site and found out that this drive had a jumper labeled J20; the Web site documentation stated that if the drive was the only drive or was the master in a dual-drive configuration, the jumper (J20) should be set. If the drive was the slave in the dual-drive configuration, the jumper (J20) should be removed. Figure 5-11 shows the configuration for this example.

Figure 5-11: Looking at an additional jumper configu­ration for a dual-drive setup.

9781118237038-fg020511.eps

remember.eps The moral of the story: If you can’t find the jumper settings on the drives themselves, check out the drives’ documentation or go to the manufacturers’ Web sites.

If you end up supporting older systems, you will most likely end up installing EIDE drives, which support up to four devices instead of two. These systems have two IDE connectors on the motherboard: the primary IDE connector and the secondary IDE connector. Each connector can have two devices configured in a master/slave relationship, for a total of four devices. Typically, the devices can be hard drives, CD-ROMs, or DVD devices. The steps are the same for configuring master and slave relationships for a hard disk, CD-ROM, and DVD because they are all considered IDE devices. Typically, you configure the CD-ROM or DVD as the slave, but you could also make it the master device on the second IDE connector.

After configuring the jumpers on the drive, power-on the system. The computer should recognize the additional drive and take you into the CMOS setup program. When you review the CMOS settings, you should notice the new drive. If you do not see the new drive, verify the master and slave settings, and maybe even switch the roles of the drives and try again.

ontheweb.eps Lab 5-1 demonstrates how to master and slave the drives. Lab 5-1 can be found on the companion website at www.dummies.com/go/aplusaio.

Learning How SCSI Works

In the following sections, I discuss a type of device more popular than IDE drives in high-end machines, such as powerful workstations or servers — SCSI devices.

SCSI overview

SCSI is an acronym for Small Computer System Interface. The important part of this term is small computer, meaning that SCSI has its own brain — the SCSI adapter — that handles the SCSI environment. This SCSI adapter (also known as a SCSI card or SCSI controller) is responsible for managing all SCSI devices and controlling the conversation on the SCSI chain.

SCSI technology has many advantages over IDE technology, such as

diamonds.jpg The types of devices supported: SCSI supports a multitude of devices, including hard drives, CD-ROMs, scanners, printers, and tape drives, to name just a few. This is a huge benefit because originally IDE typically supported only hard drives and CD-ROMs.

diamonds.jpg The number of devices supported in a single SCSI chain (also known as a SCSI bus): Original versions of SCSI supported as many as eight devices in the chain, but one of those devices is the SCSI card added to the computer to give you the capability to use SCSI.

remember.eps IDE allows only two devices in the chain, and EIDE supports four devices. With SCSI, you are not only allowed to have more types of devices but also to have more of those devices!

fortheexam.eps Original SCSI supports as many as eight devices in the chain. However, if the exam asks how many devices can be attached to a SCSI adapter, the answer is seven. If the test asks how many devices can exist in the SCSI chain, the answer is eight because the card counts as one of those devices. Remember to watch the wording of the questions closely.

diamonds.jpg The performance of SCSI over IDE devices: Original SCSI devices don’t compare in the performance category with EIDE devices, but some of the later SCSI technologies, such as SCSI-2 and SCSI-3, can outperform IDE and EIDE.

I give details about transfer rates of the different types of SCSI devices in the “Types of SCSI” section, later in this chapter.

tip.eps For the remainder of this chapter, assume that you are dealing with original SCSI, also known as SCSI-1. In the “Types of SCSI” section, I discuss the newer types of SCSI.

Host adapter

When you install SCSI devices, you first need to install the SCSI host adapter, which is an expansion card that you add to the computer so you can chain SCSI devices off the adapter. In essence, the SCSI host adapter is the brain of the SCSI bus; it acts as the controller for the SCSI bus. Figure 5-12 shows a SCSI adapter being inserted into an expansion slot in the system.

Figure 5-12: The SCSI host adapter.

9781118237038-fg020512.eps

The SCSI controller (adapter) is responsible for sending and receiving all information to and from the SCSI bus, just like the IDE controller. When the system has information for one of the devices in the SCSI bus, the system hands the information over to the SCSI controller, which then passes the information to the appropriate device in the chain. Figure 5-13 shows a SCSI bus — made up of the SCSI host adapter (the SCSI controller) — along with two internal SCSI devices and two external SCSI devices.

The beauty of the entire setup is that the SCSI adapter in the computer is assigned resources, such as an IRQ and an I/O address. Each device in the SCSI chain is not assigned these resources because all processor information passes to the SCSI controller, and the controller passes the information to the devices. This means that the system never talks to the devices directly, so each device does not require an IRQ and an I/O address.

Figure 5-13: Looking at a SCSI daisy chain.

9781118237038-fg020513.eps

When you purchase a SCSI adapter, first look inside your system to figure out what type of expansion slots are free. You will typically have some PCI slots, but you might have an ISA or EISA slot as well. The difference between these expansion slots is performance — PCI runs at 33 MHz, and ISA and EISA run at only 8 MHz. Also, PCI and EISA are 32-bit technologies, and ISA is only 16-bit. The bottom line is that if you have free PCI slots, you will probably end up purchasing a PCI SCSI adapter.

So the next big question is when the SCSI controller receives information for a particular device in the chain, how does it send the information to that device?

Addressing

Each device is assigned an internal address — a SCSI ID — in the SCSI bus. The SCSI controller knows the address of each device. When the SCSI controller receives information for a particular device, the controller references that device by its ID in the SCSI bus. This way, there’s no confusion as to whom the data is destined for.

You are responsible for assigning the SCSI IDs when you connect each device to the SCSI chain. You assign an ID either by jumpers or DIP (dual inline package) switches if the device is an internal device, or by a spinner if the device is external. A spinner is an indicator on the back of the external SCSI device whose value you can change by pressing the button to increase or decrease the SCSI ID. Figure 5-14 shows the back of an external SCSI tape drive and how to change the SCSI ID using the spinner.

technicalstuff.eps In Figure 5-14, you can also see the type of connector used for external SCSI devices. This is a Centronics 50-pin connector.

Figure 5-14: Assigning a SCSI ID to an external device.

9781118237038-fg020514.tif

If you are installing an internal SCSI device, you will most likely need to assign the SCSI ID by using jumpers. Internal SCSI devices have a jumper set with three pairs of jumper pins. The numeric values associated with these jumpers, although probably not shown on the drive, are 4, 2, and 1 (from left to right). Table 5-5 shows this jumper setup.

tb

To assign the device a SCSI ID of 0, you would not jumper any of the pins. This is shown in Table 5-5 by having the off state (represented by 0) at each jumper location. Another example of setting a jumper ID is assigning the device a SCSI ID of 3: Jumper the J0 pins and the J1 pins, but not the J2 pins. This enables decimal values of 1 + 2. Table 5-5 also shows what would happen if you want to set the SCSI ID to 6: Enable jumpers J1 and J2, which enables the decimal values of 2 + 4, while the jumper J0 has an off state.

The IDs you assign to each device are completely up to you, but note that the higher the number, the more important the device is to the SCSI bus. For example, if two devices need to send information through the bus at the same time, the device with the higher SCSI ID is always given priority. This is why the SCSI host adapter is usually assigned the highest number in the chain (usually 7 if the bus supports eight devices — the ID numbers start with 0).

So the host adapter is assigned an ID of 7, and a SCSI bootable hard drive is assigned a SCSI ID of 0, which is the SCSI ID that the controller automatically looks to in order to boot off a SCSI hard drive. Outside of that, you decide what the ID numbers are for each device. As a rule, give slower devices higher ID numbers so that they receive a higher priority in the SCSI bus. Devices with higher priority get access to the bus before lower priority devices.

SCSI cabling

Different types of cabling are used to chain SCSI devices to the SCSI adapter. Internal devices use a 50-wire ribbon cable; external devices require a thick Centronics cable to connect to the Centronics 50 (typically used by SCSI-1) or the Centronics 68 (typically used by wide SCSI-2 technologies or Ultra SCSI-3) connector on the back of the device.

fortheexam.eps The different versions of SCSI use a large number of different cable types. Figure 5-15 shows some internal SCSI connectors, and Figure 5-16 displays a handful of external SCSI connectors. Be sure to be familiar with these cable types for the exam.

Figure 5-15: Looking at internal SCSI connectors.

9781118237038-fg020515.eps

Figure 5-16: Looking at external SCSI connectors.

9781118237038-fg020516.eps

Termination

Both ends of the SCSI bus must be terminated so that when a signal is sent down the SCSI bus, it is absorbed at the end of the bus by the terminator. If the signal was not absorbed, or removed from the bus with a terminator, the signal would bounce back and collide with other data on the bus. A collision would destroy the signal. The first device in the chain must be terminated along with the last device in the chain, the first device usually being the host adapter. If the device is an internal device, terminating might involve modifying jumper settings. If the device is external, a terminator will be added to the back of the device. Figure 5-17 shows a terminator for external devices.

Figure 5-17: A SCSI terminator.

9781118237038-fg020517.tif

If your SCSI chain has a combination of internal and external SCSI devices, the card shouldn’t be terminated because it is no longer the end of the SCSI chain. Instead, you should terminate the devices at either end of the SCSI chain.

technicalstuff.eps Most SCSI cards today are self-terminating, so you typically will not need to terminate them manually.

Types of SCSI

Over the past 12 years or so, SCSI technology has increased in performance to stay competitive with advances in IDE and EIDE. Newer versions of SCSI have amazing transfer rates, which is one of the reasons why you find network servers using SCSI hard drives instead of EIDE devices. The following list outlines the key points about the different versions of SCSI:

diamonds.jpg SCSI-1: The original version of SCSI (SCSI-1) was an 8-bit technology with a transfer rate of 5 MBps. One of the major benefits of SCSI was that you were not limited to two devices in a chain like you are with IDE. SCSI-1 allowed you to have eight devices in the chain, with the controller counting as one.

diamonds.jpg Fast SCSI-2: Fast SCSI-2 increased the performance of SCSI by doubling the transfer rate. Fast SCSI-2 devices transfer information at 10 MBps. Fast SCSI-2 is still an 8-bit technology and supports eight devices in the chain.

diamonds.jpg Wide SCSI-2: Wide SCSI-2 doubled the 8-bit data path of SCSI to 16 bits. Doubling the width of the data path raised the transfer rate to 10 MBps, like Fast SCSI-2, but Wide SCSI-2 can support 16 devices in a chain.

fortheexam.eps When trying to remember the difference between SCSI-1, Fast SCSI-2, and Wide SCSI-2, think of it this way. Fast implies speed, so the transfer rate is increased. Wide implies “wider” or bigger, which is the data path that has been increased; as a result, you also get a higher transfer rate.

diamonds.jpg Fast Wide SCSI-2: Fast Wide SCSI-2 is the combination of Fast SCSI-2 and Wide SCSI-2. The data path of Fast Wide SCSI-2 is 16 bits, the transfer rate is 20 MBps, and it supports 16 devices in a chain.

diamonds.jpg Ultra SCSI: Ultra SCSI takes the transfer rate of 10 MBps and doubles it again to 20 MBps! With Ultra SCSI, the bus width is only eight bits, and the number of devices that exist in the chain is eight.

diamonds.jpg Ultra Wide SCSI: Ultra Wide SCSI is Ultra SCSI with the bus width increased to 16 bits, and the number of devices in the chain is increased to 16. The transfer rate of Ultra Wide SCSI increased to 40 MBps.

diamonds.jpg LVD (Ultra2 SCSI): Low Voltage Differential (LVD), also known as Ultra2 SCSI, has a bus width of 16 bits and supports up to 16 devices. LVD is a popular SCSI version due to having a high transfer rate of 80 MBps. Figure 5-18 shows an LVD adapter (or card) with a cable and hard drive.

Figure 5-18: An LVD SCSI card with hard drive and internal cable.

9781118237038-fg020518.tif

fortheexam.eps Be prepared to answer questions on the A+ exam about the different types of SCSI. I suggest memorizing the transfer rates of each type.

Installing SCSI devices

If you understand the issues with SCSI, installing a SCSI bus is fairly simple. First, assign a unique ID number to each device. I usually perform this step at the beginning so that when everything is connected, I won’t have to play around figuring out how to change the ID of the devices. For more on assigning the IDs, see the section, “Addressing,” earlier in this chapter.

When assigning the ID numbers, remember that you want to assign the bootable drive the ID of 0 because the SCSI host adapter automatically looks to SCSI ID 0 for a bootable device. You also want to enable the SCSI BIOS on the SCSI controller if you are booting off a SCSI hard disk. When you enable the SCSI BIOS, you won’t need to install a driver for the card because the PC will recognize the device on startup. If you are booting off an IDE drive and using the SCSI disk as an additional drive, disable the SCSI BIOS and install a driver in the OS.

After you assign the ID numbers to each device, insert the SCSI host adapter into the expansion slot of the PC. After inserting the SCSI card, chain all devices.

fortheexam.eps When preparing for the A+ exam, know the different terms used for a particular technology. Another term for a SCSI chain is a daisy chain. When you chain devices, you create a daisy chain.

When you have the devices chained, make sure that each end on the SCSI bus is terminated. If the last device is an external device, put the terminator on the end of the device. If you are installing internal devices, check the documentation on the internal devices to find out what jumpers to set.

At this point, the IDs are configured for each device, the SCSI card is inserted into the PC, and the devices are connected to the card to create a SCSI bus. The SCSI bus is also terminated at either end. Before installing the driver for the SCSI card in the operating system, review the steps to install a SCSI device one last time. To install a SCSI bus, follow these steps:

1. Assign unique IDs to each device.

2. Install the SCSI host adapter into the expansion slots.

3. Chain devices to the SCSI host adapter.

4. Terminate the SCSI bus at both ends of the chain.

5. Install the driver for the SCSI card if you are not booting off the first hard disk.

After you connect the hardware for the SCSI chain, you need to load a driver in the OS for the SCSI host adapter. After inserting the SCSI card and powering-on the Windows OS, Plug and Play should kick in, asking for the driver of the new hardware. If Plug and Play does not kick in, you can run the Add Hardware Wizard found in the Control Panel or My Computer properties of the system. To install a SCSI adapter in Windows if it is not detected automatically, follow these steps:

1. In Windows XP or Server 2003: Right-click My Computer and choose Properties. Then go to the Hardware tab and click the Add Hardware Wizard button.

2. Click Next.

3. Select Add or Troubleshoot a Device and then click Next.

4. In the Choose Hardware Device dialog box, select Add a New Device and then click Next.

5. Choose the adapter to install, so select No, I Want to Select the Hardware from a List. Click Next.

If you know the host adapter you are installing: Select No, I Want to Select the Hardware from a List.

If you are unsure of the host adapter you are installing: Select Yes, Search for New Hardware.

The next screen asks you what type of device you are installing.

6. Choose SCSI and RAID controllers and then click Next.

7. In the list of devices, select the manufacturer on the left side and the adapter to install on the right side; then click Next.

8. Click Finish.

9. Restart the computer.

The steps to install a driver manually in Windows 7 and Vista are similar to Windows XP. To launch the Add Hardware Wizard in Windows 7 and Vista, if Plug and Play has not loaded your device driver, you simply choose Start⇒Control Panel⇒Hardware and Sound⇒Device Manager (found under the Devices and Printers category). Once in the device manager, right click on your computer at the top of the screen and choose Add Legacy Hardware — the Add Hardware Wizard will launch.

ontheweb.eps To practice installing SCSI devices in Windows perform Lab 5-2. Lab 5-2 can be found on the companion website at www.dummies.com/go/aplusaio.

The Serial ATA Hype!

IDE technology has been around for many, many years, and there has been a big need for a change in hard drive technology. That change came as a new hard drive interface called serial ATA (SATA). IDE is a parallel technology (PATA), and although SATA is a serial technology, it offers great speed and other benefits. SATA is also a lot faster than IDE — approximately 30 times faster, with original speeds of 150 MBps and speeds of 600 MBps for newer versions.

One of the first benefits of SATA is that it is a hot-swappable technology, meaning that you can add or remove drives from the system without shutting down the system. This is a huge benefit when you look for RAID solutions for servers that you don’t want to spend a lot of money on — like a server for a small company. (For more on RAID, see the section “Securing Data with RAID,” in Chapter 6 of this minibook.)

Another benefit of SATA is in the cabling. Because SATA is a serial technology, the cables can be longer than your typical IDE ribbon cables. I don’t known how many times with IDE I had to switch the CD-ROM and my second hard drive around just so the ribbon cable could reach. SATA cables can be 39 inches long, but the maximum distance for IDE is 18 inches.

The other benefit of the cabling with SATA is that it uses only 7 wires, as opposed to the 80 wires used in newer IDE drives. The benefit here is that it allows for better airflow in the system, which results in a cooler system. Figure 5-19 shows a SATA drive and cable.

tip.eps For older motherboards without SATA connectors, you can get a PCI card that does have the connectors. Also, for backward compatibility, you can get a SATA bridge that allows IDE drives to be connected to a SATA system.

With IDE, you have to master and slave the drives when you want multiple IDE devices. Yet another benefit to SATA is that there is no mastering and slaving of devices because you can only connect one SATA device to a single connector, or channel. The reason this is a benefit is because when installing a drive, you don’t need to have knowledge of mastering and slaving devices — you simply connect the SATA device to the system!

SATA has all but replaced drive technologies like EIDE and SCSI, and currently has three versions:

diamonds.jpg SATA v1: 150 MBps transfer rate

diamonds.jpg SATA v2: 300 MBps transfer rate

diamonds.jpg SATA v3: 600 MBps transfer rate

Figure 5-19: A SATA cable and power connector connecting to a SATA drive.

9781118237038-fg020519.eps

remember.eps If you want two SATA drives, you need two SATA connectors — and don’t forget that you can get cards to give you more connectors, allowing you to install additional SATA devices.

One last note on SATA: Your BIOS offers a SATA operation mode setting that you may want to check. If you want the controller to support old PATA drives, you can set the operation mode to parallel mode (also known as compatibility mode). If you are using SATA in the system, set the operation mode to AHCI to leverage the benefits of SATA; this also supports the SATA drives in a RAID configuration. Most systems also have a RAID mode if you know you are configuring the SATA systems in a RAID configuration (use AHCI if you are not sure).

eSATA Drives

eSATA — external SATA — and allows for external hard drives to connect to a system over a SATA port instead of the typical USB or FireWire port. In the past, external drives were enclosures that held SATA drives, but the interface to connect the enclosure to the computer used USB or FireWire. This created overhead as the SATA interface is translated to USB or FireWire, which is slower than SATA. With eSATA connections on the motherboard, you can connect to the external drive using eSATA, thus leveraging SATA speeds with no translation drawbacks!

An eSATA device requires its own power source (it is an external device) and can have an external SATA cable length of 2 meters. eSATA cable is specially designed to help prevent electromagnetic interference (EMI). eSATA cable has also been designed to handle more than 5,000 times of adding and removing of the drive; the current internal SATA cable is suited for only 50 insertions and removals. Figure 5-20 shows an eSATA connector on a 1TB (terabyte) external hard drive.

Figure 5-20: An eSATA connector on an external hard drive.

9781118237038-fg020520.tif

Using Removable Storage

Not all data storage is hard-wired to the system. Removable storage is the term used for storage media that you take away from the system with you.

Floppy disks

The floppy disk was very popular for storing data and being able to carry the data with you. Floppy disks are not as popular today because they typically can store only up to 1.44MB of data. Today, one picture from a digital camera will use that much space.

A floppy disk has a hard plastic casing with a sliding metal shutter that allows the drive to access the silicon disk inside. The floppy drive comes in different sizes, or formats:

diamonds.jpg 51⁄4-inch: The 51⁄4-inch floppy disk came in two formats: 360KB and 1.2MB. The 51⁄4-inch floppy disk had a soft, flexible shell that did not protect the disk very much. You might not encounter a 51⁄4-inch floppy because they have been obsolete for years.

diamonds.jpg 31⁄2-inch: A 31⁄2-inch floppy disk is the floppy disk that you will most likely encounter, if you encounter one at all. Like with the 51⁄4-inch floppy disk, there is a protective shell, but the shell of this format is hard plastic. The 31⁄2-inch floppy comes in two formats: 720KB and 1.44MB. The 1.44MB format is more common.

Zip drives

A Zip drive is similar to a floppy drive but a little bit larger physically and stores more information. A Zip drive can store 100MB or 250MB of data, depending on what type of drive it is. These drives were popular solutions for backing up data before CD-ROMs and external drives became popular.

CD-ROM/CD-RW

A compact disc–read-only memory (CD-ROM) is an optical storage technology that uses a laser to read and write data. Originally, as the name implies, one could only read from CD-ROMs. CD-ROMs are the preferred media to distribute software and fairly large amounts of data.

Originally, CD-ROMs stored 650MB of data and could store 74 minutes of music, but today’s CD-ROMs store 700MB of data or 80 minutes of music. CD-ROMs are written to from the inside out. If you look at the bottom of the CD-ROM, you see the lines indicating where data was written, which is very useful information if you ever pick up a CD and wonder whether it has been written to.

The speed (transfer rate) of the CD-ROM, measured in multiples of 150 KBps, is indicated with an X. For example, an old 1X (pronounced “one times”) CD-ROM had a transfer rate of 150 KBps, and an 8X has a transfer rate of 1200 KBps (150 × 8 = 1200), and a much faster 48X has a transfer rate of 7200 KBps.

For many years now, CD drives are writeable: If you want to burn your own CD you can if you have a CD burner. (Writing to a CD is often called burning a CD.) This makes CD drives much more popular than the older floppy drives because of the amount of information you can store on the CD — a great solution for backing up your data!

The two types of writeable CDs are CD Recordable (CDR) and CD ReWritable (CD-RW). The difference between them is that you can write to CDR only once, but you can reuse a CD-RW many times by reformatting the CD and starting again.

CDR speeds are shown in a format like 4x24: The first value is the record speed, and the second value is the read speed. Each value is multiplied by the 150 KBps to calculate the record and read speed. CD-RW displays three values to indicate the speed of the device: write speed, rewrite speed, and read speed — for example, 4x4x24.

fortheexam.eps A CDR is an example of a write once read many (WORM) disc. Remember for the exam that the CDR speed is displayed with the record speed showing first and then the read speed (4x24). CD-RW displays the speed as the write speed, rewrite speed, and read speed (4x4x24).

You can write to a CDR multiple times, but you cannot overwrite areas of the disc that have already been written to. With a CDR, writing to it many times appends the additional write operations information to the end of the CDR. Each burn operation that you perform is a session, and most writeable CD drives today support multiple sessions. For example, say you back up your pictures to CD and use only 350MB of space on the CDR. You can write more data to the CD with the remaining space at a later time. With the cost of CDRs being so low nowadays, I typically don’t bother. I burn a CD, label it, and then file it.

When writing to a CD, the process is not done magnetically like it is with hard drives. As I mention earlier, the write operation is performed with a laser. The CD has a chemical-dye layer mixed with a thin reflective layer. When you write to the CD, the chemical layer is heated with the laser to create a solid state at that location. These locations reflect less light, and the different patterns of reflection create the data on the disk.

Many CD burners (used to write to CDs) come as combo drives that can burn CDs and read DVDs. The key point to remember about these combo drives is they cannot write to DVDs.

DVD/DVD-RW

Digital versatile discs (DVDs) are similar to CDs in the sense that they are another type of optical storage, but DVDs store a lot more data. The typical DVD stores 4.7GB of data. Some DVDs (unlike CDs) can store data on both sides of the disk, and newer DVDs even store data on different layers on the DVD. This allows the DVD to store more than the 4.7GB, depending upon the DVD standard. Table 5-6 describes the different DVD standards.

Table 5-6 DVD Standards

Standard

Specifications

Total Storage Space

DVD-5

Single-sided, single layer

4.7GB

DVD-9

Single-sided, double layer

8.5GB

DVD-10

Double-sided, single layer

9.4GB

DVD-18

Double-sided, double layer

17GB

The transfer rates of DVDs are measured in a similar fashion to CD-ROMs but the transfer rate is 1.35 MBps for each times (x). For example, if you have a 2x DVD-ROM, it has a transfer rate of 2.70 MBps. An 8x DVD-ROM has a transfer rate of 10.80 MBps.

Blu-ray Discs

Blu-ray discs are popular items today in the video world because they offer the capabilities of high-definition (HD) video. Blu-ray has much better quality than DVD.

Blu-ray, created by Sony, was named after the fact that a blue laser is used to read and write to the Blu-ray disc. (DVDs use a red laser.) Not only does Blu-ray offer HD video, but it also stores more information than a DVD. Blu-ray discs can store up to 25GB of data for a single-layer disc, but can store up to 50GB of data for a double-layer disc!

Blu-ray discs also have a faster transfer rate than DVDs. DVD speeds could be calculated by taking the speed indicated and multiplying it by 1.35 MBps, but a Blu-ray disc has a multiplier of 4.5 MBps!

To compare, an 8x DVD has a transfer rate of 10.80 MBps, but an 8x Blu-ray disc has a transfer rate of 36 MBps!

BD-R and BD-RE

Blu-ray discs are like DVDs in that they have recordable versions as well. Blu-ray disc recordables (BD-Rs) are Blu-ray discs that can be written to once, while Blu-ray disc recordable erasables (BD-REs) can be erased and then written to many times.

Solid state drives

Solid state drives (SSDs) use a totally different approach to storing data on the drive than conventional drives, which use magnetic states to store the data. Solid state drives do not have any moving parts such as platters or read/write heads; they simply store data permanently to a huge block of memory. Solid state drives outperform magnetic drives but are still costly, so you will see magnetic drives around for some time.

Flash drives/thumb drives

Flash drives, also known as thumb drives or memory sticks, are the popular method for carrying data from computer to computer. Flash drives, which can store anywhere from 64MB to multiple gigabytes of information, are relatively inexpensive.

Flash drives are USB devices that you simply plug into the USB port on the computer. Plug and Play kicks in, detects the device, and assigns the drive a letter in the My Computer icon. To access the flash drive, you simply double-click the drive in My Computer and open, copy, and move files as you wish. Figure 5-21 shows a flash drive.

Figure 5-21: A flash drive uses a USB connection to interface with the computer.

9781118237038-fg020521.tif

SD cards

Multimedia devices, such as MP3 players and digital cameras, support adding memory to the device by using CompactFlash cards or Secure Digital (SD) cards (as shown in Figure 5-22).

Figure 5-22: A Compact­Flash, SD card, and SD card carry case.

9781118237038-fg020522.tif

CompactFlash (CF) cards have been very popular but have been replaced by SD cards. SD cards are used by a number of types of devices such as digital cameras, laptops, printers, MP3 players, and PDAs to name a few types of devices. SD cards are a great way to carry your data from one device to another.

SD cards store data up to 4GB, but a newer SD format — Secure Digital High Capacity (SDHC) — can store information up to 32GB or more. The problem is that SDHC cards cannot be read by devices that only support SD cards. For a device to be able to read an SDHC card, the device must be compatible with SDHC. This is important to remember when you purchase an SD card for your camera. The SD and SDHC cards are the same physical size and appear the same; look for the label indicating SDHC on the SDHC card.

You should be familiar with a number of other types of removable media for the A+ Certification:

diamonds.jpg SDXC: The secure digital extended capacity (SDXC) cards allow up to 2 TB of space for the SD card.

diamonds.jpg Mini-SD: Mini-SD cards are smaller than the SD and SDHC cards, with dimensions of 21.5 mm × 20 mm × 1.4 mm.

diamonds.jpg Micro-SD: Micro-SD is the smallest type of nonvolatile memory you can find today. Micro-SD memory cards are commonly used with mobile devices such as phones and tablets. You can also purchase an adapter that allows you to connect the micro-SD in a regular SD slot so that it can be used with a PC.

diamonds.jpg xD: Extreme Digital (xD) cards are older memory cards used in cameras that ranged in sizes from 16 MB to 2 GB. xD competed with other technologies such as CompactFlash and is no longer being used in newer cameras.

External hard drives

External drives are just as popular as flash drives today. Like flash drives, an external drive uses a USB connection, but could also allow you to connect the drive through FireWire or eSATA. External drives allow you to store hundreds of gigabytes, even a terabyte, of data. These are great solutions to add more space to a laptop computer or desktop PC.

Tape

A popular type of media for data is tape, which is typically used to store backup copies of data. This copy of the data stored on tape is used to bring the data back if the hard drive fails. Different types of tape drives are popular today:

diamonds.jpg Quarter-inch cartridge (QIC): QIC — one of the oldest and most popular tape standards — supports many different tape sizes. The QIC size depends on the standard, and each standard is labeled similar to QIC-80 — the QIC tape that supports 80MB of data. Other examples are QIC-40 (40MB tapes) and QIC-5210 (25GB tapes).

diamonds.jpg Travan: Travan is a tape drive standard based on the QIC standard but supports compression. Travan is typically more expensive and can store from 400MB to 8GB of data or more. Examples of tape sizes in this standard are labeled as TR-1 (stores 400MB of data) and TR-4 (stores 8GB of data).

diamonds.jpg Digital Audio Tape (DAT): DAT drives store data in a digital format and use two heads: one for reading data and the other for writing data. DAT drives use a standard called Digital Data Storage (DDS) to store data. Examples of DDS tapes are DDS-1 (stores 2GB of data), DDS-2 (stores 8GB of data), and DDS-4 (stores 40GB of data).

Getting an A+

This chapter illustrates the importance of hard disk management and the utilities used to perform that management. The following are some key points to remember when managing hard disks:

diamonds.jpg EIDE devices are slower than SCSI and SATA and only support a total of four devices in the configuration, with two devices per EIDE chain.

diamonds.jpg EIDE devices are configured in a master/slave configuration by setting jumpers on the drives.

diamonds.jpg SCSI devices need to have a host adapter and unique IDs, and the SCSI bus must be terminated at both ends.

diamonds.jpg SATA drives are much faster than EIDE and support hot-swapping. Each SATA port on the motherboard supports connecting a single SATA drive.

diamonds.jpg CD-ROMs can store 700 MB of data, while most DVDs are able to store between 4.7 and 8.5 GB of data. Blu-ray discs can store between 25 GB and 50 GB of data!

diamonds.jpg An 8x DVD can transfer data at 10.80 MBps, while an 8x Blu-ray can transfer data at 36 MBps.

Prep Test

1 What is the size of a sector on a hard disk?

A checkbox.jpg 512 bytes

B checkbox.jpg 1K

C checkbox.jpg 4K

D checkbox.jpg 512K

2 How many devices can exist in an IDE chain?

A checkbox.jpg 1

B checkbox.jpg 2

C checkbox.jpg 3

D checkbox.jpg 4

3 What physical component of the disk is responsible for reading and writing data on the disk?

A checkbox.jpg Platter

B checkbox.jpg Sector

C checkbox.jpg Cluster

D checkbox.jpg Read/write head

4 How many wires can be found in an IDE ribbon cable for a hard disk?

A checkbox.jpg 34

B checkbox.jpg 40

C checkbox.jpg 50

D checkbox.jpg 66

5 In a SCSI chain, what devices are required to be terminated?

A checkbox.jpg The first device in the chain

B checkbox.jpg The last device in the chain

C checkbox.jpg Devices at either end of the SCSI chain

D checkbox.jpg Any hard disk in the SCSI chain

6 In a SCSI chain, what device should take a SCSI ID of 0?

A checkbox.jpg CD-ROM

B checkbox.jpg The bootable (first) hard disk

C checkbox.jpg The SCSI host adapter

D checkbox.jpg Printer

7 In an IDE chain, CD-ROM devices are usually what?

A checkbox.jpg Masters

B checkbox.jpg Terminated devices

C checkbox.jpg Devices assigned ID 0

D checkbox.jpg Slaves

8 Which of the following describes the cabling for internal SCSI?

A checkbox.jpg 40-wire ribbon cable

B checkbox.jpg 34-wire ribbon cable

C checkbox.jpg 50-wire ribbon cable

D checkbox.jpg None of the above

9 Which of the following best describes where the Master Boot Record is located?

A checkbox.jpg Last track on the disk

B checkbox.jpg First track on the disk

C checkbox.jpg First sector on the first track of the first side of the first platter

D checkbox.jpg First sector on the last side of the last platter

10 How many devices can exist in an EIDE chain?

A checkbox.jpg 1

B checkbox.jpg 2

C checkbox.jpg 3

D checkbox.jpg 4

Answers

1 A. A single sector on the disk is 512 bytes. A group of these sectors makes up a cluster, which typically could be 4K, 16K, or 32K. See “Sectors.”

2 B. IDE supports only two devices in an IDE chain. EIDE improves on this limit by allowing four devices. Review “IDE/ATA standard.”

3 D. The read/write heads are responsible for moving over the disk surface and writing data to the disk. A platter is one of the disk plates, a sector is where the data is written, and a cluster is a group of sectors. Check out “Read/write process.”

4 B. The hard disk is connected to the motherboard with a 40-wire ribbon cable. A 34-wire ribbon cable is used to connect floppy drives, and a 50-wire ribbon cable is used for internal SCSI devices. Peruse “IDE cabling.”

5 C. Devices at each end of the SCSI bus must be terminated. This is usually the SCSI host adapter plus the last device in the chain. Take a look at “Termination.”

6 B. A bootable hard disk should take SCSI ID 0, and the host adapter usually takes an ID of 7. The other devices can be assigned any number in the chain as long as it is a unique number. Peek at “Addressing.”

7 D. IDE CD-ROMs are slaves in an IDE chain. IDE devices do not get assigned IDs and do not have to be terminated. Look over “Master/slave configuration.”

8 C. An internal SCSI connector uses a 50-wire ribbon cable, an IDE device uses a 40-wire ribbon cable, and a floppy drive uses a 34-wire ribbon cable. Study “SCSI cabling.”

9 C. The master boot record is the first sector on the first track of the first side of the first platter. Refer to “Sectors.”

10 D. An EIDE chain can have up to four devices. IDE only supports two devices, and the original SCSI supports eight devices in the chain. Examine “EIDE/ATA-2 standard.”

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset