T.R | Title | User | Personal Name | Date | Lines |
---|
894.1 | ATM and FDDI *switch* latency is the same | NPSS::WATERS | I need an egg-laying woolmilkpig. | Tue Apr 08 1997 09:22 | 14 |
| The latency through GIGAswitch/ATM is 12 microseconds (first bit in to
first bit out). The latency through GIGAswitch/FDDI is roughly the same
--usually quoted as 15 microseconds.
I don't know by how much the latency of ATM and FDDI host interfaces
differ. Anyway, unless you're using special protocols for parallel
processing (such as PVM over raw ATM), the latency will be dominated by
the host driver and protocol stack (context switching and all that).
Message latency from one application to another, through TCP and either
FDDI or ATM, can be 300 microseconds or more.
That DIGITAL's ATM LANs suffer no congestion losses may help with some
workloads. There is a high-performance-computing Notes conference where
you may get a better answer. --gw
|
894.2 | Re: cell transfer time cost? | QUABBI::"[email protected]" | Hal Murray | Wed Apr 09 1997 21:39 | 46 |
| There are a bunch of graphs on my web pages. Start at:
http://src-www.pa.dec.com/~murray/an2-perf/perf.html
The 750/350 takes about 28 uSec to send a 1 cell packet to itself.
That's the same as the time it takes to send a packet from one
machine to another. Multiply by two for round trip times.
http://src-www.pa.dec.com/~murray/an2-perf/host-latency.html
The fine print will depend upon how busy the memory/IO system is.
That's the best you will get. I worked real hard to measure just
the raw hardware times. No interrupts or anything like that.
Similar graphs for sending packets through switches are in:
http://src-www.pa.dec.com/~murray/an2-perf/switch-abr.html
For small packets, the delay is primarily software.
For WAN links, most of the delay will be speed of light.
There are TCP and UDP request/response times in:
http://src-www.pa.dec.com/~murray/an2-perf/tcpudp-batch.html
That's the round trip time, user-user-user for a well tuned
program that doesn't do anything sleazy. Divide by two to
get the one way timings. Kernel-kernel transfers would be faster.
Bottom line is roughly 1/4 to 1/3 of a ms for a modern machine
sending tiny packets.
----
I have some rough FDDI data - it isn't linked into the main page.
http://src-www.pa.dec.com/~murray/an2-perf/tcpudp-batch-fddi.html
Request-response looks slightly faster for small packets, but
that's just a rough estimate.
----
For large transfers, you can get close to 100 megabits on switched
FDDI and close to 135 on ATM over OC-3.
If your FDDI isn't switched then you get to round down if other
machines are using the net. (You don't actually need a switch
to get "switched" behaviour if you only have 2 machines.)
[posted by Notes-News gateway]
|
894.3 | thank you very much, BTW ... | NNTPD::"eric gan@bejvc" | eric gan | Tue Apr 22 1997 01:01 | 11 |
| Murray,
Thank you very much, your information help me a lot!
BTW, are you useing the "news" application to post notes? So, could you
tell me how to config the news' pereferance, and which gateway or proxy
server I should use?
Thanks a lot,
eric
[Posted by WWW Notes gateway]
|