/Operating-Systems-Laboratory

Laboratory simulations from Operating Systems. Major: Applied Computer Science. University of Science and Technology.

Primary LanguageJavaMIT LicenseMIT

Wroclaw University of Science and Technology

Operating Systems Laboratory

1. CPU access algorithms

java

Implemented algorithms: FCFS RR SJF

2. Simulation of disk access planning algorithms

JS

Implemented algorithms: FCFS SSTF SCAN C-SCAN EDF FD-SCAN

3. Testing page replacement algorithms

PHP

Implemented algorithms: FIFO RANDOM OPT LRU APX-LRU

4. Frame allocation algorithms

java

Implemented algorithms: EQUAL PROPORTIONAL STREEFING ZONE

5. Simulation of a distributed algorithm that balances the processor load

java

Implemented algorithms: Three strategies without names