Multilevel Queue and Multilevel Feedback Queue Scheduling

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ •

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

    Get Certification in Complete Operating System: www.tutorialspoint.com/operating_system/index.asp
    Use coupon ""UA-cam12"" to get “FLAT 12%’’ OFF at Checkout.

  • @ayesha4154
    @ayesha4154 6 років тому +3

    Thank u sir it help me a lot

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

    thanks sir🌷🌷

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

    According to you, there can't be any process in case of MLFBQ scheduling which directly goes to the FCFS(high priority) queue?
    That isn't the case. MLFBQ is the same as MLQ just that processes from low-priority queues will rise to the higher-priority levels in the longer run, hence ensuring NO-STARVATION.

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

    Wonderful! Thank you very much!

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

    great sir

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

    Regarding the Multilevel Feedback Queue Scheduling, it is not clear to me what happens to a process that starts in the RR q=8, what if the process encountered a page fault?
    Then it didn't finish running, so it goes to the beginning of the first queue? because it didnt finish running... so it cant go to the second queue
    Is that correct?

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

    Thnku sir

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

    kindly share lecture of virtual round robin and round robin with i/o

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

    Sir please explain in thelugu

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

    Sir ye video Hindi samjhaye to jyada better samjh me ayega

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

    Sir,can you please help me with this problem,it's really urgent. Write a program for multilevel queue scheduling algorithm. There must be three queues generated. There must be specific range of priority associated with every queue. Now prompt the user to enter number of processes along with their priority and burst time. Each process must occupy the respective queue with specific priority range according to its priority. Apply Round robin algorithm with quantum time 4 on queue with highest priority range. Apply priority scheduling algorithm on the queue with medium range of priority and First come first serve algorithm on the queue with lowest range of priority. Each and every queue should get a quantum time of 10 seconds. Cpu will keep on shifting between queues after every 10 seconds i.e. to apply round robin algorithm OF 10 seconds on over all structure. Calculate Waiting time and turnaround time for every process. The input for number of processes should be given by the user.