What are i/o requests to disk storage on a san are called as?
Answers
Answered by
0
SAN do Block I/O - when a request comes for a file, it's turned into a request to read several blocks which make up the file.
Answered by
4
Answer:
The i/o requests to disk storage on a san is called as block i/o.
Explanation:
In c programming when there is a requirement to include input and output functions it allows the user to use the file from the library function called i/o.It represents the internal data to files.
In this i/o library function there is a need to transfer a bulk amount of data hence block i/o functions are used. It is used when a block of data is transferred directly from the file storage locations in memory without any conversions.
Similar questions