Question

The disk read service time and disk write service time are quite similar (with disk read...

The disk read service time and disk write service time are quite similar (with disk read being slightly faster). But file system read operations are usually slower than file system write operations. Why?

Homework Answers

Answer #1

Author: Rishabh Jain

Date:10/09/2019

There is couple of reasons why file system read operations are usually slower than file system write operations.

As reading the content from the disk is not from one place,it is from any point between beginning to end.Reading is done from many points from the disk while writing the content is generally done at a particular point.Reading a content from the disk is more like reading the dictionary, in that we jump to one entry we want to know about, then we leap somewhere else.In disks this jumping around is done by disk heads , which can move in one direction.As the reading points can be present anywhere in the disk so because of the reading the disk is slower than that of writing into the disk.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Write a MATLAB code to read the following data sample of fluid properties. 1.       Read data...
Write a MATLAB code to read the following data sample of fluid properties. 1.       Read data from an input file to run the program. The format of the data file is given below. Format of input file # of components (integer) ????,1, ????,1 ,??1, ??1 (critical temperature (K), critical pressure (bar), acentric factor, mole fraction for component 1) [optional lines for additional component if the number of components is greater than 1, for components 2 up to 5] T (system...
Project File Processing. Write a program that will read in from input file one line at...
Project File Processing. Write a program that will read in from input file one line at a time until end of file and output the number of words in the line and the number of occurrences of each letter. Define a word to be any string of letters that is delimited at each end by either whitespace, a period, a comma or the beginning or end of the line. You can assume that the input consists entirely of letters, whitespaces,...
Assume several processes are running concurrently on a single processor system. Assume also that at time...
Assume several processes are running concurrently on a single processor system. Assume also that at time 2, P1 is running, no system resources (other than the CPU and memory) are being used, and that no process is in a blocked state waiting for an event to occur. Consider the following events: At time 3: P1's time slice expires At time 6: P2 is dispatched and given the CPU At time 7: P2 executes a command to read from disk unit...
Scheme Programming Write a polynomial time scheme program to find the longest non-decreasing subsequent of a...
Scheme Programming Write a polynomial time scheme program to find the longest non-decreasing subsequent of a list of numbers. For example: (longest ''(2 4 3 1 2 1 3 6 1 3 2 1 2 33 4 2 4 10 11 7)) --> (1 1 1 1 2 4 4 10 11). Do not use side-effecting functions (i.e., functions with exclamation point in their names such as set!), sequencing, iteration (e.g., do, for-each) or vectors. Do not use input/output mechanisms...
Program Behavior Each time your program is run, it will prompt the user to enter the...
Program Behavior Each time your program is run, it will prompt the user to enter the name of an input file to analyze. It will then read and analyze the contents of the input file, then print the results. Here is a sample run of the program. User input is shown in red. Let's analyze some text! Enter file name: sample.txt Number of lines: 21 Number of words: 184 Number of long words: 49 Number of sentences: 14 Number of...
Note please do not write on a piece of paper, it is hard to read it....
Note please do not write on a piece of paper, it is hard to read it. PART 1: The following table shows the number of marriages in a given State broken down by age groups and gender:                                                             AGE at the time of the marriage Less than 20 20-24 25-34 35-44 45 + Total Male 505 7,760 27,072 10,950 12,173 Female 1,252 11,405 27,632 9,651 10,352 Totals Use the table to answer questions (1) to (11). Use the information in...
You will write a program that loops until the user selects 0 to exit. In the...
You will write a program that loops until the user selects 0 to exit. In the loop the user interactively selects a menu choice to compress or decompress a file. There are three menu options: Option 0: allows the user to exit the program. Option 1: allows the user to compress the specified input file and store the result in an output file. Option 2: allows the user to decompress the specified input file and store the result in an...
Based on the Case below, Write a brief explanation that explains why the case represents its...
Based on the Case below, Write a brief explanation that explains why the case represents its particular ACHE competency domain. (Be sure that the explanation justifies the assigned competency domain based upon the facts and circumstances of the case.) Case: Case 4: Knowledge of the Healthcare Environment A new administrator in a large suburban healthcare system was hired to work in the corporate offices as a patient service coordinator for the five hospitals, one rehabilitation hospital and one skilled nursing...
SECTION A: CASE TWO READ THE CASE CAREFULLY AND ANSWER THE QUESTIONS THAT FOLLOW DIGITAL SERVICE...
SECTION A: CASE TWO READ THE CASE CAREFULLY AND ANSWER THE QUESTIONS THAT FOLLOW DIGITAL SERVICE FOR STUDENTS IN HIGHER EDUCATION (DSSHED) Digital Service for Students in Higher Education (DSSHED) is an innovation platform for the creators of next generation products and services. It was founded by the Ingenious Investment Group (IIG). The objective of DSSHED is to boost multidisciplinary agile innovation culture and encourage entrepreneurship in its catchment region. DSSHED provides students and companies with a collaborative and multidisciplinary...
In a government request for proposal, the mission statement sent out to space system contractors reads...
In a government request for proposal, the mission statement sent out to space system contractors reads as follows: “The Department of Homeland Security (DHS) and the Federal Emergency Management Agency (FEMA) require the ability to conduct damage assessment over wide areas as quickly as possible after a natural disaster. Also, they must be able to locate injured and/or stranded people after any natural disasters in the US and direct appropriate relief efforts to these people. Other countries may want to...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT