It appears you don't have support to open PDFs in this web browser. To view this file, Open with your PDF reader
Abstract
The internet is an indispensable part of modern life, with billions of users accessing countless web pages daily. While loading speed is crucial, the overall Quality of Experience (QoE) significantly influences user satisfaction and engagement with websites. Incomplete or delayed page loading can lead to frustration, reduced site visits, and financial losses. In our preliminary study, we examined how network protocols like HTTP/2 and HTTP/3 impact both Quality of Service (QoS) and QoE by assessing throughput and six Lighthouse performance metrics. Our findings highlight the relationship between QoS and QoE, emphasizing the need for efficient resource scheduling and prioritization to enhance user experience.
Network protocols like HTTP/3 and QUIC are crucial for delivering web resources and thus influence QoE. The Extensible Prioritization Scheme (EPS) allows clients and servers to indicate resource priority hints, enabling data to be delivered either incrementally or non-incrementally. However, their growing complexity poses challenges in resource (documents, stylesheets, fonts, images, and etc) scheduling and prioritization.
First, we address the incremental delivery (IP) strategy, where the main challenge is appropriately allocating bandwidth among resources. We propose a weighted incremental scheduling mechanism to effectively distribute bandwidth to various web resources.
Next, we examine non-incremental delivery (NIP), where each resource is delivered in its entirety. This can cause Head-of-Line (HoL) blocking, where larger resources delay smaller, more important ones. To solve this, we propose an urgency-based non-incremental delivery mechanism that controls the order of resource delivery based on their urgency complemented with the resource-type-aware mapping.
To overcome the limitations of incremental and non-incremental resource delivery, we design a combined approach called the MIX delivery mechanism, integrating both incremental and non-incremental methods. The MIX delivery mechanism balances the two strategies by dynamically switching between IP and NIP while respecting their urgency levels for delivering resources.
We evaluated these mechanisms using a network testbed that simulates real-world conditions. Utilizing a diverse set of popular websites and assessing performance with Google's Lighthouse tool, our experimental results show that the IP and NIP scheduling mechanisms perform better than the default sequential (SEQ) scheduling mechanism. Moreover, the MIX scheduling mechanism outperforms all others and further enhances QoE.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer






