Electronic – Using Ethernet Bus

busethernet

While reading about the Ethernet protocol, I noticed that it has bus features like collision resolution. I've only ever seen Ethernet networks using a star topology (a bunch of PCs connected to a switch) or point to point (the switch connected to a router).

Can you connect office equipment with standard NICs into an Ethernet bus? And if so, how would it actually be wired up? Can you use standard Cat5e?

Best Answer

Yep, believe it or not, the old-school ethernet "hubs" (note, not a switch) would actually just broadcast everything received on any RX pair out all the other TX pairs.

As such, you did indeed have issues with collisions.


From wikipedia:

An Ethernet hub, active hub, network hub, repeater hub, multiport repeater or hub is a device for connecting multiple Ethernet devices together and making them act as a single network segment. It has multiple input/output (I/O) ports, in which a signal introduced at the input of any port appears at the output of every port except the original incoming. A hub works at the physical layer (layer 1) of the OSI model. The device is a form of multiport repeater. Repeater hubs also participate in collision detection, forwarding a jam signal to all ports if it detects a collision.

Emphasis mine.


There is an article about building a passive hub (that only supports three devices) here.

enter image description here

There was a question about this particular passive-hub-topology on electonics.stackexcahnge here.