Difference between pages and blocks
What is page
- Pages are basically a virtual block
- Pages have fixed size, while block doesn't(dependent on device)
What is block
- A block is the smallest unit of data that an OS can read/write to disk
Note
- Different device support different block size
- Pages at as the middle layer between OS and device
- OS translate the pages to the appropriate blocks