Ethernet LAN file transfer speed in a network

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
file transfer speed in a network Bipin 10-11-06
Posted by Bipin on October 11, 2006, 4:45 am
Please log in for more thread options


hai all,
i am working in a network having morethan 200 windows XP sysetm,our
network uses CISCO switch and router. we have a remote site which
connected trhough 4MBps MAN conectivity through one off services
provides frame relay.We need to connect our remote site alltime coz,
our file servers are in remote site.

some time we feel our network soo slow , even it took morethan 2 min to
open a 1 mb .doc file .

1,How can i rectify this issue
2,How can i check file transering speed ( any software can use for
this??)
3.How it possible to check how many bandwidth is used by each off
computers

i hertlly requesting all to help me for solving this problem .


Posted by Al Dykes on October 11, 2006, 8:57 am
Please log in for more thread options


>hai all,
>i am working in a network having morethan 200 windows XP sysetm,our
>network uses CISCO switch and router. we have a remote site which
>connected trhough 4MBps MAN conectivity through one off services
>provides frame relay.We need to connect our remote site alltime coz,
>our file servers are in remote site.
>
>some time we feel our network soo slow , even it took morethan 2 min to
>open a 1 mb .doc file .
>
>1,How can i rectify this issue
>2,How can i check file transering speed ( any software can use for
>this??)
>3.How it possible to check how many bandwidth is used by each off
>computers
>
>i hertlly requesting all to help me for solving this problem .
>

Every version of Windows since NT3.5 has a tool called Perfmon.exe.
It can monitor and count the usage of just about every aspect of the
computer's operation. It can remotely monitor other windows boxes.

Your Cisco switch and router probably have network management
capability which can got you usage figures for the pipe.

Various versions of netmon, a network monitering tool, are included
with the different versions of Windows Server.

If your servers are *nix-based, there are lots of monitoring tools
available to you.

--
a d y k e s @ p a n i x . c o m
Harrison for Congress in NY 13CD www.harrison06.com
Don't blame me. I voted for Gore. A Proud signature since 2001

Posted by Robert Redelmeier on October 11, 2006, 10:22 am
Please log in for more thread options


> 2,How can i check file transering speed ( any software can
> use for this??)

I use `ttcp` to test network speed. It avoids the disk and
occasionally software bottlenecks. It measures OS & hardware.
By running it as UDP, I can get an idea if TCP is mistuned.
But you need access from both ends. When you can't (usually
across the Internet), then hit some reliable site and see what
kind of ftp throughput you get.

> 3.How it possible to check how many bandwidth is used by
> each off computers

Usually by using a sniffer such as `tcpdump` or
monitoring areas on a managed switch.

-- Robert


Posted by Rick Jones on October 11, 2006, 1:28 pm
Please log in for more thread options


>> 2,How can i check file transering speed ( any software can
>> use for this??)

> I use `ttcp` to test network speed. It avoids the disk and
> occasionally software bottlenecks. It measures OS & hardware. By
> running it as UDP, I can get an idea if TCP is mistuned. But you
> need access from both ends. When you can't (usually across the
> Internet), then hit some reliable site and see what kind of ftp
> throughput you get.

ttcp would be ok if the file transfer mechanism is FTP. If it is SMB,
(or NFS) then a request/response test would be a better match - say a
netperf TCP_RR test with suitable request/response sizes to match what
SMB is doing.

Be very cautious about UDP bulk transfer benchmarks (ttcp, netperf
UDP_STREAM). They often have no end-to-end flow control and as such
may completely saturate a bottleneck link, much to the chagrin of
other users.

When diagnosing "performance issues" I often start by looking for
retransmissions. Especially for request/response sorts of
applications, even a single lost TCP segment can ruin the whole thing.
So, check things like netstat statistics, or its platform equivalent.
If you can also check link-level statistics and statistics at the
switch(es) and/or the devices joining your LAN's to the MAN.

rick jones
--
Process shall set you free from the need for rational thought.
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...

Posted by Robert Redelmeier on October 11, 2006, 1:38 pm
Please log in for more thread options


>
>> I use `ttcp` to test network speed. It avoids the disk and
>> occasionally software bottlenecks. It measures OS & hardware. By
>> running it as UDP, I can get an idea if TCP is mistuned. But you
>> need access from both ends. When you can't (usually across the
>> Internet), then hit some reliable site and see what kind of ftp
>> throughput you get.
>
> ttcp would be ok if the file transfer mechanism is FTP.
> If it is SMB, (or NFS) then a request/response test would
> be a better match - say a netperf TCP_RR test with suitable
> request/response sizes to match what SMB is doing.

Agreed. Even the venerable ping can be very useful.

> Be very cautious about UDP bulk transfer benchmarks (ttcp,
> netperf UDP_STREAM). They often have no end-to-end flow
> control and as such may completely saturate a bottleneck
> link, much to the chagrin of other users.

Isn't that the idea :) but a wise precaution to limit testing,
especially test uninterrupted duration.

> When diagnosing "performance issues" I often start by looking
> for retransmissions. Especially for request/response sorts
> of applications, even a single lost TCP segment can ruin the
> whole thing. So, check things like netstat statistics, or
> its platform equivalent. If you can also check link-level
> statistics and statistics at the switch(es) and/or the
> devices joining your LAN's to the MAN.

Always a good idea. Bad/marginal cabling can easily cause
bit errors that usually result in retransmits.

-- Robert


Similar ThreadsPosted
file transfer speed in a network October 11, 2006, 4:45 am
Optimize File Transfer on a 100Mbps LAN January 13, 2008, 3:09 am
VIA VT6102 Rhine-II + RealTek RTL8139C : file transfer hangs on Linux July 1, 2005, 6:36 pm
Network Speed Question September 2, 2006, 5:31 am
network card speed February 8, 2007, 10:32 am
Software to test network speed? September 9, 2004, 9:05 pm
Routers, switches & network speed? August 27, 2007, 4:01 pm
FPGA based Ethernet network analyzer - full wire speed, programmable February 10, 2006, 9:38 pm
MangoSoft Medley99 Virtual File Server November 22, 2004, 11:29 am
Fastest way to transfer data from one computer to another September 17, 2004, 3:45 pm
Low FTP transfer rate when enabling Jumbo frames. July 14, 2006, 5:46 am
Easily add 4 Gb/s Ethernet link to FPGA systems for control & data transfer June 7, 2006, 11:54 am
baffling speed problem July 23, 2005, 5:52 am
slow TCP connections due to very different speed of segments? March 10, 2005, 5:08 am
Speed limit of Fast Ethernet November 22, 2005, 7:39 am