cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2398
Views
0
Helpful
4
Replies

is it possible to improve data transfer speed with current setup?

baselzind
Level 6
Level 6

i currently have 4500 edge switches with Gigabit Ethernet ports and a 10 Gigabit Ethernet uplink port to a 6500 core switch which in turn connect the firewall by another Gigabit Ethernet connection and a 800 mbps internet connection , we have a department that is complaining that the data transfer is slow and if there is any way to improve it , what im wondering is that is there any way i can improve their data transfer speed without hardware change? also checking speedtest.net on my computer im finding that the internet speed is operating at full speed "800 mbps".

4 Replies 4

Hello

when you say data transfer - what is this? Server to server - host to server ?

Have you performed any investigations pertaining to the scr and dest addressing.

exteneded ping, trace routes. traffic captures etc...

Are you reaching full utilisation on your wan link and if qos being initicated and if so how is this particular traffic being serviced?

What do you interface statistics show?

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

WAN links tend to have much lower single-session throughput compared to a LAN, even if technically they are at the same speed, due to latency.

When you say "data transfer is slow"...  what are the source and destination of data transfers, and what protocols are being used (i.e. HTTP browsing, CIFS file transfers, or FTP transfers)?  Can you show a tracert from the requester to the destination (probably not, if it's through a firewall).

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

WAN links tend to have much lower single-session throughput compared to a LAN, even if technically they are at the same speed, due to latency.

Yes and no.  For TCP traffic, you can obtain the same "speed" as on LANs, but you need to insure receiving host's RWIN is sized for path's BDP.

However, what cannot be avoided, because of latency, is slow start is even slower to "ramp up" and congestion recovery is also slower to "ramp up".

Oh, things like Windows, file transfers tend to slow as latency increases, as they tend to be "chatty", especially Windows later file systems with their embedded alternative streams and file attributes.

WAAS/WAFS can often help much with WAN transfer rates, or you need an application that can slice and dice a single session transfer into multiple/concurrent  session transfers.

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

When working with any kind of MAN/WAN with high bandwidth, sometimes hosts are not configured optimally for high TCP transfer rates.

So, if you users are using TCP, investigate the subject TCP on long fat networks, and the subject TCP bandwidth delay product, and compare to your hosts.

(NB: years ago, I once had a cross Atlantic file transfer rate increase by five fold by having the receiving host's RWIN increased.)