Internet Explorer and connection limits

Source: Internet
Author: User

From time to time, I 've heard the question: "Why can ie only download two files from the same site simultaneously? "

Some more savvy users observe that this limitation probably makes
Sense in dialup cases where bandwidth is constrained or when lots
Small files are being downloaded, since the TCP/IP slow start algorithm comes into play.

But for those of us lucky enough to be on broadband, this limitation
Can be annoying. If I want to download a large number of large files,
I have to sit around and wait for them to complete, two-by-two. Why
Does ie behave this way while some other browsers do not?

It turns out that this is a case where Ie strictly follows the standards -- in this case, rfc2616, which covers http1.1. as noted in the RFC:

Clients that use persistent connections shocould limit the number
Of simultaneous connections that they maintain to a given server.
Single-user client shocould not maintain more than 2 connections with any
Server or proxy.

Saavy web developers can take this connection limit into account and
Deliver their data from multiple domains, since the browser will open
Up to two connections per domain. You can see this trick on pages like
Office online templates using Microsoft fiddler
Or another network monitoring tool. In this case, two domains
(Office.microsoft.com and I .office.microsoft.com) split the load,
Permitting up to four simultaneous connections.

If you 'd like to experiment with higher connection limits inside IE, have a look at http://support.microsoft.com/kb/183110. Note that changing this setting violates HTTP rfcs, and hence might impact compatibility with servers and proxies.

-Ericlaw

PS: Another web-performance tip: when generating hyperlinks, always
Include a trailing slash if possible. For instance, navigating to http://msdn.microsoft.com/ie takes one more roundtrip than http://msdn.microsoft.com/ie/. When the browser navigates to/IEThe server merely sends down a 301 to/IE/URL. Both links work, but the second version is faster.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.