• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Why is Windows Networking so slow?

LordJezo

Banned
Other then "it sux" why is that?

I mean, I can hit like 1000 k/s on two machines with an ftp server/client system but with the same two computers using Windows networking and my computer and things I get like 5k/s.

Why is that?
 
something is very wrong if you're only getting 5 kbytes/sec. What operating systems and what are your IP settings and network cards?
 
Originally posted by: spidey07
something is very wrong if you're only getting 5 kbytes/sec. What operating systems and what are your IP settings and network cards?

Well 5kb/s might be an exagiration.. but what I am saying is why are networked drives and shared folders so much slower then something like an FTP connection between those two same computers.
 
network browsing, netbios overhead, poor TCP windowing and a whole slew of other stuff make it slow.

BUT, it should only be marginally 10-15% slower than FTP at most.

Load netbeui on both machines, copy a single file from one to the other and time it. divide file size in KBytes by time in sec to get a guestimate rate in KB/s.

Do same file with FTP and compare. Nebeui should be faster than netbios/tcp.
 
Back
Top