This document discusses real-time scheduling algorithms. It begins by defining real-time systems and their key properties of timeliness and predictability. It then discusses two common real-time scheduling algorithms: fixed-priority Rate Monotonic scheduling and dynamic-priority Earliest Deadline First scheduling. It covers how each algorithm prioritizes and orders tasks, and analyzes their schedulability and utilization bounds. It concludes by comparing the two approaches.