EXPLANATION OF CPU PROCESS SCHEDULING ALGORITHMS WITH EXAMPLES | FIFO | SJF | RR | SRTF
HTML-код
- Опубликовано: 24 янв 2025
- 🖥️💻#computing #informatics #software #operatingsystems
Planning Algorithms Video (Theory): • PLANIFICACIÓN DE PROCE...
In this video we will see the CPU scheduling algorithms for process allocation. We will carry out the comparison of the most used algorithms through a sequence of processes (Process Queue). Among the algorithms that we will see are the following:
NOT APPROPRIATE
FIFO - FCFS (First to Come, First to Serve)
SJF (Shortest Job First)
Assignment by Priorities
APPROPRIATIVES
RR (Round Robin - Circular Turn)
SRTF (Short Remaining Time First)
I hope it helps you and we can exchange knowledge to continue growing!!🙌😁
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
If you liked the video and the information is useful to you, don't forget to LIKE and SUBSCRIBE to the channel!! Thank you!!🙌
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Follow me on the networks🤖
Instagram: / fneprofesor
Twitter: / fneprofesor
TikTok: / fneprofesor
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
If you like the content of the channel and want this project to continue growing, you can give me a Coffee in the following link:
Cafecito: cafecito.app/f... ☕☕
Paypal: paypal.me/fnep... 👍
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
See you next time!😁
Keywords: Compare scheduling algorithms, CPU scheduler, CPU scheduling, CPU scheduling, CPU process scheduling, assign processes to the CPU, CPU process scheduling algorithms, scheduling algorithms, FIFO algorithm, fifo algorithm, fifo, FIRST IN FIRST OUT, first in first out, fcfs, FCFS, FCFS algorithm, first to come first to serve, SJF, sjf, shortest job first, assign processes by priorities, assign processes by FIFO, assign processes by FCFS, assign processes by SJF, assign processes by round robin, ROUND ROBIN, RR, round robin, process gantt chart, waiting time, response time of a process, penalty, preemptive algorithms, algorithms non-preemptive, CPU process states, assign processes to processor, SRTF, srtf, short remaining time first, compare scheduling algorithms, short-term queue, process queue.
DEJO EXPLICACIÓN DE LOS DIFERENTES ALGORITMOS CON MAS NIVEL DE DETALLE:
*Algoritmos de Planificación (Teoría) *
ruclips.net/video/SJ4SnE9Mc58/видео.html
Algoritmos de Planificación (Comparación)
ruclips.net/video/Z6iLt9LalFw/видео.html
NO APROPIATIVOS
FIFO - FCFS (First to Come, First to Serve)
ruclips.net/video/qONeMlReb4k/видео.html
SJF (Shortest Job First - Primero el trabajo más corto)
ruclips.net/video/mqLgCn6gazI/видео.html
HRRN (Highest Ratio Response Next - Primero el de mayor tasa de respuesta
ruclips.net/video/a3TSQ03Ljvk/видео.htmlsi=6Kl3tdXtwU5NYD_T
Asignación por Prioridades
ruclips.net/video/pc6JPdSUByA/видео.html
APROPIATIVOS
RR (Round Robin - Turno Circular)
ruclips.net/video/YNBKR8eQJnE/видео.html
SRTF (Short Remaining Time First - Menor tiempo restante a continuación)
ruclips.net/video/UuNPVxJ17j0/видео.html
📚Si te gustó o te sirvió el video, no te olvides de darle me gusta y suscribirte! 👍Gracias! 🙌
Excelente, ayuda bastante para entender mejor la materia Sistemas Operativos
Gracias! Me alegra ayudarte! No dudes en hacerme consultas! Saludos
Aca usan prioridad para ejecutar procesos en STRF pero yo vi que algunos cuando hay colision (Dos procesos convergen al mismo tiempo con la misma cantidad de uso de cpu) se ejecuta por el primero ingresado (FIFO)
Claro, seria un tercer criterio para ese algoritmo SRTF el utilizar el orden de creación o llegada.
es posible conseguir las plantillas ? muy buen video gracias.
nah amigo explicas mejor que mi profe
@@caarloosxd gracias por tu comentario Carlos! Me alegro que te sirva!
No sé si está mal resuelto o si lo he entendido mal, lanzo la duda.
El proceso C se colocaría después de A en la cola de preparados ya que primero sale de la CPU y luego se añadiría a la cola de preparados en lo que A solo entraría a la cola de preparados. Por tanto, en el CLK 6 sería el tiempo de ejecución del proceso A.
Buenas, es correcta tu duda tuve un error en la cola de procesos. Acá lo explico correctamente ruclips.net/video/YNBKR8eQJnE/видео.html
gracias me re ayudaste justo tengo parcial y no cazaba una gracias
@@alejandro1204 Me alegra mucho Ale! Fijate que tenes videos donde explico cada algoritmo en detalle por si te sirve profundizar en alguno. Saludos y éxitos!
😁