This week in CST334 I learned about memory virtualization. It gives each process its own virtual memory space, making it feel like it has more memory than physically available. It improves security by isolating each process and uses tools like paging and the Memory Management Unit to translate virtual addresses to physical ones. In this weels lab we explored how processes work independently but communicate through mechanisms like pipes, showing how the operating system manages memory and resources to keep processes separate yet functional together. It was a great way to see these concepts in action.

Comments

Popular posts from this blog