Link to home
Start Free TrialLog in
Avatar of girishreddy
girishreddy

asked on

Earn 100 points easily

When we are downloading a web site which has  Text, JPEG files, GIF files, Audio Files, Video Files.... which of these get loaded first? Are all of them will get loaded simultaneously? Or else Will they get loaded one by one? If YES to one of these questions tell me WHY?
Avatar of vikiing
vikiing

If you start several download operations at different windows (i.e.: you open several browser instances at the same time and you start a download from each one), all files are got together, this is, the information corresponding to all files comes in a "parallel" fashion.

In fact, if all files would have the same size, you will receive the "Download complete" advise simultaneously for all files.

On the other hand, by using packages like GetRight (or alike), you can download them in a "serial" fashion, this is, one file starts after the previous one completed.

Some things, related to bandwidth, communication speed, and a lot of other considerations, let you get files faster when they are got "in parallel"; but, of course, within certain limits.

You ask why; that's so simply because it was designed that way. The protocole used in communications let you choose the way best suitable for your needs, depending on your software, your hardware and, as said, several other things (i.e.: speed of servers, quality of your ISP's service, etc.).


ASKER CERTIFIED SOLUTION
Avatar of StefanZ
StefanZ

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial