First page Back Continue Last page Overview Graphics
Two kind of device files
Block device files: disk-like devices, data can be accessed by block number, it is meaningful to have a disk cache
Char device files: almost all other devices
Network cards do not have a device file
When Unix was introduced, I/O on a block device was buffered while I/O on a char device was unbuffered