Definition of “Earliest Deadline First (EDF)” :
« Back to Glossary Index
“Earliest Deadline First (EDF)” is a dynamic scheduling algorithm used in real-time systems where tasks are executed based on their deadlines. The task with the earliest deadline is always executed first, aiming to prevent any task from missing its due time.



