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