Next: Internetworking
Up: Medium Access Control
Previous: Fiber Distributed Data
CSMA/CD:
-
Advantages:
-
One of the earliest LAN protocol, has
a very large installation base, cheap hardwares (around $100per port). Much experience and software exist for supporting
the network.
-
Removing and adding new nodes doesn't bring the whole network down,
making maintenance a piece of cake;
-
Very low delay under light network load;
-
Maximum speed a whopping 10
!
-
Disadvantages:
-
Low efficiency at high load;
-
No guarantee on delay (could be infinity);
-
No priority schemes;
-
Network is limited to around 2.5
in cable length;
-
Maximum speed is a meager 10
.
-
Not suited for fiber implementation;
Token Bus:
-
Advantages:
-
Not much hardware requirement (cheap);
-
More deterministic;
-
Have priorities;
-
Very high efficiency at high load;
-
etc.
-
Disadvantages:
-
Protocol is very complex;
-
Large delay at low load (due to token overhead);
-
Not suited for fiber implementation;
Token Ring:
-
Advantages:
-
Not much hardware requirement (consists of
cheap point to point links);
-
More deterministic;
-
Have priorities;
-
Very high efficiency at high load;
-
etc.
-
Disadvantages:
-
Protocol is very complex;
-
Large delay at low load (due to token overhead);
-
Needs central monitoring station (if that
station fails but continue
to impersonate normal condition, the network will certainly crash);
FDDI:
-
Advantages:
-
Fast;
-
Can cover much larger geographical area;
-
Can reconfig if the rings broke or if a station is
down;
-
Can carry time guaranteed traffic;
-
More deterministic;
-
Have priorities;
-
Very high efficiency at high load;
-
Disadvantages:
-
Still quite expensive;
-
Protocol is very complex;
-
Large delay at low load (due to token overhead);
Next: Internetworking
Up: Medium Access Control
Previous: Fiber Distributed Data