...NT1230 Unit 2. Assignment 1 Disk Redundancy Research 1. What does RAID stand for? Redundant Array of Inexpensive Disk 2. When would we use RAID? When you have a vast amount of data to need to be backup or to improve speed of the system. 3. Define the following types of RAID: a. RAID 0: Splits data evenly across two or more disks (striped) without parity information for speed. RAID 0 was not one of the original RAID levels and provides no data redundancy. RAID 0 is normally used to increase performance, although it can also be used as a way to create a large logical disk out of two or more physical ones. b. RAID 1: An exact copy (or mirror) of a set of data on two disks. This is useful when read performance or reliability is more important than data storage capacity. Such an array can only be as big as the smallest member disk. c. RAID 5: Comprises block-level striping with distributed parity. Unlike in RAID 4, parity information is distributed among the drives. It requires that all drives but one be present to operate. Upon failure of a single drive, subsequent reads can be calculated from the distributed parity such that no data is lost. RAID 5 requires at least three disks. d. RAID 6: Extends RAID 5 by adding an additional parity block; thus it uses block-level striping with two parity blocks distributed across all member disks. 4. Why is RAID 0 of any use if it offers no redundancy? It splits data evenly across two or more disks (striped) without parity information...
Words: 415 - Pages: 2
...Assignment Title Unit 2. Assignment 1. Disk Redundancy Research Assignment Overview: Using the Internet and the ITT Tech Virtual Library, research the following questions, and provide your thoughts on each one. Submit your answers in a Word Document and ensure that you cite any resources you utilized with the proper APA format. 1. What does RAID stand for? RAID stands for Redundant Array of Inexpensive Disks 2. When would we use RAID? 3. Define the following types of RAID: a.RAID 0: Striped Set -- A RAID 0 setup splits data evenly across two or more disks. It is important to note that RAID 0 was not one of the original RAID levels, and is not redundant. If one drive goes down your server will need to be restored from backup b. RAID 1 Mirrored Set -- A Raid 1 setup creates an exact copy (or mirror) of data on two or more disks. A typical setup just has two drives that are setup to mirror data. If one drive goes down your server will still be functional until a scheduled drive replacement can be installed. c. RAID 5 Striped Set with Parity -- A RAID 5 setup uses block-level striping with parity data distributed across all disks in the RAID Array. This means you can have one drive fail and your server will remain functional until a scheduled drive replacement can be installed. RAID 5 also increases read/write speeds while using the available disk space efficiently. d. RAID 6 Similar to RAID 5 but not as widely used, RAID 6 performs either two parity computations...
Words: 422 - Pages: 2
...Unit 2 Assignment 1: Disk Redundancy Research December 14, 2013 1) What does RAID stand for? RAID stands for? RAID stands for Redundant Array of Independent Disks. 2) When would we use RAID? RAID can be used by either individual users or large network users to store data across multiple locations to increase fault tolerance. 3) Define the following types of RAID: a) RAID 0 b) RAID 1 c) RAID 5 d) RAID 6 RAID 0 | Strips data without redundancy. Provides faster performance, but it lacks fault tolerance. | RAID 1 | Known as disk mirroring. This method doesn’t strip data, it saves all data intact across at least two disks to provide fault tolerance. | RAID 5 | Uses rotating parity to store data. There is do data duplication, but the parity data can be used to reconstruct data. Mostly used by large organizations for data that is not performance sensitive. | RAID 6 | Same as RAID 5, but adds another parity scheme to increase fault tolerance. | 4) Why is RAID 0 of any use if it offers no redundancy? RAID 0 allows data to be broken up in order to allow faster access to data. 5) Why do you think that RAID 1 can be the most expensive? Why would people utilize it if it’s so costly? RAID 1 can be the most expensive because it requires an entire drive to make a duplicate of any data and the more copies you want, the more drives you need. People still use is because it makes complete copies of data, not partial ones. The complete copies allow users...
Words: 405 - Pages: 2
...UNIT 2 ASSIGNMENT 1 2 1. What does RAID stand for? Originally, RAID stood for Redundant Array of Inexpensive Disks. Currently it is more commonly known as standing for Redundant Array of Independent Disks. 2. When would you use RAID? Having data on multiple disks helps ensure against data loss in case of a drive failure. If one of the drives fails most levels of RAID allow the user to just replace that one drive while not losing any data. Having multiple drives also allows multiple read and write operations to be going on at the same time, which increases performance. 3. Define the following types of RAID: a. RAID 0 Using two or more disks, RAID 0 utilizes a striped disk array with data broken down and written part to each disk. This increases performance since multiple input / output operations can be carried out at the same time. RAID 0, unlike the other levels of RAID, does not provide any protection against data loss. If one drive goes down, all of the data will be corrupted. b. RAID 1 RAID 1 requires two or more disks to operate, it organizes data into mirrored pairs. When data is written to one of the drives in a mirrored pair, it is automatically written to both drives. That way if one of the two drives fails the user just needs to replace that one drive. It also provides an increase in performance since two read operations can be performed at the same time. Only one write can be performed at a time since the data must be written to...
Words: 855 - Pages: 4
...UNIT 2. ASSIGNMENT 2. DISK REDUNDANCY RESEARCH Assignment Requirements: Using the Internet and the ITT Tech Virtual Library, research the following questions, and provide your thoughts on each one. Submit your answers in a Word Document and ensure that you cite any resources you utilized with the proper APA format. 1. What does RAID stand for? A. Redundant Array of Independent Disks 2. When would we use RAID? A. When you need a performance increase in software or software redundancy. Running a large Info server were a lot of people will be getting info at the same time. 3. Define the following types of RAID: A. RAID 0 this configuration has striping but no redundancy of data. It offers the best performance but no fault-tolerance. B. RAID 1 Also known as disk mirroring, this configuration consists of at least two drives that duplicate the storage of data. There is no striping. Read performance is improved since either disk can be read at the same time. Write performance is the same as for single disk storage. C. RAID 5 this level is based on block-level striping with parity. The parity information is striped across each drive, allowing the array to function even if one drive were to fail. The array’s architecture allows read and write operations to span multiple drives. This results in performance that is usually better than that of a single drive, but not as high as that of a RAID 0 array. RAID 5 requires at least three disks, but it is often recommended to use at...
Words: 559 - Pages: 3
...Unit 2. Assignment 1. Disk Redundancy Research 1. What does RAID stand for? Raid stands for Redundant Array of Independent Disks 2. When would we use RAID? You would use RAID to combine multiple hard drives. 3. Define the following types of RAID: a. RAID 0 RAID 0 increases performance and splits data evenly between 2 drives b. RAID 1 RAID 1 mirrors both drives. c. RAID 5 RAID 5 uses 3 drives and uses striping to divide across all drives with additional parity data divided across all disks. d. RAID 6 RAID 6 is similar to RAID 5 but adds an additional parity block to each drive writing 2 parity blocks for each bit of data striped across the disks. 4. Why is RAID 0 of any use if it offers no redundancy? Because it splits the data evenly among the 2 hard drives 5. Why do you think that RAID 1 can be the most expensive? Why would people utilize it if it’s so costly? Because you will run out of space faster but you will always have a copy of your data if 1 of the drives ever fails. 6. If you, as a home computer user, were to purchase a form of RAID, which would you choose and why? I think I would try RAID 10 since it has the ability to use the advantages of RAID 1 and 0 I will have the mirroring on my secondary disks and no redundancy. 7. What is the difference between software RAID and hardware RAID? Hardware has a specially built controller to that handles the drives and costs more and the software has no specialized hardware is...
Words: 281 - Pages: 2
...Unit 2 Assignment 1 Disk Redundancy Research 1. What Does RAID stand for? Redundant Array of Independent Disks 2. When would we use RAID? It’s a balanced way to improve overall storage performance. 3. Define the following types of RAID a. RAID 0: Provides data striping but it lacks both fault tolerance and redundancy to improve performance as a result if one drive fails then all data in the array is lost. b. RAID 1: Provides disk mirroring and duplexing so level one provides twice the read transaction rate of single disks and the same write transaction rate as a single disk. c. RAID 5: Uses block-level striping with parity data distributed across all member disks. Also RAID 5 has achieved popularity because of its low cost of redundancy. d. RAID 6: Extends RAID 5 by adding an additional parity block thus it uses block-level striping with two parity blocks distributed across all member disks. RAID 6 does not have a performance penalty for read operations but it does have a performance penalty on write operations because of the overhead associated with parity calculations and it’s also no less space efficient then RAID 5. 4. Why is RAID 0 of any use if it offers no redundancy? Because it provides data striping even though it lacks both fault tolerance and redundancy. 5. Why do you think that RAID 1 can be the most expensive? You get two copies of everything after you have a hard drive fail on you with all of the data completely lost you’ll understand that spending...
Words: 434 - Pages: 2
...Chad Van Buren Jr Unit 2 Assignment 1: Disk Redundancy Research 1. RAID stands for redundant array of independent discs 2. We would use RAID depending on the need of the individual or entity. RAID differs depending on the type you install. In question 3, I will discuss the difference between RAID types. From there you can decide which one suits your needs best. 3a. RAID 0- Is taking any number of disks and striping data across all of them. This will greatly increase speeds, as you're reading and writing from multiple disks at a time. An individual file can then use the speed and capacity of all the drives of the array. The downside to RAID 0 is that it is not redundant; the loss of any individual disk will cause complete data loss. b. RAID 1- Requires at least 2 hard drives. These disks mirror each other, meaning that all the data saved on one will then be mirrored or copied onto the other. The advantage to this RAID is that if one of your hard drives fails, you can then manually plug in your other hard drive to make it the primary and continue on with your business without delay or loss of data. If your second disk is then not replaced and the secondary hard drive fails all your data will be lost. c. RAID 5- This RAID requires the use of at least 3 hard drives. It’s similar to RAID 0 in the sense that data is stripped through all the hard drives to increase performance. What makes this RAID unique is the use of what’s known as parity bit. What this does is create...
Words: 715 - Pages: 3
...1. Windows Easy Transfer supports two types of migrations, called side by side and wipe and load. 2. When a serious problem occurs with Windows 7, you might be able to repair it by starting the Windows PE operating system and running diagnostic tools. In this scenario, Windows PE is called Windows RE (Recovery Environment) 3. To migrate user profile information from one computer to another, you can use either Windows Easy Transfer or User State Migration Tool. 4. A computer using Windows PE will reboot automatically after 72 hours. 5. Windows Easy Transfer supports migration using any removable storage medium common to the two computers except for floppy disks (insufficient capacity) 6. The Windows 7 component that enables the computer to support more than one language is called the Multi-Language User Interface. 7. The reason it is possible to remove the Windows 7 installation disk to supply the Setup program with drivers is that Windows PE runs on a RAM disk. 8. To upgrade Windows XP to Windows 7, you must perform a clean install. 9. The files and settings that WET can migrate to a Windows 7 computer a primarily stored in the User Profile Folder. 10. As a preinstallation environment, Windows PE is a vast improvement over MS-DOS because it includes support for networking and NTFS. UNIT 2 ASSIGNMENT 1- DISK REDUNDANCY SEARCH 1. RAID stands for Redundant Array of Independent Disks. 2. RAID is used to improve performance and reliability by providing multiple...
Words: 393 - Pages: 2
...NT1230 cLIENT-sERVER NETWORKING 1 | UNIT 2 ASSIGNMENT 1 | DISK REDUNDANCY RESEARCH | | Joseph Balcazar (13383477) | 6/27/2015 | Using the internet and the ITT-Tech Library, research the following questions and provide your thoughts on each one . Submit your answers in a Word Document and cite any resources in A.P.A format | 1.What does R.A.I.D stand for? R.A.I.D stands for Redundant Array of Inexpensive Disks 2.When would we use RAID? We would use RAID in file server and data storage where access speed with a minimal lost of data and reliability is crucial for example a web store 3.Define the following types of RAID: a. RAID0 Disk Striping offering no redundancy and is written across multiple drives increasing drive performance b. RAID1 duplicates entire contents of drive1 on a second drive so if the primary drive fails there’s a backup of the primary on a secondary disk minimizing downtime of drive c. RAID5 Spreads data across multiple drives evenly giving server or website higher drive data reliability and higher drive storage capacity d.RAID6 RAID 6, also known as double-parity RAID, uses two parity stripes on each disk. It allows for two disk failures within the RAID set before any data is lost. 4.Why is RAID0 of any use if it doesn’t offer any redundancy ? RAID0 is usedwhere drive performance is more important that security of data for example a gaming computer. 5 Why do u think RAID1 can be the most expensive? Why would people utilize it if so costly? RAID1...
Words: 489 - Pages: 2
...NT1230 Unit 2. Assignment 1. Disk Redundancy Research 1. What does RAID stand for? Redundant Array of Independent Disk 2. When would we use Raid? To divide and replicate data into physical drives. 3. Define the following types of RAID: a. RAID 0-is simply data striped over several disks. This gives a performance advantage, as it is possible to read parts of a file in parallel. However not only is there no data protection, it is actually less reliable than a single disk, as all the data is lost if a single disk in the array stripe fails. b. RAID 1-is data mirroring. Two copies of the data are held on two physical disks, and the data is always identical. RAID1 has a performance advantage, as reads can come from either disk, and is simple to implement. However, it is expensive, as twice as many disks are needed to store the data. c. RAID 5-data is written in blocks onto data disks, and parity is generated and rotated around the data disks. Good general performance, and reasonably cheap to implement. Used extensively for general data. d. RAID 6-is growing in popularity as it is seen as the best way to guarantee data integrity as it uses double parity. It was originally used in SUN V2X devices, where there are a lot of disks in a RAID array, and so a higher chance of multiple failures. RAID6 as implemented by SUN does not have a write overhead, as the data is always written out to a different block. 4. Why is RAID 0 of any use if it offers no redundancy? Fast performs and...
Words: 352 - Pages: 2
...NT1230 1/1/16 Unit 2 Assignment 1 Disk Redundancy Research RAID stands for redundant array of independent disks and is a data storage virtualization technology that combines multiple physical drives into a single logical unit for the purpose of backing up vital data, improving system performance, or both. It’s most useful for businesses because they usually network terminals that all pull from a central server with everything stored on it. RAID is used to allow for a seamless replacement of defective drives or swapping full drives for empty ones without hassle of having to reboot. There are four types of raid that are going to be discussed and there is also a difference between hardware RAID and software RAID. Software RAID is just software that runs on your operating system, hardware RAID uses a modified chip as a controller and assists the software for operating systems that software RAID is incompatible with. RAID 0 consists of striping, without mirroring or parity. The capacity of a RAID 0 volume is the sum of the capacities of the disks in the set, the same as with a spanned volume. There is no added redundancy for handling disk failures, just as with a spanned volume. Thus, failure of one disk causes the loss of the entire volume, with reduced possibilities of data recovery when compared to a broken spanned volume. Striping distributes the contents of files roughly equally among all disks in the set, which makes concurrent read or write operations on the multiple disks...
Words: 708 - Pages: 3
...Alberto Legra 01/28/2016 Unit 6 Assignment 1: Video summary 4 (RAID) 1. URL Of video. https://www.youtube.com/watch?v=eE7Bfw9lFfs 2. Summary of video. In this video we learn the meaning of raid, what it does, and how to efficiently configure raid arrays. RAID stands for Redundant Array of Independent Disks. The three most common types of RAID; RAID 0, RAID 1, and RAID 10. Different raid configurations offer different advantages, like speed and reliability. RAID 0 is all about speed, by striping the data across 2 drives you can keep all of the capacity and double the read and write performance. However, RAID 0 provides no reliability, if one of your drives fail you will all of your data. RAID 1 in the other hand provides maximum reliability, but no performance increase. When both performance and reliability are needed, there is the option for a RAID 10 configuration. To configure a RAID 10 array, you need four drives, stripe the data on all four drives and mirror two against two. This RAID configuration allows you to get about double the performance and capacity of an individual drive, and you can lose up two drives without losing any data. 3. 3 topics mentioned in the video. * The meaning of RAID * Pros and cons of RAID configurations * How to configure RAID 4. 3 terms used in the video and their definitions. * Data striping: The technique of segmenting logically sequential data, such as a file. * RAID: Data storage virtualization technology...
Words: 308 - Pages: 2
...Miller CTI-140-20 3/26/2017 RAID Assignment RAID is an array of independent disks made up of multiple individual disk storage devices. It is perceived by the operating system as a single logical unit. Data needed to be stored on a RAID are controlled by RAID controller, and be directed to different storage devices. Such a methodology is proved to be more efficient than the traditional method in the way that it places data in and retrieves data from different nodes, balancing the input and output actions and improving the overall performance and fault tolerance. There are different levels of RAID. Each of them employs one or more technology in dealing with storage virtualization. The following shows the setup...
Words: 853 - Pages: 4
...Date: 09-22-2015 Course: NT 1230 (Clients – Server Networking-1) Unit 2. Assignment 1. Disk Redundancy Research 1. RAID is Redundant Array of Inexpensive Drives is a method for creating a faster or safer single logical hard disk drive from two or more physical drives. RAID arrays have been common for years on servers using SCSI-interface drives. However, a number of recent systems feature ATA RAID or SATA RAID host adapters on the motherboard. 2. When would we use RAID? RAID is best used when to increase the performance and or reliability of data storage 3. Types of RAID definitions? a. RAID Level 0 (RAID 0)—Two drives are treated as a single drive, with both drives used to simultaneously store different portions of the same file. This method of data storage is called striping. Striping boosts performance, but if either drive fails, all data is lost. Don’t use striping for data drives. b. RAID Level 1 (RAID 1)—Two drives are treated as mirrors of each other; changes to the contents of one drive are immediately reflected on the other drive. This method of data storage is called mirroring. Mirroring provides a built-in backup method and provides faster read performance than a single drive. Suitable for use with program and data drives. c. RAID Level 0+1 (RAID 10)—Four drives combine striping plus mirroring for extra speed plus better reliability. Suitable for use with program and data drives. d. RAID Level 5 (RAID 5)—Three or more drives are treated...
Words: 557 - Pages: 3