Deadline Monotonic Algorithm (DM)

Поділитися
Вставка
  • Опубліковано 26 вер 2024
  • It is a fixed priority algorithm which assigns priorities to tasks according to their relative deadlines: the shorter the deadline, the higher the priority.

КОМЕНТАРІ • 37

  • @McGaming412
    @McGaming412 Рік тому +1

    Best videos on this topic! Super clear thanks 🙏

  • @azeessbasha2241
    @azeessbasha2241 Рік тому +4

    what is the difference between deadline monotonic and Earliest deadline first . kindly explain

  • @abdelkarimassiraj2398
    @abdelkarimassiraj2398 3 роки тому +1

    Thank you very much sir, keep it up

  • @sanskarbhusal1924
    @sanskarbhusal1924 2 місяці тому

    Thanks a lot

  • @مرتضىصبري-ب4ج
    @مرتضىصبري-ب4ج 3 роки тому +4

    thank you so much sir
    but what the different between EDF and DM so we get the same result and both of them depend on deadline values ?

    • @niranjanninja9695
      @niranjanninja9695 3 роки тому +5

      No EDF is not based on priority !! . But DMA is based on Deadlines priority . I mean to say that EDF is based on Earliest Deadlines first that is it only goes on seeing upon only upcoming earliest deadlines...!! But this DMA is purely based on least unit deadline has highest priority !!!👍👍

    • @MCCreativeLegends
      @MCCreativeLegends 2 роки тому

      @@niranjanninja9695 Thanks for the explanation

    • @bt-ll1zv
      @bt-ll1zv 2 роки тому

      edf is dynamic priority and chooses the next deadline, while the priority in dms is static

  • @abhilashm957
    @abhilashm957 3 роки тому +6

    What is the difference of EDF from this

  • @bay_am
    @bay_am 3 роки тому +1

    Sometimes, before drawing the schematic, he asks us to check the scheduling using the exact test, and so we have to write the functions of the tasks and calculate the critical points.
    Please how do we calculate these points.
    Thank you.

  • @dvitandcomputeracademy5289
    @dvitandcomputeracademy5289 5 років тому +2

    please upload about Critical instant and Busy interval in Real time system

  • @amirhosseini135
    @amirhosseini135 Рік тому +1

    complicately explained, I'm confussed...

  • @amanwebtricks9112
    @amanwebtricks9112 6 років тому +1

    thnq sir nyc concept

  • @aparnareddy2423
    @aparnareddy2423 6 років тому

    thank u very much sir

  • @mahrou616
    @mahrou616 Рік тому

    Thanks

  • @alaaanees9955
    @alaaanees9955 Рік тому

    Legend

  • @pg1614
    @pg1614 5 років тому +7

    4:38 T1 not T3 !!

  • @softwarecraze1385
    @softwarecraze1385 4 роки тому

    very nice

  • @abubakarsuleheri
    @abubakarsuleheri Рік тому

    best video....keep carry on and wishes you got high popularity at this platform

  • @yunishwaqar7540
    @yunishwaqar7540 6 років тому

    40 is also divisible by all three task so why are we taking 20

    • @tugbars4690
      @tugbars4690 6 років тому +2

      working with "lowest common multiple"(lcm) is mandatory to see if the system is schedulable. You have to take the lowest numbers possible to be able to see if the total execution time of the tasks is enough to meet their deadlines. 20 is lcm in this case.

  • @narendard8232
    @narendard8232 2 роки тому +1

    Whatsupppppp!!!!

  • @011-jeevanantham.m6
    @011-jeevanantham.m6 Рік тому

    Sir questions eppadi kepangae

  • @inavneetmishra
    @inavneetmishra 4 роки тому

    Sir pura complete video real time system ka bana dijiye please exam parso hai🙏

  • @tarunmnair
    @tarunmnair 4 роки тому

    isnt it the same as EDF? what is the diffference betweeen EDF and DM ?

    • @zinebtighremt2305
      @zinebtighremt2305 2 роки тому

      the difference between EDF and DM is that the first one is not based on priority but the last one yes it depends on deadline values

    • @akioyuja9206
      @akioyuja9206 Рік тому

      Edf you follow deadline dynamically aka each second passes you check your priorities while dm is static prior

  • @snehabhosle2434
    @snehabhosle2434 5 років тому +3

    Dm and edf are same so why different videos?

    • @gauthamkrishnan5948
      @gauthamkrishnan5948 4 роки тому +2

      They're not the same. EDF is dynamic priority. DMS is static priority and all the tasks are periodic.

    • @alenjose3903
      @alenjose3903 4 роки тому

      @@gauthamkrishnan5948 but same calculation?

    • @Osmanity
      @Osmanity 3 роки тому

      the EDF priority assignment depends on the deadline and not the period, but in the case of DM the priority assignment depends on either the period value

  • @fadouamassaoudy7832
    @fadouamassaoudy7832 3 роки тому

    💖💖💖💖💖

  • @inavneetmishra
    @inavneetmishra 4 роки тому

    Sirf 3 unit hi aa raha hai

  • @tarachandprajapati9959
    @tarachandprajapati9959 5 років тому

    so its non- premptive

  • @rajawikiaa
    @rajawikiaa 4 роки тому

    Thanks