Hubbry Logo
search button
Sign in
Multi-source
Multi-source
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Multi-source
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Multi-source Wikipedia article. Here, you can discuss, collect, and organize anything related to Multi-source. The purpose of the hub is to connect people,...
Add your contribution
Multi-source

Multi-source, as it applies to downloading data, or files from the internet, is a method of decreasing download time for large files by getting data from two or more sources.

Overview

[edit]

A program that can handle multi-source downloads will connect to one computer and begin downloading the desired file, then find another computer hosting the same file and begin downloading that file as well. The program controls downloads so that each source file provides separate data and the user does not download the same part of the file twice. The program then builds the file on the downloader's computer much faster than it would if it had to wait for the entire file to be downloaded from a single source.

This works faster because the rate at which the file servers upload is finite and download rates are generally faster than upload rates. Therefore, downloading from a single server would create a bottleneck if the server's upload rate does not equal your maximum download rate. So distributing the download across multiple servers allows you to utilize all of your download rate potential.

Many download managers use the principles of multi-source downloading.

Examples of programs that use Multi-source downloading

[edit]

ApexDC++ is an example of a program that uses multi-source downloading. The program uses a DC (direct connect) protocol and downloads a large file by dividing it into smaller parts and downloading the smaller parts from different hosts. [1]

[edit]