RAID

RAID
http://www.ibeast.com/content/tools/RaidCalc/RaidCalc.asp
##########################
RAID Level 0-Data Striping

Definition
———————————————-
By definition RAID level 0 is not RAID because it does not provide data redundancy.  Data is striped across all drives without parity.

Redundancy
———————————————-
None. If a drive fails all data is lost.Performance
———————————————-
High. Provides the best performance and storage efficiency in I/O intensive environments because there is no parity related overhead.

Drawbacks
———————————————-
No Data Redundancy
##########################
RAID Level 1-Disk Mirroring

Definition
———————————————-
Data is written to a primary disk and a secondary disk.  Identical data is stored on both disks.

Redundancy
———————————————-
A mirrored set of drives is created.Performance
———————————————-
High performance in read intensive applications. If one drive is busy data can be accessed from the secondary disk. High write performance because of no parity overhead.

Drawbacks
———————————————-
High cost per megabyte because double the amount of drives is required to achieve desired capacity.
##########################
RAID Level 0+1-Data Striping with Mirroring

Definition
———————————————-
Also referred to as RAID level 10, RAID 0+1 is a combination of RAID levels 0 and 1 by striping data across pairs of mirrored disk drives.

Redundancy
———————————————-
A striped array (RAID 0) of mirrored drive pairs (RAID 1) is created. You can sustain more than one drive failure as long as they are not in the same mirrored set.

Performance
———————————————-
High performance because data is striped and there is no parity overhead.

Drawbacks
———————————————-
High cost per megabyte because double the amount of drives is required to achieve desired capacity.
##########################
RAID Level 2-Bit Interleaving with Error Correction Codes

Definition
———————————————-
Data is striped at a bit level across an array of disk drives with additional drives inserted in the system for error correcting code or parity data.

Drawbacks
———————————————-
RAID level 2 is intended for use with drives that don’t have built-in error detection. Since all SCSI drives today have built-in error detection, RAID level 2 is of little use.
##########################
RAID Level 3-Data Striping with Dedicated Parity and Parallel Access

Definition
———————————————-
Data is striped at a byte level across an array of disk drives with one drive dedicated for parity. Data is accessed in parallel.

Redundancy
———————————————-
One drive is dedicated for parity. Data is regenerated in the event of a drive failure.

Performance
———————————————-
High performance in data intensive applications because data is accessed in parallel. High transfer rates.

Drawbacks
———————————————-
Poor performance in I/O intensive applications because write operations cannot be overlapped due to dedicated parity drive.
##########################
RAID Level 4- Data Striping with Dedicated Parity and Independent Access

Definition
———————————————-
Data is striped at a block level across an array of disk drives with one drive dedicated to parity. Data is accessed independently instead of in parallel.

Redundancy
———————————————-
One drive is dedicated for parity. Data is regenerated in the event of a drive failure.

Performance
———————————————-
High performance in transaction intensive applications that require high read requests because data is accessed independently. High transaction rate.

Drawbacks
———————————————-
Write bottleneck. Write operations cannot be overlapped because there is one parity drive.
##########################
RAID Level 5- Data Striping with Distributed Parity

Definition
———————————————-
Data is striped across a group of disk drives with distributed parity. Parity information is written to a different disk in the array for each stripe.

Redundancy
———————————————-
Parity is distributed across the disks in the array. Data is regenerated in the event of a drive failure.

Performance
———————————————-
High performance in small record, multiprocessing environments because there is no contention for the parity disk and read and write operations can be overlapped. No write bottlenecks as with RAID 4.

Drawbacks
———————————————-
Distributed parity causes overhead on write operations. There is also overhead created when data is changed, because parity information must be located and then recalculated.

Horoscopos

http://www.lacquaproject.com/

CSS MODEL Hierarchy

http://www.hicksdesign.co.uk/journal/483/3d_css_box_model

CSS, site interessante

http://www.maujor.com/index.php