340 10 Modeling Medium Access Control Protocols
Both systems show maximum efficiency at very low traffic. As traffic increases,
the efficiencies of both systems start to decrease. However, the efficiency of slotted
ALOHA decreases at a slower rate compared to pure ALOHA.
Example 10.3 Repeat Example 10.2 assuming a slotted ALOHA network.
The performance figures are as follows:
Th = 0.1652 frames/time step
n
a
= 0.2104 attempts
Th (max) = 0.3679 frames/time step
a
0
= 0.05 for maximum throughput
We note that the throughput of slotted ALOHA is slightly higher than pure
ALOHA but it is not its double since we are far from the optimum traffic arrival
probability for either systems.
Similarly, the average number of tries is less for slotted ALOHA.
10.5 IEEE Standard 802.3 (CSMA/CD)
The IEEE 802.3 standard is used for wired LANs where the time required for one
bit to travel between the two farthest stations (propagation time) is much smaller
than the time required for one frame to be sent by the sender (transmission delay).
The IEEE Standard 802.3 specifies a carrier sense multiple access with collision
detection (CSMA/CD).
Signals on the channel travel very close to the speed of light and it takes a finite
amount of time before all stations become aware that a channel is starting to ac-
cess the medium. Therefore, a collision is said to take place when two or more
stations start transmitting within the frame propagation delay. Because during this
time, transmitting stations think that the medium is idle. When that happens, the two
colliding stations stop transmitting and wait for a random amount of time before at-
tempting to transmit again. This reduces the chance that the stations will once again
transmit simultaneously. The maximum distance limitation for CSMA/CD is about
2500 m (1.5 miles). At this value, the ratio of propagation delay to transmission
delay is less than 0.1 [3].
To summarize, in CSMA/CD protocol, all stations monitor the channel to de-
termine when it is free. This is done by special carrier sensing circuits in each
station. If the channel is busy, a station backs off and starts sensing the channel
with probability p. This is called p-persistent CSMA/CD. The station refrains from
transmitting on an idle channel with probability 1 − p. This reduces the probability
of collisions. If the channel is sensed free, the station starts to transmit. Transmitting
stations monitor the signal on the channel and compare it to the transmitted signal to
decide if a collision is taking place or not. This is done by special collision detection
circuits. When the LAN contains N stations, p is chosen such that Np < 1[3].
The IEEE 802.3 standard describes a 1-persistent CSMA/CD with exponential
backoff strategy which is more commonly known as Ethernet.