Exam 1Y0-341 All QuestionsBrowse all questions from this exam
Question 49

Which Front End Optimization technique overcomes the parallel download limitation of web browsers?

    Correct Answer: A

    Domain Sharding is a Front End Optimization technique that overcomes the parallel download limitation of web browsers. Many web browsers have a limit on the number of simultaneous connections they can make to a single domain. Domain Sharding distributes the resources across multiple subdomains, allowing the browser to increase the number of parallel connections and, consequently, the download speed. This improves the webpage's performance by enabling more resources to be downloaded concurrently.

Discussion
thedelphOption: A

Domain Sharding: "Overcomes the connection limitation, which improves page-rendering time by enabling client browsers to download more resources in parallel." https://docs.netscaler.com/en-us/citrix-adc/current-release/optimization/front-end-optimization.html#optimizations-performed-by-the-feo-feature

robholgateOption: A

Domain sharding Many browsers set limits on the number of simultaneous connections that can be established to a single domain. This can cause browsers to download webpage resources one at a time, resulting in higher browsers time. https://docs.netscaler.com/en-us/citrix-adc/current-release/optimization/front-end-optimization.html