io - How many physical I/O operations required to write one block in RAID 5? -


i understand sum of read , write rates equals i/o rate per second in raid 5 design, how may go calculating how many physical i/o operations take write 1 block exactly?

thanks!

according this article, takes 4 psychical i/o operations whenever i/o operation done application. these operations follows:

  1. read block needs modified
  2. read parity block
  3. update data block
  4. update parity block

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -