Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
445 views1 page

CS3461 Os Lab

The document outlines the syllabus for the CS3461 Operating Systems Laboratory course for the academic year 2023-2024, under the supervision of Mrs. P. Sunganya. It includes a list of 16 experiments focusing on various aspects of operating systems, such as installation, process management, CPU scheduling, inter-process communication, and memory allocation techniques. The course emphasizes practical implementation through C programming and the use of virtual machines.

Uploaded by

vanasri05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
445 views1 page

CS3461 Os Lab

The document outlines the syllabus for the CS3461 Operating Systems Laboratory course for the academic year 2023-2024, under the supervision of Mrs. P. Sunganya. It includes a list of 16 experiments focusing on various aspects of operating systems, such as installation, process management, CPU scheduling, inter-process communication, and memory allocation techniques. The course emphasizes practical implementation through C programming and the use of virtual machines.

Uploaded by

vanasri05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

CS3461- OPERATING SYSTEMS LABORATORY SYLLABUS

YEAR/SEM: III/VI
ACADEMIC YEAR: 2023-2024
LAB INCHARGE: Mrs. P. SUNGANYA
LIST OF EXPERIMENTS:
1. Installation of windows operating system
2. Illustrate UNIX commands and Shell Programming
3. Process Management using System Calls: Fork, Exit, Getpid, Wait, Close
4. Write C programs to implement the various CPU Scheduling Algorithms
5. Illustrate the inter process communication strategy
6. Implement mutual exclusion by Semaphore
7. Write C programs to avoid Deadlock using Banker’s Algorithm
8. Write a C program to Implement Deadlock Detection Algorithm
9. Write C program to implement Threading
10. Implement the paging Technique using C program
11. Write C programs to implement the following Memory Allocation Methods
a. First Fit b. Worst Fit c. Best Fit
12. Write C programs to implement the various Page Replacement Algorithms
13. Write C programs to Implement the various File Organization Techniques
14. Implement the following File Allocation Strategies using C programs
a. Sequential b. Indexed c. Linked
15. Write C programs for the implementation of various disk scheduling algorithms
16. Install any guest operating system like Linux using VMware.

You might also like