Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

Unit 3: Overview

Lesson 18 of 32 in the free Design of Unix Operating System notes on Siksha Sarovar, written by Rohit Jangra.

Unit 3: Process Management & Scheduling

This unit explores how the UNIX kernel manages processes — from creation to termination. We study the concept of a process, its states, the data structures the kernel uses to track processes, the context of a process, how memory is laid out, and the various scheduling algorithms used to share CPU time fairly among processes.

Key Topics:

  1. Concept of a Process — What is a process, PID, process creation.
  2. State Transitions — The process state diagram and transitions.
  3. Data Structures — Process table, u-area, and per-process region table.
  4. Context of a Process — User-level, register-level, and system-level context.
  5. Layout of System Memory — Kernel space vs user space, text/data/stack segments.
  6. Process Scheduler — How the kernel decides which process runs next.
  7. Round Robin & Multiple Feedback Scheduling — Time-sharing scheduling algorithms.
  8. Fair Share Scheduler — Group-based CPU allocation.

Visual Overview

Above is the visual overview of Unit 3. Please refer to this for a structural understanding before proceeding to the detailed modules.