Introduction to Operating Systems is a graduate-level introductory course in operating systems. This course teaches the basic operating system abstractions, mechanisms, and their implementations. The core of the course contains concurrent programming (threads and synchronization), inter process communication, and an introduction to distributed operating systems. The course is split into four sections: (1) Introduction, (2) Process and Thread Management, (3) Resource Management and Communication, and (4) Distributed Systems.
Class Deals by MOOC List - Click here and see Udacity's Active Discounts, Deals, and Promo Codes.
The goals of this course are three-fold.
- Students will understand the rationale behind the current design and implementation decisions in modern OS’s (like Linux) by considering the historic evolution of various OS constructs
- Students will be exposed to theoretical knowledge regarding operating systems principles and implementation
- Students will gain knowledge via experimenting and evaluating various OS aspects in a practical manner
What You Will Learn
Lesson 1
Introduction
- Course Overview
- Introduction to Operating Systems
Lesson 2
Process and Thread Management
- Processes and Process Management
- Threads and Concurrency
- Threads Case Study: PThreads
- Thread Implementation Considerations
- Thread Performance Considerations
Lesson 3
Resource Management and Communication
- Scheduling
- Memory Management
- Inter-Process Communication
- Synchronization Constructs
- I/O Management
- Resource Virtualization
Lesson 4
Distributed Systems
- Remote Services
- Distributed File Systems
- Distributed Shared Memory
- Data Center Technologies
Prerequisites and Requirements
To undertake this course, you should have taken an undergraduate level course on, or be otherwise familiar with, basic hardware and software aspects of computer systems organization. Prior programming experience with C is recommended, as C is required for the practical component of this course.