-------------------------------- SUPPORTED SCHEDULING PROTOCOLS -------------------------------- Comparison of the most common scheduling protocols applied to a set of three threads: - Rate_Monotonic_Protocol: threads have different periods to apply rate monotonic priority assignment. - Deadline_Monotonic_Protocol: threads have different deadlines to apply deadline monotonic priority assignment. - Posix_1003_Highest_Priority_First_Protocol: threads have different fixed priorities. - Round_Robin_Protocol: threads have same periods and deadline and a quantum is applied. - Earliest_Deadline_First_Protocol: threads have different deadlines.