Os Imp

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

1.

Context-aware file I/O management system for Mobile phones:-

JAEHWAN LEE , SANGHYUCK NAM , SUHWAN KWAK, AND SANGOH PARK , (Member, IEEE)

2021

Overview-

The paper presents a context-aware file I/O management system for mobile devices that improves I/O
performance by considering the user's context. The system consists of an Android framework, context
information analyzer, context information manager, activity manager service, Android runtime, Linux
kernel, and device drivers. It uses FileContext to collect and analyze context information such as
location, time, and battery level to make decisions on readahead and writeback operations. The
context-aware defragger selects readahead candidates using FileContext and supports storing files
sequentially in the storage device using bulk transfer. The CFQ-CA scheduling module prioritizes I/O
requests from foreground applications. The system was evaluated using various benchmarks and
showed improved I/O performance compared to existing systems.

2.IO-sets: Simple and efficent approaches for I/O bandwidth management

Francieli Boito, Guillaume Pallez, Luan Teylo, and Nicolas Vidal

2023

Overview:-

The article presents IO-SETS, a simple and efficient approach for managing I/O bandwidth in high-
performance computing platforms. IO-SETS groups applications into sets based on their I/O
characteristics and allocates bandwidth to each set using a fair-share approach. Within each set, only
one application is allowed to perform I/O at a time using a first-come-first-served strategy. The authors
evaluate IO-SETS using simulations and demonstrate its effectiveness in reducing I/O congestion and
improving overall system performance. They also show that the mapping function used by IO-SETS is
robust against an adversary who knows the application sets. The authors conclude that IO-SETS is a
practical solution for managing I/O bandwidth in real-world high-performance computing platforms.

3.Optimizing I/O Operations in File Systems For Fast Storage Devices:-

Yongseok Son, Heon Young Yeom, and Hyuck Han

You might also like