: You might want to try a book for a CCNA course (Cisco Certified Network
: Associate)
: They usually will help you understand OSI as well as a basic understanding
: of the functions of repeaters, bridges, switches and routers
In fact, I read CISCO network book and got better understanding of hub,
switch, router.
: Although less in-depth and a bit (lot) out of date there's also some
useful
: information on these subjects in Microsofts "Networking Essentials" (was
: part of the NT4 MCSE track)
I'm sorry I'm biased on M$ products (or documents), I tried to avoid using
or reading their product unless I have no choice.
:> > My question is what is a repeater for 10base2 ? Because the repeater
:> > is connected to 2 segments of co-axial, if there is signal from 1
:> > segment, I can imagine the repeater will copy it to the other side.
:> > but what if the other side also started to send ? If it copied,
:> > thats OK coz eventualy both side should detect collision. Then it
:> > must distinguish if the signal is send by itself or from the LAN
:> > segment, that means the repeater should have a bit detection
:> > rather than simply 2 amplifiers.
: Some do...... but not all of them! Some just amplify!
: The big problem with cable length at 185M it not the delay. It's the
: attennuation.
I can imagine.
: If there are NIC's transmitting on both sides this will result in a
: collission the same way it would as if they were on the same cable.
: In one direction at a time? Yes but this is also the same as a cable!
: Transmitting in 2 directions at the same time = collission.
: A repeater doesn't make any forwarding decisions.
: Whatever is one one segment will also be on the other segment. Both ways.
: It's just like one network cable, only with a few S extra latency and
: more available cable lenght and/or more than 30 taps on the network.
If you understand my question, you should not expect I was asking a stupid
question. May be I should explain the doubt in more details:
+----------+
segment A -------+ Repeater +--------- segment B
+----------+
If the circuit inside repeater is simply an bi-directional amplifier:
+-------------+
| |\ |
| +--+ >--+ |
| | |/ | |
segment A -----+--+ +--+-- segment B
| | /| | |
| +--< +--+ |
| \| |
| Repeater |
+-------------+
Any signal appears in segment A, after amplified to segment B will be
regenerated back to A. That is a circuit with positive feedback.
Doesn't matter whether its amplifier or regenerator, it suffers from
the same problem. My question is, there must be some means in the
repeater circuit to decide: not to re-amplify (re-generate) the signal
back to the source.
The only simple way I can think of is: signal appeared in whichever
side first should turn off the amplifier of the return path. If
collision occurred at the opposite side, then collision is also
injected into the original side.
Quote:> There's a 5-4-3 rule.
> On a 10Mbits network you can have 5 segments connected with 4 repeaters (or
> hubs) with pc's connected to 3 of these network segments.
Cannot understand why only connected to 3 of the segments ? Couldn't it
be 2 segments or 5 segments ?
Quote:> The above calculation is missing the (important!) latency while going
> through the hubs/repeaters.
> This delay will usually be a lot more than the delay in any reasonable cable
> lenght.
I think the manufacturer has to conform to standard for the
requirement of the latency. Otherwise, the 5 segments of 185M
under 10base2 could not be attend. Besides, I wouldn't imagine
much impact (from user's point of view) to the network performance
due to the propagation delay.
Quote:> Hubs: A hub really is like a repeater. Only with more ports. Sometimes
> they're even called multiport repeaters (like in the Digital DEChub 90
> series)
No, according to my previous question about the repeater for 10base2.
10base2 is a co-axial cable with only one signal line for both direction.
10baseT has 2 pairs, one Tx, one Rx. Therefore, 10baseT hub does not
need the intellegence of 10base2 repeater.
Quote:> Hubs do _not_ need an MDI/MDIX switch to be cascaded.
> You can use a crossover cable if you cannot switch the port.
Then, I understand. I overlooked the signal needs to be cross when
connecting up 2 hubs.
Quote:> The amount of hubs that can be cascaded depends on the latency (time it
> takes when a signal arrives on an input until it's sent out).
> Not all hubs do this at the same speed.
> General rule of thumb: for 10 Mbits networks you can cascade a maximum of 4
> hubs (like repeater segments. 5-4-3 rule)
+-----+ +-----+ +-----+ +-----+
---+ Hub +------+ Hub +------+ Hub +------+ Hub +---
+-----+ +-----+ +-----+ +-----+
General rule of thumb is OK, but don't forget other possibility
+-----+ +-----+
---+ Hub +--+---+ Hub +---
| | +-----+
| +--+
| | | +-----+
| | +---+ Hub +---
| | +-----+
| +--+
| | | +-----+
| | +---+ Hub +---
| | +-----+
| +--+
| | | +-----+
| | +---+ Hub +---
| | +-----+
| +--+
+-----+ | +-----+
+---+ Hub +---
+-----+
Quote:> for 100Mbits networks: don't cascade more than 2 hubs with a maximum of 5M
> between the two hubs.
Have no idea about how 100baseT is implement and its specifications.
SK