Computer Science - Operating Systems Concepts - Discussion
Discussion Forum : Operating Systems Concepts - Section 2 (Q.No. 6)
6.
Block caches or buffer caches are used
Discussion:
6 comments Page 1 of 1.
Ayesha said:
5 years ago
Disk Buffer also called disk cache or cache buffer is the embedded memory in a hard disk drive (HDD) acting as a buffer between the rest of the computer and the physical hard disk platter. So Correct option is [A].
Ayesha said:
5 years ago
D is the correct answer.
To speed up the main memory read operation.
To speed up the main memory read operation.
Hema said:
6 years ago
Yes, D is the correct answer.
Anshuman said:
9 years ago
D is the correct answer.
To speed up the main memory read operation.
To speed up the main memory read operation.
Rohit said:
9 years ago
To speed up main memory read operation, read operation is also improved when cache is used.
Raghunandan said:
1 decade ago
Reading from a disk is very slow compared to accessing (real) memory. In addition, it is common to read the same part of a disk several times during relatively short periods of time. For example, one might first read an e-mail message, then read the letter into an editor when replying to it, then make the mail program read it again when copying it to a folder.
Consider how often the command ls might be run on a system with many users. By reading the information from disk only once and then keeping it in memory until no longer needed, one can speed up all but the first read. This is called disk buffering, and the memory used for the purpose is called the buffer cache.
Consider how often the command ls might be run on a system with many users. By reading the information from disk only once and then keeping it in memory until no longer needed, one can speed up all but the first read. This is called disk buffering, and the memory used for the purpose is called the buffer cache.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers