Which I/O scheduling algorithm prioritizes requests based on their arrival…
2024
Which I/O scheduling algorithm prioritizes requests based on their arrival time ?
- A.
First-Come-First-Served (FCFS)
- B.
Shortest Seek Time First (SSTF)
- C.
SCAN
- D.
Priority scheduling
Attempted by 150 students.
Show answer & explanation
Correct answer: A
First-Come-First-Served (FCFS) schedules requests strictly by arrival time.