Applies To:
Show VersionsBIG-IP AAM
- 12.1.5, 12.1.4, 12.1.3, 12.1.2, 12.1.1, 12.1.0, 11.6.5, 11.6.4, 11.6.3, 11.6.2, 11.6.1
Establishing Additional TCP Connections with MultiConnect
Overview: Accelerating requests and responses with MultiConnect
Most web browsers create a limited number of persistent TCP connections when requesting data, which restricts the amount of content a client can receive at one time. You can provide faster data downloads to your clients using the BIG-IP® device's MultiConnect feature.
The MultiConnect feature enables you to specify unique subdomains that prompt the browser to open more persistent TCP connections (up to five per HTTP subdomain and five per HTTPS subdomain generated by the BIG-IP device). The origin web servers never get a request from these additional subdomains; they are used exclusively on externally linked URLs or links that request images or scripts and are only for requests or responses between the client and the BIG-IP device. If the BIG-IP device needs to send a request to the origin server, it removes the subdomain prefixes before sending the request.
The BIG-IP device uses the MultiConnect feature only on the following types of links:
- Image tags: <img src="...">
- Script tags: <script src="...">
- Forms whose input type is an image: <form><input type="image” src="..."></form>
Task summary for establishing additional TCP connections with MultiConnect
Perform these tasks to establish additional TCP connections with MultiConnect.
Task summary
Enabling content assembly on proxies
Configuring DNS subdomains for use with MultiConnect
- Configure DNS with entries for the additional subdomains.
- Map the additional DNS entries to the same IP address as the base origin web server (for example, www.siterequest.com).
- Assign specific prefixes to the additional subdomains. For example, if the requested host for the mapping is www.siterequest.com and you request additional subdomains for the HTTP protocol, you assign a subdomain prefix of wa.
- wa1.www.siterequest.com
- wa2.www.siterequest.com
Enabling MultiConnect for HTTP traffic
Enabling MultiConnect for HTTPS traffic
Implementation result
This implementation configures BIG-IP® acceleration to modify externally linked URLs with unique subdomains, prompting the browser to open more persistent TCP connections.