by Aleena Parvez | Nov 15, 2025
CMAP enhances wireless network throughput by identifying and exploiting exposed terminal scenarios that allow simultaneous transmissions without collision, improving spatial reuse compared to traditional CSMA
by Aleena Parvez | Nov 15, 2025
Explains condition variables as a synchronization mechanism enabling threads to wait for specific events, detailing their usage with locks, their wait-signal mechanism, and how they avoid busy-waiting and race conditions.
by Aleena Parvez | Nov 14, 2025
AppSteer introduces a Linux/eBPF-based framework that enables network functions to steer requests at application-key granularity (e.g., user ID) instead of only by TCP/UDP flow. This design supports lock-free, per-core partitioned state for compute-intensive NFs (e.g., 5G core NFs), delivering 15-18% more throughput at 16 cores compared to conventional approaches
by Yash Sharma | Nov 14, 2025
xv6 memory management including virtual address spaces, page tables, memory allocation, and demand paging mechanisms in the xv6 teaching operating system.
by Yash Sharma | Nov 14, 2025
xv6 OS lab on process management including system call implementation, process tree operations, scheduler design, and priority-based scheduling in xv6 kernel.