CST 334 Week 8 Journal Entry
This final week of CST 334 was an excellent opportunity to review what we'd studied and prepare for the final exam. I spent the most of the week revisiting essential ideas from previous modules, particularly memory management, concurrency, file systems, and I/O. It's been eye-opening to reflect on how far I've come—from barely understanding how virtual memory works to comfortably describing paging, segmentation, and page replacement rules such as LRU, FIFO, and clock. The review process helped me link themes and understand how the operating system allocates resources as a whole.One of the most satisfying aspects of this week was relearning file system implementation, specifically how the operating system organizes and accesses files using inodes and directory hierarchies. I now have a firm understanding of how file descriptors translate to in-memory structures, as well as how system methods like write(), open(), and fsync() interact with memory and disk. These discoveries...