Imagine you need to implement a system that keeps track of the last N requests made to a server, along with their timestamps. This data is used for monitoring and analyzing recent server activity. Which deque operation would be MOST frequently used for maintaining this sliding window of requests?