In article <eooba6$1p9i$>, Pascal <> wrote:
>Reading the PDF
>http://www.cisco.com/warp/public/765...erformance.pdf
>( Router Perf ). It seems that they will really get a 5.12 Mbits
>throughput out of that little 85x device. It is pretty much as fast as
>cable modem download speed if I am correct ( well at least in some part
>of the US ) 
>Could this be a good example to explain my manager ( who wants to go
>with the cheapest way ) that the 800 series will be really slow whenever
>these users are going to start accessing word or PDF documents that
>could be sometimes 10 to 15 MBytes ?
The 5.12 Mbit/s is the rate assuming 64 byte packets. For your
purposes, you need to get an estimate of the average packet size
for whatever file transfer protocol the users will be using
to access the files (e.g., SMB or Novell Netware or HTTP). SMB
over NETBIOS does not (if I remember correctly) use full sized IP
packets; I believe that SMB over IP (port 443) is more efficient.
HTTP does use full size packets to send the chunks of data, once
the negotiation of what to send how is completed.
Historically, people have noticed that packet distributions tend to
be bimodal -- that is, the majority of packets tend to be < 256 bytes,
but with another peak in the 1000 to 1500 byte range, with relatively
little in the middle. But that's long-term packet counts, and short
packets are usually associated with interactive work such as ping or
ARP or telnet -- situations in which what is important to people
is latency rather than throughput. Something like an 800 series
router is going to have a higher latency than a Cisco multilayer switch,
but it would depend a lot on the network load and people's expectations
as to whether that higher latency would make a noticable difference.
Considering connection setup times, if you are using something like
HTTP to transfer the files, you are probably going to average
-roughly- 1 1/3 kilobytes of payload per packet. 15 megabytes
divided by 1 1/3 kilobytes .. call it 11000 packets. At 10000
packets per second (the rated 850 performance), that would be
about 1.1 seconds to transfer the file; it would probably take longer
for Acroread to load the file. 10000 packets per second at
1500 bytes per packet would slightly exceed 100 megabits/second, so
the transfer might take slightly longer (especially if the hosts
have not been tuned for a high receive window and so on.)
The slowest of the 3750 series, the -24TS, forwards at 6.5 Mpps,
about 650 times faster than the 850 -- which means that the limiting
factor if you were to connect through one of those would be the
line rate (e.g., 100 megabits/second). As we saw above, though,
the line rate is fairly close to 100 megabits/second if you are using
nearly full packets on the 850 router, so the 3750 would only
start to be an advantage if you realistically have contention with
multiple people trying to grab those 10-15 megabyte files simultaneously;
in such a situation, gigabit to the fileserver would permit multiple
hosts to be served at 100 megabits/second.
But we need to take a step back and look at your security. You are
talking about the company splitting up, which implies that over time
you are likely to want to interpose security between the VLANs. The
850 is going to slow down noticably if you put security on it; the Cat
3750 switch family is relatively limited in the kinds of security you
can activate, but has a lot more horsepower. Next question to ask
is whether the 850 supports VLANs. And the answer to that is NO -- but
the 870 series does; it is about 2 1/2 times faster and so would have
more headroom if you decided to activate the firewall features.