I'm learning about different topics of operating systems, currently about processes.
In order to identify the type of process during its run, which one of the processor scheduling algorithms (short-term scheduling) will fit the most?and why?
- Multi Level Feedback Queue
- Round Robin
- FCFS
- PRIORITY
My first thought was MLFQ because it dynamically adjusts the scheduling priority of processes based on their recent behavior, allowing the system to adapt to changing workload conditions. But I'm not sure and i am having a bit of trouble finding a clear answer.