Operating Systems - Week 7

        During this week of operating Sytems, the topic was persistence. I learned that persistence refers to the ability of data to persist after the program that created it has stopped running. I also learned about how file systems work using hard disk drives, RAIDs, and file/directory implementations.

        I also learned the importance of reliability and performance in file systems, including techniques such as caching, logging, and checksums to ensure data integrity and prevent data loss. Overall, this week provided a good overview of the various components involved in having persistent storage in computer systems.

Comments

Popular posts from this blog

Learning Journal Final Entry...

Software Engineering - Week 8

Computer Networks - Week 8