Operating System (OS) Question:

Explain arm-stickiness?

Operating System (OS) Interview Question
Operating System (OS) Interview Question

Answer:

If one or a few processes have a high access rate to data on one track of a storage disk, then they may monopolize the device by repeated requests to that track. This generally happens with most common device scheduling algorithms (LIFO, SSTF, C-SCAN, etc). High-density multi-surface disks are more likely to be affected by this than low density ones.


Previous QuestionNext Question
Explain cycle stealing?Explain the stipulations of C2 level security?