Chapter 05 -- Local Area Networks
-
Local Area nets are (normall cheap) networks
-
that connect computers over a short distance.
-
That all transmit on a common medium (as opposed to point-to-point).
-
Always have problem of sharing transmission medium.
-
Various examples include Ethernet, token ring, token bus, appletalk.
-
ALOHA
-
Build by UofHawaii in early 70s.
-
They used transmission over radio waves at 9,600 bps
-
Central node acks all correct packets and forwards them on a different
frequency.
-
If two stations stransmit at same time, packets become garbeled.
They are said to collide.
-
Central station cannot ack garbeled packets. Senders timeout and
retransmit after random delay.
-
Why RANDOM delay????
-
Three types of ALOHA, slotted and oure.
-
Pure can transmit at any time.
-
Effeciency is 18%.
-
Slotted can transmit only on slot boundries.
-
Effeciency is 36%.
-
Must have good clock synchonization.
-
Spade (like aloha with reservations)
-
-
Calculations Assume there are MANY nodes transmitting at random intervals.
-
Fewer nodes improve effeciency.
-
"Dialogs" improve effeciency.
-