what is the advantage of RAID

Answers were Sorted based on User's Feedback



what is the advantage of RAID..

Answer / mohd javed

It is a storage device, like floppy or hard disk

RAID - Redundant Array of Independant Disks

RAID refers to a hard disk technology which can be used to
speed up data transfer and/or provide disk redundancy
through disk system fault tolerance.
RAID configurations are commonly found in data critical
applications.

Is This Answer Correct ?    11 Yes 0 No

what is the advantage of RAID..

Answer / praveen kumar k

RAID serves for two data storage requirements
1]Reliability
2]Performance
->Reliability-It maintains multiple copies of same data in
array of disks to make the storage fault tolerant in case of
disk failure.
->Performance-Different bits of a data component is stored
across an array of disks(bit striping) so that access time
is greatly reduced since single read time is enough to read
all the bits since they are in different disks, thus
boosting the performance.

Is This Answer Correct ?    4 Yes 3 No

what is the advantage of RAID..

Answer / raja

Higher Data Security: Through the use of redundancy, most
RAID levels provide protection for the data stored on the
array. This means that the data on the array can withstand
even the complete failure of one hard disk (or sometimes
more) without any data loss, and without requiring any data
to be restored from backup. This security feature is a key
benefit of RAID and probably the aspect that drives the
creation of more RAID arrays than any other. All RAID
levels provide some degree of data protection , depending
on the exact implementation, except RAID level 0 .

For more detail about RAID : http://newadmins.blogspot.com/

Is This Answer Correct ?    3 Yes 2 No

what is the advantage of RAID..

Answer / bhavani

It maintains backups

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More Postgre Interview Questions

What is postgresql client?

0 Answers  


Does postgres support json?

0 Answers  


How to take backup of database?

1 Answers  


This message is received in response to the query SELECT * FROM JA_Party. I would like to know what am I doing wrong. ERROR: relation "ja_party" does not exist LINE 1: SELECT * FROM JA_Party ^ ********** Error ********** ERROR: relation "ja_party" does not exist SQL state: 42P01 Character: 15

1 Answers  


Is foreign key an index?

0 Answers  






What is pgbouncer in postgresql?

0 Answers  


What does psql command do?

0 Answers  


What is the use of vacuum in postgresql?

0 Answers  


Who maintains postgresql?

0 Answers  


What is the difference between oracle and postgresql?

0 Answers  


What is pgrouting?

0 Answers  


How to write pl sql in postgresql?

0 Answers  


Categories