- Thread Author
- #1
Assume I have two computers A and B which are connected (through WLAN/Wifi router) in an inhouse net.
Now I have to transfer huge file archives (> 10 GB) from A to B and other huge file archives from B to A.
I could either do this file transfers
1) in parallel (=start copying files from A to B and from B to A at the same time)
or
2) wait until file copying from A to B is finished and then start B to A.
What is faster?
I could imagine that protocol overhead and interrupts in case 1 could slow down throughput.
On the other hand I could use in case 1 unused upload capacity into the opposite direction during download.
Any recommendations for this scenario?
Peter
				
			Now I have to transfer huge file archives (> 10 GB) from A to B and other huge file archives from B to A.
I could either do this file transfers
1) in parallel (=start copying files from A to B and from B to A at the same time)
or
2) wait until file copying from A to B is finished and then start B to A.
What is faster?
I could imagine that protocol overhead and interrupts in case 1 could slow down throughput.
On the other hand I could use in case 1 unused upload capacity into the opposite direction during download.
Any recommendations for this scenario?
Peter
 
 
		 
 
		 
 
		 
 
		 Couple of things worth mentioning; is that if the OP has Gigabit Ethernet between both computers A and B as well as the router (router needs to be Gigabit Ethernet as well), practical maximum is around 125MB/sec.  When both computers are transmitting through the collision based Ethernet network as neemo astutely mentions; that's gonna slow down to half of that, 62.5MB/sec or so.  Taking a 10GB file and doing the math, it would take somewhere around 44 hrs. if you had no interruptions from your AC power or any hiccups from the router.
  Couple of things worth mentioning; is that if the OP has Gigabit Ethernet between both computers A and B as well as the router (router needs to be Gigabit Ethernet as well), practical maximum is around 125MB/sec.  When both computers are transmitting through the collision based Ethernet network as neemo astutely mentions; that's gonna slow down to half of that, 62.5MB/sec or so.  Taking a 10GB file and doing the math, it would take somewhere around 44 hrs. if you had no interruptions from your AC power or any hiccups from the router.
