This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: TCP/IP problem


On Fri, 2002-09-27 at 00:13, Marc Pignat wrote:
> 
> Have you noticed performance problem with tcp/ip ?
> 
> When connected throught a switch, there is no problem and with a hub, a small amount of network traffic reduce the performance by a 10 factor...

This is most likely a result of collisions.  On a switch,
each connections between endpoints is virtual - just like
a single, private wire.  On a hub, all connections share
the same wire.  The way that ethernet transmissions happen,
there will always be collisions on shared transmission media.

-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]