Suppose Server 1 is configured with 8 1TB disks in RAID 5. Server 2 is configured with 8 1TB disks in RAID 0. There is a link between the two servers but for the purpose of this question, lets suppose that the link speed is unlimited. I want to copy data from Server 1 to Server 2.
Please advise which of the below statements would be true:
(Presuming all hardware is identical. The only difference is the RAID configurations).
Statement 1
Movement of data works like water flowing through a pipe. If the pipe is thin at one end and wider at the other end, the water will move slowly at one end therefore, the other end would not benefit from its wider size. This is the same as copying data from RAID 5 to RAID 0. RAID 0 has better performance however, it does not benefit from it because there is a bottleneck with the RAID 5 server.
Statement 2
Suppose Server 1 is a man with a book and Server 2 is another man with another book. If Server 2 (the second man) can read and write quickly, he can look at the first man’s book to rapidly read all of its contents and then write it down in his own book regardless of how fast (or slow) the first man can read and write.