#system-architecture
Read more stories on Hashnode
Articles with this tag
Operating Systems Part 6 · Process Synchronization Multiple processes can run in either serial mode, which means one process in execution at a time or...
Operating Systems Part 5 · CPU Process Scheduling Algorithms Two types - Preemptive & Non-Preemptive Pre-Emptive AlgorithmsNon Pre-Emptive...
Operating Systems Part 4 · User Mode vs Kernel Mode User mode has mode bit = 1 Kernel mode has mode bit = 0 Applications used by the users run in user...
Operating Systems Part 3 · System Calls A programmatic way to shift from user mode to kernel mode. File Related For files. Open(), Read(), Write(),...
System Design Series · Introduction This article is a part of my article series on System Design topics. I have explained all the fundamental concepts...
System Design Series · Introduction This article is a part of my series on System Design topics. In this article, I have explained the fundamental...