Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 746 Bytes

Operating-Systems-Lab

List of Experiments

  1. Write C programs to simulate the following CPU Scheduling algorithms a) FCFS b) SJF c) Round Robin d) priority

  2. Write programs using the I/O system calls of UNIX/LINUX operating system (open, read, write, close, fcntl, seek, stat, opendir, readdir)

  3. Write a C program to simulate Bankers Algorithm for Deadlock Avoidance and Prevention.

  4. Write a C program to implement the Producer – Consumer problem using semaphores using UNIX/LINUX system calls.

  5. Write C programs to illustrate the following IPC mechanisms a) Pipes b) FIFOs c) Message Queues d) Shared Memory

  6. Write C programs to simulate the following memory management techniques a) Paging b) Segmentation