by Aleena Parvez | Nov 15, 2025
This document introduces CPU fundamentals, including instruction cycles, pipelining, control units, and performance factors, providing a foundational understanding of CPU design and operation in modern computers.
by Aleena Parvez | Nov 14, 2025
- Summary: This paper compares various state synchronization strategies in a distributed LTE Evolved Packet Core (EPC) implemented as virtualized network functions. It studies designs ranging from no synchronization, synchronization at session boundaries, to synchronization after every message, analyzing throughput and latency trade-offs. Synchronization after every message has prohibitive overhead, while session granularity offers a balance between fault tolerance and performance. The authors provide open-source implementations and experimental results guiding EPC design choices.
by Aleena Parvez | Nov 14, 2025
Building on earlier work, this technical report investigates sophisticated control algorithms to manage web request queues under extreme overload, using user behavior modeling, simulation, and guidelines for real-world deployment in scalable web services.
by Aleena Parvez | Nov 14, 2025
The paper proposes models for devolving and redeeming mobile data usage, allowing users to trade data balance efficiently. Analytical and empirical results show how such systems can optimize network resource usage, reduce cost, and increase user flexibility in mobile data plans.
by Yash Sharma | Nov 14, 2025
Presents RoboNorm for detecting inconsistent TCP retransmissions to prevent IDS evasion. Covers normalizer design, hash-based consistency checking, handling misaligned retransmissions using fitting segments, ACK promotion/demotion mechanisms, and memory-efficient implementation resisting adversarial attacks.