Operating Systems - Week 2
This week I learned about the workings of processes in operating systems, including process states, context switching, and process scheduling. I also learned about how processes are created using the fork() command, and how processes share resources controlled by the operating system.
I also learned about process scheduling such as First In, First Out (FIFO), Shortest Job First (SJF), and Shortest Time-to-Completion First (STCF). I learned how each of these works, their advantages, and disadvantages, and how they can be used to improve system performance.
Comments
Post a Comment