Click here to Skip to main content
15,891,657 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
Mark_Wallace2-Jun-19 5:52
Mark_Wallace2-Jun-19 5:52 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
Rick York2-Jun-19 6:15
mveRick York2-Jun-19 6:15 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
dandy722-Jun-19 7:27
dandy722-Jun-19 7:27 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
Rick York2-Jun-19 9:31
mveRick York2-Jun-19 9:31 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
dandy723-Jun-19 10:38
dandy723-Jun-19 10:38 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
Rick York3-Jun-19 10:58
mveRick York3-Jun-19 10:58 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
dandy724-Jun-19 6:18
dandy724-Jun-19 6:18 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
lopatir2-Jun-19 7:15
lopatir2-Jun-19 7:15 
likely instead of downloading large files/archives of files (zips etc) it's downloading (or merely checking/requesting) lots of [small] individual files. yes tcp is good streaming bulk data but sub-optimal with many many small packets (you know, packets are small but each still having the same sized headers, other paraphernalia as well as req/ack/nack handling)

in a way same concept as DDS attacks, lots of tiny [including request-answer] packets (in both directions) does way more damage than a huge file transfer.

then the connection: fibre, cable and even wi-fi although fast it's only half duplex
...again all them tiny rapid fire reqs, acks and nacks generated at your machine (= zero latency) holding up the remote [hence latency delayed] incoming packets

- lots of carnage, and after the cleanup that who gets to try again soonest [and most often]...
Message Signature
(Click to edit ->)

GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
dandy722-Jun-19 7:26
dandy722-Jun-19 7:26 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
abmv2-Jun-19 16:32
professionalabmv2-Jun-19 16:32 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
dandy723-Jun-19 10:42
dandy723-Jun-19 10:42 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
abmv3-Jun-19 19:27
professionalabmv3-Jun-19 19:27 
GeneralRe: Windows 10 Insider previews - bandwidth hogs? Pin
dandy724-Jun-19 6:14
dandy724-Jun-19 6:14 
Generalrevert/restore @ Linux Pin
Nand322-Jun-19 1:53
Nand322-Jun-19 1:53 
GeneralRe: revert/restore @ Linux Pin
Kornfeld Eliyahu Peter2-Jun-19 2:13
professionalKornfeld Eliyahu Peter2-Jun-19 2:13 
GeneralRe: revert/restore @ Linux Pin
Nand322-Jun-19 2:21
Nand322-Jun-19 2:21 
GeneralRe: revert/restore @ Linux Pin
Mike Hankey2-Jun-19 3:42
mveMike Hankey2-Jun-19 3:42 
GeneralRe: revert/restore @ Linux Pin
Munchies_Matt2-Jun-19 3:12
Munchies_Matt2-Jun-19 3:12 
GeneralRe: revert/restore @ Linux Pin
lopatir2-Jun-19 3:42
lopatir2-Jun-19 3:42 
GeneralRe: revert/restore @ Linux Pin
Kirk 103898213-Jun-19 12:56
Kirk 103898213-Jun-19 12:56 
GeneralRe: revert/restore @ Linux Pin
dandy722-Jun-19 3:58
dandy722-Jun-19 3:58 
GeneralRe: revert/restore @ Linux Pin
abmv2-Jun-19 3:59
professionalabmv2-Jun-19 3:59 
GeneralRe: revert/restore @ Linux Pin
Mark_Wallace2-Jun-19 5:23
Mark_Wallace2-Jun-19 5:23 
GeneralRe: revert/restore @ Linux Pin
theoldfool2-Jun-19 8:04
professionaltheoldfool2-Jun-19 8:04 
GeneralRe: revert/restore @ Linux Pin
Ryan Peden3-Jun-19 4:05
professionalRyan Peden3-Jun-19 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.