Sunday 20 May 2018

Network Repeaters and Hubs


REPEATERS AND TYPES OF REPEATERS:

There are 4 types of repeaters

1. Telephone Repeaters- It is usually present in the trunked lines for long distance calls and include amplifier circuit to increase the power and compensate for attenuation. Since the telephone is a duplex, telephone repeaters should amplify the signal in both directions without causing feedback

2. Optical Communication Repeater- This is used to increase the range of signals in a fiber optic cable. Digital information travels through a fiber optic cable in the form of short pulses of light. The light is made up of particles called photons, which can be absorbed or scattered in the fiber. An optical communications repeater usually consists of a phototransistor which converts the light pulses to an electrical signal, an amplifier to increase the power of the signal, an electronic filter which reshapes the pulses, and a laser which converts the electrical signal to light again and sends it out the other fiber.

3. Radio repeater- This is used to extend the range of coverage of a radio signal. A radio repeater usually consists of a radio receiver connected to a radio transmitter. The received signal is amplified and retransmitted, often on another frequency, to provide coverage beyond the obstruction.

4. Multiport Repeater (Hub)- A network hub is an unsophisticated device in comparison with a switch. As a multiport repeater it works by repeating bits (symbols) received from one of its ports to all other ports. It is aware of physical layer packets, that is it can detect their start (preamble), an idle line (interpacket gap) and sense a collision which it also propagates by sending a jam signal. A hub cannot further examine or manage any of the traffic that comes through it: any packet entering any port is flooded on all other ports.



FUN THOUGHT: WHAT DOES A HUB CIRCUIT LOOK LIKE:

It can be made using anti-parallel diodes for each port of the hub so that information sent on one port goes only to the other ports and does not come back in a loop- sort of way.

The topology is similar to Bus topology because all devices are connected to a central cable, called the bus or backbone.


ETHERNET HUBS:

Image result for ethernet hubs
  • They are also known as Ethernet Hubs/ Networking Hubs 
  • They operate at Physical Layer (Layer 1 ) of the OSI model since they cannot switch, they just send the electrical signal they receive on one port to all other ports. 
  • It is aware of physical layer packets, that is it can detect their start (preamble), an idle line (interpacket gap) and sense a collision which it also propagates by sending a jam signal. A hub cannot further examine or manage any of the traffic that comes through it: any packet entering any port is rebroadcast on all other ports. 
  • A hub/repeater has no memory to store any data in – a packet must be transmitted while it is received and it is lost when a collision occurs (the sender should detect this and retry the transmission). 
  • Due to this, hubs can only run in half duplex mode. Consequently, due to a larger collision domain, packet collisions are more frequent in networks connected using hubs than in networks connected using more sophisticated devices like switches. 
  • Most hubs detect typical problems, such as excessive collisions and jabbering on individual ports, and partition the port, disconnecting it from the shared medium. 
  • Historically, the main reason for purchasing hubs rather than switches was their price. This motivator has largely been eliminated by reductions in the price of switches.

No comments:

Post a Comment