https://github.com/sskender/advanced-operating-systems
Advanced Operating Systems FER labs
https://github.com/sskender/advanced-operating-systems
cigarette-smoker driver kernel-module lamport-algorithm lamport-clock linux-driver message-queue mqueue nos pipe pipes shofer
Last synced: about 2 months ago
JSON representation
Advanced Operating Systems FER labs
- Host: GitHub
- URL: https://github.com/sskender/advanced-operating-systems
- Owner: sskender
- Created: 2022-11-03T16:51:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T22:30:06.000Z (over 2 years ago)
- Last Synced: 2025-01-26T20:26:26.381Z (4 months ago)
- Topics: cigarette-smoker, driver, kernel-module, lamport-algorithm, lamport-clock, linux-driver, message-queue, mqueue, nos, pipe, pipes, shofer
- Language: C
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Operating Systems
Advanced Operating Systems FER labs
## Course Description
Operating systems are vital parts of every computer system and their security is very important. An operating system is a set of programs that act as an intermediary between a user of a computer, the computer hardware and the applications programs. The objective of this course is to study theories, principles and techniques of communication and synchronization mechanisms in distributed systems, device management, computer security, system availability and reliability.
## Learning Outcomes
- apply intraprocessor communication mechanisms and communication mechanisms in distributed systems
- modify mutual exclusion protocols in real distributed systems
- explain and illustrate authentication protocols
- describe device management procedures
- calculate mean time to data loss
- design computer system with redundant array of independent disks (RAID)