#operating-system
Read more stories on Hashnode
Articles with this tag
Operating Systems Part 11 · Protection & Security in Operating Systems IntroductionIn the digital world, operating systems (OS) act as the foundation for...
Operating Systems Part 10 · File System In Operating System File system manages how data is to be stored or fetched. Files are logically divided into...
Operating Systems Part 9 · Hard Disk Architecture In Operating Systems Multiple platters are connected together by a spindle and spin together in either...
Operating Systems Part 8 · Memory Management Methods of managing primary memory for efficient utilization of memory. Anything that CPU works upon has...
Operating Systems Part 7 · Deadlocks If two or more processes are waiting for happening of some event, which never happens, then we say that these...
Operating Systems Part 6 · Process Synchronization Multiple processes can run in either serial mode, which means one process in execution at a time or...