RAID:-
Acronym for redundant array of inexpensive disks, In networking and mission-critical applications, a method of using several hard disk drives (often SCSI or Integrated Drive Electronics (IDE) drives) in an array to provide fault tolerance in the event that one of more than one drive fail. Each of the different levels of RAID is designed for a specific use:
• RAID 0 : Data is striped over one or more drives, but there is no redundant drive. RAID 0 provides no fault tolerance because the loss of a hard disk means a complete loss of data. Some classification schemes omit RAID 0 for this reason.
• RAID 1 : Two hard disks of equal capacity duplicate or mirror each other's contents. One disk continuously and automatically backs up the other disk. This method is also known as disk mirroring or disk duplexing, depending on whether one or two independent hard-disk controllers are used.
• RAID 2 : Bit-interleaved data is written across several drives, and then parity and error-correction information is written to additional separate drives. The specific number of error-correction drives depends on the allocation algorithm in use.
• RAID 3 : Bit-interleaved data is written across several drives, but only one parity drive is used. If an error is detected, the data is reread to resolve the problem. The fact that data is reread in the event of an error may add a small performance penalty.
• RAID 4 : Data is written across drives by sectors rather than at the bit level, and a separate drive is used as a parity drive for error detection. Reads and writes occur independently.
• RAID 5 : Data is written across drives in sectors, and parity information is added as another sector, just as if it were ordinary data. There is not much difference in speed or quality among these levels. The appropriate level of RAID for any particular installation depends on network usage. RAID levels 1, 3, and 5 are available commercially, and levels 3 and 5 are proving popular for networks.
Read-After-Write verification:-
A method of checking that data is written to a hard disk correctly. Data is written to the disk, and then read back and compared with the original data still held in memory. If the data read from the disk matches, the data in memory is released. If the data does not match, that block on the disk is marked as bad, and another attempt is made to write the data elsewhere on the disk.
Recursion:-
In programming, the ability of a subroutine to call itself. Recursion is often used when solving problems that repeat the same processing steps. However, some limiting factor must be present; otherwise, the program will never stop running.
Reduced Instruction Set Computing:-
Abbreviated RISC, pronounced "risk." A processor that recognizes only a limited number of assembly-language instructions. RLSC chips are relatively cheap to produce and debug, because they usually contain fewer than 128 different instructions, RISC processors are commonly used in workstations, and they can be designed to run up to 70 percent faster than processors that use complex instruction set computing (CISC).
Remote Boot:-
A technique used to boot a workstation from an image file on the file server rather than from a local drive attached directly to the workstation.
Remote Connection:-
A workstation-to-network connection, made using a modem and telephone line, that allows data to be sent or received over greater distances than those allowed by conventional cabling. Also known as remote access. |