Repeaters

 
Repeater Animation
An illustration of a repeater at work
The electrical signal entering the repeater at one end is weakened.
The repeater amplifies the electrical signals and resends the data.

 

General

A common problem in the networking world is that of weakening electical signals.  Electrical signals traveling through wires (such as copper wires used in most networks), weaken due to the wire's electircal resistance.  This effect limits the lengths of the cable that can be used.  A repeater will overcome this limit, when there is a need to connect two computers at a larger distance.
A repeater is connected to two cable segments.  Any electrical signal reaching the repeater from one segment, will be amplified and retransmitted to the other segment.

A repeater linking two network segments

The amount of repeaters that can be chained together is limited.  This is because most network types assume a maximum segment length and propogation time.  For instance, each Ethernet network type imposes a maximum time limit for each electrical signal to reach the entire network.  Using repeaters slows the signal's propogation, and thus the amout of repeaters should be limited.

The upside of repeaters is that they are very simple to manufacture and therefore cheap.


The downside of repeaters, which are dumb electrical devices, is that they do not "understand" the nature of the electrical signals they are amplifying.  Repeater may encounter 3 types of electrical input signals which represent:

  1. Proparly formatted data that should be repeated to the repeater's other segment. (i.e. when the data's target is on the repeater's other segment)
  2. Proparly formatted data that should not be repeated to the repeater's other segment. (i.e. when the data's target is not on the repeater's other segment)
  3. Improparly formatted data or noise that, of course, should not be repeated.
The repeater will repeat (retransmit) all 3 types of signals while it should only repeat the first one. This, needlessly, increases network traffic.  

Related topics