Page 301 of Tanenbaum's Modern Operating Systems contains the table below. It gives the file sizes on a 2005 commercial Web server. The chapter is on file systems, so these data points are meant to be similar to what you would see on a typical storage device.
| File length (bytes) | Percentage of files less than length |
|---|---|
| 1 | 6.67 |
| 2 | 7.67 |
| 4 | 8.33 |
| 8 | 11.30 |
| 16 | 11.46 |
| 32 | 12.33 |
| 64 | 26.10 |
| 128 | 28.49 |
| ... | ... |
| 1KB | 47.82 |
| ... | ... |
| 1 MB | 98.99 |
| ... | ... |
| 128 MB | 100 |
In the table, you will see that 6.67% of files on this server are 1 byte in length. What kinds of processes are creating 1 byte files? What kind of data would be stored in these files?