Discusses page replacement policies for virtual memory management including optimal, FIFO, Random, and LRU algorithms. Covers cache management, average memory access time (AMAT), working sets, clock algorithm, and techniques to handle memory pressure.
TCP Download Analysis & Solutions in Dense WiFi
This work presents an in-depth analysis of TCP download performance challenges in realistic, dense WiFi environments with real user traffic. By evaluating classroom measurements and proposing the WiFiRR round-robin scheduler, the paper demonstrates improved download times and reduced contention compared to standard approaches.
TCP Performance in Dense WiFi
This study analyzes TCP download performance in densely populated WiFi networks, revealing real-world degradation due to client upload traffic and MAC contention. The authors propose WiFiRR, an AP-side scheduling policy that improves large TCP download time by reducing contention, validated by simulations and experiments.
Teaching MAC Protocols with SDR
The paper discusses latency, speed, and cost requirements for MAC protocol prototyping in wireless networks and the gap in experiential learning tools using SDR for students. It proposes a low-cost experimentation platform for MAC protocols, emphasizing latency and cost through a hybrid architecture combining commercial chips and open-source software, enabling hands-on labs for students.
Memory Management and Virtual Addressing
This lecture focuses on memory management techniques like virtual addressing, page tables, segmentation, paging, TLBs, and MMU operations. It discusses process isolation, address translation, and hardware-software collaboration in managing memory efficiently.