Re: free collision detection software/utility?

B

BLH

Fester Rancid said:
Collisions in themselves are fundemental in the operation of an Ethernet
network and would be expected, and as such are not a problem Excessive
collisions on the other hand could be a problem and could be caused by a hub
based network being too large in terms of the number is repeater devices in
a single chain. However, your problem is more likely to be a
mis-configuration problem, such as the LAN port on the router having a
duplex mismatch with the hub it is plugged into.

Don't assume that your local tech support know what they are talking about,
or at the very least know how to translate what they are trying to tell you
into thier first language.

FR

I agree with this - I had the same problem a while ago and the fault
was the router configured for full duplex while everything else on the
hub was (properly) configured for half duplex. Therefore the router
was sending without listening and providing the same results you have.

If you have a hub all devices should be half duplex as a hub is
collision domain and devices have to listen before sending to avoid
collisions. If you have a switch devices can be either half or full
duplex as each port is a separate collision domain.

BH
 
C

CJT

BLH said:
I agree with this - I had the same problem a while ago and the fault
was the router configured for full duplex while everything else on the
hub was (properly) configured for half duplex. Therefore the router
was sending without listening and providing the same results you have.

If you have a hub all devices should be half duplex as a hub is
collision domain and devices have to listen before sending to avoid
collisions. If you have a switch devices can be either half or full
duplex as each port is a separate collision domain.

BH

Are you sure about that? I haven't researched it carefully, but my
understanding was a little different -- that the appropriate duplex
setting had more to do with whether the port was operating at 10Mbps
or 100 than whether a hub or switch was in use.
 
B

BLH

CJT said:
Are you sure about that? I haven't researched it carefully, but my
understanding was a little different -- that the appropriate duplex
setting had more to do with whether the port was operating at 10Mbps
or 100 than whether a hub or switch was in use.


Quite sure.

10 or 100Mbps can both operate either in full or half duplex modes.

Full duplex can only be used when there are only two devices directly
connected by a single cable, either PC to PC or PC to switch port or
PC to router or switch to switch etc. In full duplex mode both devices
can transmit and receive at the same time without having to listen
first. This works with a switch because each port is independent of
the others (i.e. each port is treated as a separate segment) and on
many switches ports can be different speeds, some at 10, some at 100
and even gigabit. You can, of course use half duplex in this scenario
but it's not making the best use of the available bandwidth.

A hub on the other hand is little more than a line spltter allowing a
number of devices to share the same medium (i.e. all devices are
effectively on the same piece of cable). Each port is directly
connected to the others and data from one port is transmitted on all
ports. Because of this each device has to listen before transmitting
otherwise collisions occur. This is why devices connected to a hub are
configured as half duplex and hub ports are always the same speed as
each other.

The most common problem occurs when using auto-detect as some nic's
detect the speed ok but not the duplex setting. In this case devices
can configure full duplex even if they are on shared media or if a
directly connected device is set for half duplex. If this happens, as
in the case of the OP, the device configured as full duplex happily
transmits without listening causing continual collisions with the
other devices and thus severly degrading the overall network
throughput.

BH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top